1.0.5 • Published 5 years ago

@alimert/kripton v1.0.5

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

Kripton

Kripton is a little npm package. It encrypts your text by using Caesar's crypt.

Encryption is done only with a single line, package is just 5 lines, don't use it in production.

Usage

const caesar = require("@alimert/kripton");

Encrypt

let password = [1,2,3,4]

let encrypted = caesar.encrypt("alimert", password);

Decrypt

caesar.decrypt(encrypted , password);

Note:

If you omit the password, default is 1923.

Don't use it in production

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago