Quantcast
Channel: Pens from Bas Groothedde
Viewing all articles
Browse latest Browse all 39

ISAAC CPRNG in Javascript

$
0
0

See the Code - See it Full Page - See Details

The big brother of SmallPRNG! http://codepen.io/ImagineProgramming/pen/bcmyD Another experiment in which I try to implement the ISAAC cryptographic peudo-random number generator algorithm in Javascript. (Well, that's a mouth full!) Again I'm testing bitwise operation in Javascript and I can't help but noticing that the behaviour of bitwise operation in JS is a lot different than the operation found in assembly languages and high-level programming language that compile to machine code. ISAAC is originally created by the same creator of SmallPRNG, Robert J. Jenkins Jr. ISAAC has been attacked by a few, however the results still prove that ISAAC is extremely secure when used with a proper secret seed. Some weak states in the CTX have been found, however it has not been proven that these states can be recognized in the results (and it probably will never be) Another fun experiment I fully wrote in CodePen!

This Pen uses: HTML, SCSS, JavaScript, and


Viewing all articles
Browse latest Browse all 39

Trending Articles