This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scrypt-genpass/lib
Jonathan Schleifer 9c17ea513a Add verbose mode
hex is only printed in verbose mode.

This also includes some API redesign to pass the sg_parms struct
directly instead of extracting each field of it and passing it manually.
2014-09-18 14:02:24 +02:00
..
crypto Remove unused AES encryption routines 2012-09-02 19:49:55 -07:00
genpass Add verbose mode 2014-09-18 14:02:24 +02:00
util Convert tabs to spaces 2012-09-08 17:17:34 -07:00
README Import scrypt-1.1.6.tgz with SHA-256 2012-09-02 11:29:39 -07:00

The source code under this directory is taken from the client for the
Tarsnap online backup system (and released under the 2-clause BSD license
with permission of the author); keeping this code in sync with the Tarsnap
code is highly desirable and explains why there is some functionality
included here which is not actually used by the scrypt file encryption
utility.