1.1.4 • Published 7 months ago

crypto-storm v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Character string cryptography module

Allows encryption and decryption, knowing the key. This must imperatively be valued in the environment variable ENCRYPTION_KEY

Example syntax

ENCRYPTION_KEY='hCGTd)qSb@ZfAtvPfy^w3$#gN/KCsN.w' node encrypt.ts "Something"

should return something like this :

ENCRYPTION_KEY='hCGTd)qSb@ZfAtvPfy^w3$#gN/KCsN.w' node encrypt.ts "Something"

Something has been encrypted to 14398958d684ad2d6840b7a543e29df0:ecfcf677d6cc943bb850493ef60d99ec

Notices

Encryption key

Key length

The encryption key must have exactly 32 characters

Note about # character

If your encryption key includes # character, you have to escape the character with "\" or surround your key with single or double quote (' or ")

If not, the # character will be interpreted as start of a comment, cutting your encryption key

Return values

Each launch will provide a different return value

Sources

https://github.com/AlainBartmanDilaw/crypto-storm

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.0.4

7 months ago

1.1.2

7 months ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.4

1 year ago

0.0.10

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago