1.1.5 • Published 3 years ago

zoiko v1.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

zoiko

Install

npm i zoiko

Usage

Currently we have built our ceaser cipher algorithm and constantly working on zoiko to make it world's best cryptography algorithm.

Import

const zoiko = require("zoiko");

zoiko.encodeCeaserCipher(plainText, key)

const encodedStringOfZoiko = zoiko.encodeCeaserCipher("zoiko", 4);
console.log(encodedStringOfZoiko); //dsmos

zoiko.decodeCeaserCipher(cipherText, key)

const decodeStringForZoiko = zoiko.decodeCeaserCipher("dsmos", 4);
console.log(decodeStringForZoiko); //zoiko
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago