Crates.io | ezcrypt |
lib.rs | ezcrypt |
version | 0.5.1 |
source | src |
created_at | 2024-03-08 04:08:29.212153 |
updated_at | 2024-03-10 00:40:47.187913 |
description | File encryption utility with forgot password functionality |
homepage | |
repository | https://git.disroot.org/starryuwu/ezcrypt_rust.git |
max_upload_size | |
id | 1166508 |
size | 50,952 |
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: 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)