libcrypt-rs - rust binding for POSIX crypt library (libcrypt)
How to use it
Add to the dependencies
section in your Cargo.toml
:
= "0.1.2"
Documentation
cargo
has cool feature for generating documentation:
- Run
- Open in web browser
target/doc/libcrypt_rs/index.html
Example
use ;
Notices
- Do not encrypt multiple data at the same time, otherwise can cause segmentation fault.