rsa-cli

1.0.2 • Public • Published

The logo of RSA CLI

RSA CLI

A command line tool for RSA encryption and decryption.

Get Started · Docs

$ rsa generate myKey -l 1024
Generated a new key pair: 'myKey'
$ rsa encrypt myKey 'Hello, World!'
Encrypted 'Hello, World!' with key 'myKey':
.........
$ rsa decrypt myKey '.........'
Decrypted '.........' with key 'myKey
Hello, World!

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i rsa-cli

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    377 kB

    Total Files

    53

    Last publish

    Collaborators

    • mrwillcom