ezcrypt 0.5.1

File encryption utility with forgot password functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EzCrypt
This is an implementation of the EzCrypt file format for the command line. EzCrypt was originally [implemented in Go](), and this is a port of that to rust.
EzCrypt is your average password-based file encryption utility with the twist being that if you forget the password to a file, there is a way to reset it.
## Usage
```
Usage: ezcrypt <COMMAND>

Commands:
  encrypt          Encrypt files
  decrypt          Decrypt files
  admin-dashboard  For admins. Generates rembercodes from forgorcodes
  generate-keys    Generates keys for the admin dashboard
  help             Print this message or the help of the given subcommand(s)
```