Skip to content

tywkeene/crypto.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Encrypts files with AES256
  • Automatically shred file, overwriting 32 times, then again with 0's
  • Pack directory upon encryption, recursively shred
  • Automatically unpack directory upon decryption

WARNING

WILL SHRED AND DELETE ALL FILES PASSED TO IT, INCLUDING DIRECTORIES.

YOU HAVE BEEN WARNED

Usage

./crypto.sh -e[ncrypt] <infile> - to encrypt, overwrite, and delete file

./crypto.sh -d[ecrypt] <infile> - to decrypt file

About

A simple and easy to use script that encrypts files and packs/encrypts directories recursively with GPG/AES-256 symmetric encryption.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages