cryptoys 1.2.1

a cryptographic library filled with cryptographic toys(mostly historical ciphers)
Documentation
  • Coverage
  • 75.86%
    22 out of 29 items documented12 out of 20 items with examples
  • Size
  • Source code size: 29.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ukrixcrox

cryptoys

Cryptoys is a cryptographic library that contains cryptographic toys, like historical algorithms(rot13, playfair) or hashing functions like md5(not yet). The primary goal of this crate is not to make a fully functioning, save and secure cryptography library (others have done this already), but to provide fun toys to play around with. So please don't use this library as your primary source of encryption.

Features:

  • historical ciphers
    • playfair
    • rot13
    • caesar
    • affine
    • atbash
  • key encryption
    • otp

Contribute

Everyone is free to contribute, just make sure to use cargo fmt --all before making a PR