Skip to content

Releases: Peter-Juhasz/Science.Cryptography.Ciphers

2.0.0-preview.13

25 Jun 19:43
Compare
Choose a tag to compare
2.0.0-preview.13 Pre-release
Pre-release
  • 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