saria

1.0.1 • Public • Published

saria

Playing around w/ crypto

The intention is to build a CLI for storing encrypted information in a .saria file in your pwd.

Usage:

npm install saria -g

Write:

Encrypt text with a secret.

$ saria write <text> <secret>
$ saria write "apples are the best" redDelicious89

Read:

Provide the secret to decrypt the text

$ saria read <secret>
$ saria read redDelicious89
=> "apples are the best"

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i saria

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • fbguillo