1.0.4 • Published 2 years ago

ken32 v1.0.4

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

npm Active Development npm bundle size (version)

This is Just Fun Encryption Method

Not recommended for use in real projects!!

const Ken = require("ken32")

//Encryption String
var binary = Ken.Encryption("This key value is 38833", 38833)
console.log(binary)

//Decryption String
var result = Ken.Decryption("38885,38873,38872,38850,38801,38874,38868,38856,38801,38855,38864,38877,38852,38868,38801,38872,38850,38801,38786,38793,38793,38786,38786", 38833)
console.log(result)

Quick Start

Installation is done using the node package manager :

npm install ken32
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago