Yesterday Paid <howmuchisto...@gmail.com> writes:
> I'm making cipher program with random.seed(), random.random() as the
> key table of encryption...
> Is it really random or safe enough to keep my data safe?

No.  Use os.urandom instead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to