icecrypt
v0.0.3
Published
Encryption/Decryption module
Maintainers
Readme
Table of contents
Installation
npm i icecryptExamples
const crypt = require('icecrypt'); //Define the IceCrypt moduleCreate/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");
//RDYFTUKGYHIUJOIdeCrypt
const deCryptedText = client.deCrypt("RDYFTUKGYHIUJOI");Discord
Join the Discord
