Skip to content

ukrixcrox/cryptoys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages