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
.
toml
[dependencies]
reprypt = "0.1.0"
You can see the documentation on here.