soso8531337 / phantom

Automatically exported from code.google.com/p/phantom
Other
0 stars 0 forks source link

AES in CTR mode rather than RC4? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Rather than using RC4 in your PRNG, consider using AES in CTR mode to reduce 
your trusted base. CTR mode allows using the same cipher as is used elsewhere 
in your design (AES) in places where you need a stream cipher. As long as your 
key and IV are sufficiently unpredictable, it is considered secure.

Original issue reported on code.google.com by Eternal...@gmail.com on 6 Mar 2012 at 6:52