Papiro is a CLI tool for encrypting some of my most personal files. It uses AES-256-GCM + PBKDF2 and 102.400 iterations to ensure a solid encryption.
- Make sure you have
$HOME/go/bin
in your$PATH
- Run
go install github.com/savi2w/[email protected]
$ papiro FILE...
This project is distributed under the MIT license.