Skip to content

mozilla-bteam/tocotrienol

 
 

Repository files navigation

tocotrienol

An easy command line interface to openpgp.

Compiling executable

Using nexe tocotrienol can be compiled into a single executable file for easy deployment.

  • Run npm install.
  • Make sure which python2 evaluates properly on your computer, if not modify the build.sh file where it is used.
  • Run npm run buildexe.
  • An executable file will be placed in the newly created dist folder.

Example usage

Tocotrienol aims to have a very simple interface.

  • cat message.txt | ./tct encrypt -k key.file
  • ./tct inspect -k key.file
  • ./tct check -k key.file (No error == valid)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.5%
  • Shell 15.3%
  • JavaScript 2.2%