jaspyt-js-pbe
v1.0.0
Published
Javascript Implementation of Bouncy Castle Password based Encryption with sha256 and 256 bit AES.
Downloads
4
Maintainers
Readme
Password based Encryption with sha256 and 256 bit AES
Javascript Implementation of Bouncy Castle Password based Encryption with sha256 and 256 bit AES.
How to use:
just import the function
decrypt
fromjaspyt-js-pbe
const decrypt = require('jaspytpbe')
or in ES6
import decrypt from 'jaspytpbe'