The ISAAC cipher: Difference between revisions

temporarily bumping this down to draft because of keying issue -- see talk page
(J: bugfix)
(temporarily bumping this down to draft because of keying issue -- see talk page)
Line 1:
{{draft task|Encryption}}
ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993 (http://burtleburtle.net/bob/rand/isaac.html) and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages.
It is also simple and succinct, using as it does just two 256-word arrays for its state.
6,951

edits