Skip to content

A CLI tool for filesystem encryption using OpenSSL's AES in C

License

Notifications You must be signed in to change notification settings

nishantHolla/box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

box

A CLI tool for filesystem encryption using OpenSSL's AES in C

Usage (linux and macOS)

  • Clone the repository
git clone https://github.com/nishantHolla/box
cd box
  • Compile binary and place it in PATH. (restart terminal after running the command)
make release
sudo mv ./out/box /bin
  • Create a box in the root of the directory that you want to encrypt.
box create <path_to_directory>
  • Wrap the box (encrypt)
box wrap <path_to_directory>
  • Unwrap the box (decrypt)
box unwrap <path_to_directory>

About

A CLI tool for filesystem encryption using OpenSSL's AES in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published