Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrip

Tiny, Secure, Zero Dependency and Secret Key Based Encryption

Installation

npm install encrip

Usage

const Encrip = require('encrip')

const plainText = 'Hello world'
const secretKey = 'mysecretkey'

const cipher = Encrip.encrypt(plainText, secretKey) // ӽԚԡԡԤӕԬԤԧԡԙ
Encrip.decrypt(cipher, secretKey) // Hello world

Try online

You can find an Encrip starter project from repl.it

About

Tiny, Secure, Zero Dependency and Secret Key Based Encryption

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages