# 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`. ```toml [dependencies] reprypt = "0.1.1" ``` ## Documentation You can see the documentation on [here](https://tasuren.github.io/reprypt.rs/).