Skip to content

reb2020/5no-crypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5no LogoEncrypt/Decrypt string

Install

@5no/crypt requires Node version 8 or a bove.

npm install --save @5no/crypt

Examples

const Crypt = require('@5no/crypt')

let encrypt = Crypt('hello world :)', '0.nc5.09213').encrypt()

console.log(encrypt)

//G983N8N6M9Cz6B4uD9kHMB4K69Cz68A008YNM11

let decrypt = Crypt('G983N8N6M9Cz6B4uD9kHMB4K69Cz68A008YNM11', '0.nc5.09213').decrypt()

console.log(decrypt)

//hello world :)

License

MIT Licensed, Copyright (c) 2019 Aleksandr Sokol

About

5no-crypt tools for Encrypt/Decrypt string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published