tvl-depot/users/wpcarro/scratch/cryptopals
William Carroll 7aaddb3d31 fix(wpcarro/cryptopals): Update cleartext scoring algorithm
Create a frequency table of alphabetic characters by reading each character in
"Alice in Wonderland"; use this frequency table to score cleartext when decoding
ciphers.

Change-Id: Id322af64d792c15231a1a02794f396c46196c207
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4788
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
2022-01-08 05:51:15 +00:00
..
set1 fix(wpcarro/cryptopals): Update cleartext scoring algorithm 2022-01-08 05:51:15 +00:00
.gitignore fix(wpcarro/cryptopals): Update cleartext scoring algorithm 2022-01-08 05:51:15 +00:00
README.md feat(wpcarro/scratch): Upload my solutions to cryptopals 2021-12-29 19:34:02 +00:00

cryptopals

My solutions for some of the questions at https://cryptopals.com.