-
This page contains various unstructured notes about crypto related things. General notes If you find somewhere that something should be random, but it isn’t, this is already an important finding. Stream Ciphers A stream cipher encrypts a cleartext bit for bit or character for character (normally via XOR) with a secret key. It produces a…