1.0.8 • Published 6 years ago

crypter-node v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Encrypts / Decrypts with AES192

Install

npm i -g crypter-node

USAGE example:

encrypt

encrypt text "foo bar" with salt "bar"

crypter "foo bar" -e -s "bar"

--> a94237ddb77cfe1faface0fe1b9773f3

decrypt

decrypt hash a94237ddb77cfe1faface0fe1b9773f3 using salt "bar"

crypter a94237ddb77cfe1faface0fe1b9773f3 -d -s "bar"

--> foo bar

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago