jaspyt-js-pbe
v1.0.0
Published
Javascript Implementation of Bouncy Castle Password based Encryption with sha256 and 256 bit AES.
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
decryptfromjaspyt-js-pbe
const decrypt = require('jaspytpbe')or in ES6
import decrypt from 'jaspytpbe'