Crates.io | cryptoys |
lib.rs | cryptoys |
version | 1.2.1 |
source | src |
created_at | 2023-08-01 11:51:08.944675 |
updated_at | 2023-09-13 14:52:00.687998 |
description | a cryptographic library filled with cryptographic toys(mostly historical ciphers) |
homepage | |
repository | |
max_upload_size | |
id | 931818 |
size | 28,538 |
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.
otp
Everyone is free to contribute, just make sure to use cargo fmt --all
before making a PR