1.0.2 • Published 3 years ago

unicrypt v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Unicrypt

An encryption algorithm that generates a unique encryption each time you call it, but it's reversable each time too.

Usage

import {encrypt, decrypt} from 'unicrypt'
let encrypted = encrypt('hello world')
let decrypted = decrypt(encrypted)
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago