#secure #encryption #file-encryption

bin+lib secure-edit

Simple file encryption cli with versioning

5 unstable releases

0.3.2 Oct 3, 2024
0.3.1 Oct 3, 2024
0.3.0 Oct 3, 2024
0.2.0 Oct 3, 2024
0.1.0 Oct 3, 2024

#2083 in Cryptography

Download history 351/week @ 2024-10-01 5/week @ 2024-10-08 3/week @ 2024-10-15

359 downloads per month

GPL-3.0 license

67KB
330 lines

Secure Edit

UI Showcase

  • Files encrypted with AES-512 algorithm
  • Passwords hashed with PBKDF2
  • New version on each save to prevent mishaps
  • Decrypted file only every stored in memory
  • Edit in your favourite terminal editor
  • Pretty colours :)

Install

cargo install secure-edit

Usage

secure-edit --dir <directory for encrypted files>

secure-edit --help for more info.

Filesystem Showcase

Dependencies

~2–13MB
~103K SLoC