1.0.0 • Published 1 year ago
jaspyt-js-pbe v1.0.0
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'
1.0.0
1 year ago