reprypt

Crates.ioreprypt
lib.rsreprypt
version0.1.1
sourcesrc
created_at2021-12-15 03:54:14.133302
updated_at2021-12-15 04:06:07.377482
descriptionA simple encryption library.
homepage
repositoryhttps://github.com/tasuren/reprypt.rs
max_upload_size
id498040
size25,527
Takagi Tasuku (tasuren)

documentation

https://tasuren.github.io/reprypt.rs/

README

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.

Commit count: 19

cargo fmt