directory
0.0.0-20240816162523-c1683cc9cfe6
Repository: https://github.com/gyuho/learn.git
Documentation: pkg.go.dev
# Packages
Encrypt with key "ICE" using repeating-key XOR:
Burning 'em, if you ain't quick and nimble
I go crazy when I hear a cymbal
In repeating-key XOR, you'll sequentially apply
each byte of the key; the first byte of plaintext
will be XOR'd against I, the next C, the next E,
then I again for the 4th byte, and so on.