Releases: Peter-Juhasz/Science.Cryptography.Ciphers
Releases · Peter-Juhasz/Science.Cryptography.Ciphers
2.0.0-preview.13
- New CLI app for new way of usage
- Ciphers and tools rewritten to allocation free operation, take advantage of hardware intrinsics, and use specialized fast path for ASCII encoding. See Performance Improvements for details and benchmarks.
- Reworked analysis tools and
IAsyncEnumerable
interface for consuming analysis intermediate results - CryptogramSolver for automatic decryption of ciphertext
- Brute force key spaces with parallel partitioning support
- New ciphers (10+): Scytale, Morse Code with extended charset, Polybius, Columnar Transposition, Double Columnar Transposition, ADFGX, ADFGVX, One-Time Pad, Wolfenbütteler, Malespin
- More detailed documentation