Crates.io | reprypt |
lib.rs | reprypt |
version | 0.1.1 |
source | src |
created_at | 2021-12-15 03:54:14.133302 |
updated_at | 2021-12-15 04:06:07.377482 |
description | A simple encryption library. |
homepage | |
repository | https://github.com/tasuren/reprypt.rs |
max_upload_size | |
id | 498040 |
size | 25,527 |
This is a Rust library for encryption or decryption using the Reprypt encryption method.
You can create the following ciphers:
Text: Come on, get down on all fours.
Password: HomoVideo
Result: z=92tZsix4QSvwBZ2VGIRv24gdbbgYgZW20IGdvXJLg=
To use reprypt.rs, add this to your Cargo.toml
.
[dependencies]
reprypt = "0.1.1"
You can see the documentation on here.