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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i icecrypt

Weekly Downloads

3

Version

0.0.3

License

ISC

Unpacked Size

6.01 kB

Total Files

8

Last publish

Collaborators

  • newglace