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
More information about the Python-list mailing list
Sat Jun 16 22:15:34 EDT 2012
- Previous message (by thread): Smart quote character replacement for those with deficient sed-fu.
- Next message (by thread): Is that safe to use ramdom.random() for key to encrypt?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message (by thread): Smart quote character replacement for those with deficient sed-fu.
- Next message (by thread): Is that safe to use ramdom.random() for key to encrypt?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list