Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 367 Bytes

scrypt-rs

Minimal command line tool that uses rust crypto::scrypt.

Credit to https://github.com/w3rs/kdftool which this tool is based on.

Building

This project uses cargo for building (which creates development builds by default) and please run fmt as well:

cargo fmt build

To create release builds use:

cargo build --release