pvcrypt

Crates.iopvcrypt
lib.rspvcrypt
version1.0.1
created_at2025-01-29 06:00:31.360844+00
updated_at2025-01-29 06:05:32.96876+00
descriptionSystem level data encryption using aes_gcm
homepage
repository
max_upload_size
id1534420
size35,817
Saksham (Midnight1938)

documentation

README

PV Crypt - A system level file encryption solution using aes_gcm

About

A file encryption and decryption software used to encrypt a file using aes_gcm library. Added feature of using pipe to encrypt and decrypt files in a single command.

Features

  • Uses aes_gcm library to encrypt and decrypt files
  • Able to stream the file for encryption and decryption
  • Able to receive and output pipe data

Usage

Encryption

pvcrypt <input file> -o <output file>

Or using pipes

tar -cf - /path/to/your/folder | pvcrypt -o <output file>

Decryption

pvcrypt <input file> -o <output file> -d <key>
Commit count: 0

cargo fmt