safeR 0.1.2

A simple and secure file encryption tool
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.
- Encrypts files in place, replacing the original file data with the encrypted data.
- Handles errors gracefully, providing informative error messages.
- Supports debug mode for detailed logging.
- Provides a progress bar for the encryption process.