diff options
author | William Carroll <wpcarro@gmail.com> | 2022-01-04T20·42-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-08T05·51+0000 |
commit | 7aaddb3d31dabff196eb9ef27666099c00dd5338 (patch) | |
tree | c9594bc2e90cd33af32748dd0f0bbd338609f609 /users/wpcarro/scratch/cryptopals/.gitignore | |
parent | 7ab4493c756a566339734b478a3e2eb91ad6f608 (diff) |
fix(wpcarro/cryptopals): Update cleartext scoring algorithm r/3547
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>
Diffstat (limited to 'users/wpcarro/scratch/cryptopals/.gitignore')
-rw-r--r-- | users/wpcarro/scratch/cryptopals/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/cryptopals/.gitignore b/users/wpcarro/scratch/cryptopals/.gitignore new file mode 100644 index 000000000000..7aa03e126b87 --- /dev/null +++ b/users/wpcarro/scratch/cryptopals/.gitignore @@ -0,0 +1 @@ +alice.txt \ No newline at end of file |