1.0.8 • Published 7 years ago

crypter-node v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 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

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago