Implementing AES with ECB and CBC block cipher modes and brute-force decrypting your first encryption oracle.| Scott Brady - scottbrady.io
My solutions to the Cryptopals Crypto (Cryptography) Challenges using C# and .NET.| Scott Brady
Implementing your own Base64 encoder, dealing with hex strings, bit handling, and sextets.| Scott Brady
Implementing and breaking XOR-based versions of the Caesar and Vigenère Ciphers in C# and .NET.| Scott Brady