[C++] Password generator

Paid adv. expire in 2 months
CLICK to buy Advertisement !
westernunion carding Verified & Trusted WesternUnion | MoneyGram | Bank - Transferring [299$ BTC for 2000$ WU]
electronics carding Verified & Trusted Electronics Carding, Carding iPhone, Samsung Carding, MacBook Carding, Laptops Carding

0xDEAD10CC

New member
Member
Joined
10 yrs. 7 mth. 8 days
Messages
4
Reaction score
0
Wallet
0$
C++? Yet you use all of the C style functions instead of the real C++ equivalents... And:
Code:
Please, Log in or Register to view codes content!
Code:
Please, Log in or Register to view codes content!

...

You aren't writing "C++" just because you can write C, and compile with a C++ compiler...
 

icmpulse

New member
Member
Joined
1 yrs. 6 mth. 10 days
Messages
2
Reaction score
0
Wallet
5$
Don't use that code to generate password it is insecure, acording to MS documentation:

Please, Log in or Register to view quote content!

And srand is deterministic

As code to understand some system functions the code is good but don't use for your personal passwords...

Here is some secure code to generate random password
Bash:
Please, Log in or Register to view codes content!

In c you can read from /dev/urandom under linux or in windows the secure RNG like CryptGenRandom
 
Top Bottom