Skip to content

Pure Rust implementation of classical ciphers (for fun and learning!)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

nostandard/cyphers

cypheRS

Pure Rust implementation of classical ciphers (for fun and learning!).

Implementation Status

Implemented

  • Affine
  • Caesar
  • One-Time Pad (OTP)
  • ROT13
  • Vigenère

WIP

  • Playfair
  • Polybius Square
  • Porta

TODO

  • Bacon
  • Beaufort

Disclaimer

Never deploy your own crypto implementations in production, i.e. you should only implement crypto algorithms for fun and learning. All implementations of the various cryptographic algorithms found in this repository are NOT audited and, thus, are not secure. Please do not deploy in production.

Contributing

Thank you for considering to contribute to this project!

All contributions large and small are actively accepted.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this codebase by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Releases

No releases published

Packages

No packages published

Languages