#pswd | an open source password generator for Linux systems
1 messages · Page 1 of 1 (latest)
secure
using libc rand()
your code is fully compatible with windows btw, if you actually want to make it secure and linux only then use /dev/urandom
The security has been improved
A program isn't safe just because you say it is.
I spot a buffer overflow immediately.
I'm sure there's a lot more
Hackers have been trying to steal information since the beginning of the information age. Buffer overflow attacks have been one of the ways they do it. By taking advantage of logic bugs in programs, hackers have been able to get access to computers and steal information which they later sell on the dark web. Buffer overflows have been one of the...
I recommend using /dev/urandom
is there a windows equivalent to dev urandom?