5 releases

0.1.4 Mar 12, 2024
0.1.3 Feb 7, 2024
0.1.2 Feb 7, 2024
0.1.1 Feb 7, 2024
0.1.0 Feb 7, 2024

#517 in Command line utilities

Download history 4/week @ 2024-02-17 3/week @ 2024-02-24 15/week @ 2024-03-02 153/week @ 2024-03-09 10/week @ 2024-03-16 1/week @ 2024-03-23 6/week @ 2024-03-30

199 downloads per month

MIT license

16KB
293 lines

safeR - Password Generator

safeR is a simple and secure file encryption tool.

Features

  • Encrypts files using the XChaCha20Poly1305 algorithm, a variant of the ChaCha20-Poly1305 algorithm with an extended nonce.
  • Generates a unique key for each encryption process.
  • Works on all files within a specified directory.
  • Handles errors gracefully, providing informative error messages.
  • Supports debug mode for detailed logging.
  • Provides a progress bar for the encryption process.
  • Support for manual set workers for parallel processing.

Dependencies

~7–16MB
~199K SLoC