| Crates.io | pvcrypt |
| lib.rs | pvcrypt |
| version | 1.0.1 |
| created_at | 2025-01-29 06:00:31.360844+00 |
| updated_at | 2025-01-29 06:05:32.96876+00 |
| description | System level data encryption using aes_gcm |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1534420 |
| size | 35,817 |
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.
aes_gcm library to encrypt and decrypt filespvcrypt <input file> -o <output file>
Or using pipes
tar -cf - /path/to/your/folder | pvcrypt -o <output file>
pvcrypt <input file> -o <output file> -d <key>