icecrypt
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

IceCrypt

NPM version NPM downloads

NPM Banner

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

Package Sidebar

Install

npm i icecrypt

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

6.01 kB

Total Files

8

Last publish

Collaborators

  • newglace