2 releases
0.1.1 | Dec 15, 2021 |
---|---|
0.1.0 | Dec 15, 2021 |
#197 in #encryption-decryption
8KB
125 lines
reprypt.rs
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=
Usage
To use reprypt.rs, add this to your Cargo.toml
.
[dependencies]
reprypt = "0.1.1"
Documentation
You can see the documentation on here.
lib.rs
:
reprypt.rs
This is a library for Rust for Reprypt, which is one encryption method.
Dependencies
~240KB