safeR

Crates.iosafeR
lib.rssafeR
version0.1.4
sourcesrc
created_at2024-02-07 19:17:17.418593
updated_at2024-03-12 20:33:04.920317
descriptionA simple and secure file encryption tool
homepage
repositoryhttps://github.com/DemwE/safeR
max_upload_size
id1130849
size44,524
Mateusz Czarnecki (DemwE)

documentation

README

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.
Commit count: 0

cargo fmt