icecrypt
v0.0.3
Published
Encryption/Decryption module
Downloads
4
Maintainers
Readme
Table of contents
Installation
npm i icecrypt
Examples
const crypt = require('icecrypt'); //Define the IceCrypt module
Create/Use Token
const { Client } = require('icecrypt'); //Define the IceCrypt module
const token = await Client.token();
// Once the token is generated, it must be saved, all encryption will be partially linked to this token.
const client = new Client(token);
enCrypt
const enCryptedText = client.enCrypt("Your Text");
//RDYFTUKGYHIUJOI
deCrypt
const deCryptedText = client.deCrypt("RDYFTUKGYHIUJOI");
Discord
Join the Discord