tumba

1.0.0 • Public • Published

tumba

npm code style: prettier

Tomb (noun): A vault or chamber for burial of the dead

Encrypt and Decrypt files using AES-GCM 256 with PBKDF2 derived keys

Install

npm install -g tumba

Usage

Usage
    $ tumba -option <input>

  Options
    --encrypt, -e  Encrypt a file from disk
    --decrypt, -d  Decrypt a file to disk
    --iterations, -i  Number of iterations (Default: 100000)
    --outDir, -o  Output directory (Optional)

  Examples
    $ tumba -e file1.png
    $ tumba -e 'file 2.png'
    $ tumba -e file3.png -o test

Package Sidebar

Install

npm i tumba

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

8.59 kB

Total Files

6

Last publish

Collaborators

  • antruc