Home > Article > Web Front-end > js generate key stream script code_javascript skills
I recently started to learn "Modern Cryptozoology". The first experiment was to initialize an array and use this array to generate a key stream. The function of the key stream will be known later, and I haven't looked into it in detail yet. To put it simply, use This array generates a large sequence of numbers with 0 and 1, using modulo 2 and shift operations!