Is that safe to use ramdom.random() for key to encrypt?

Yesterday Paid howmuchistoday at gmail.com
Sat Jun 16 22:15:34 EDT 2012


I'm making cipher program with random.seed(), random.random() as the
key table of encryption.
I'm not good at security things and don't know much about the
algorithm used by random module.

Is it really random or safe enough to keep my data safe?



More information about the Python-list mailing list