4 releases (1 stable)
1.2.1 | Sep 13, 2023 |
---|---|
0.2.1 | Aug 6, 2023 |
0.1.1 | Aug 1, 2023 |
0.1.0 | Aug 1, 2023 |
#1647 in Cryptography
25KB
502 lines
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
lib.rs
:
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
- atbash
- affine
- key encryption
- otp
Dependencies
~210KB