aswi2020vldc-gitlab/templetes/node_modules/browserify-aes/index.js @ 5fded919
1 | 3a515b92 | cagy | var crypto = require('crypto') |
---|---|---|---|
2 | |||
3 | exports.createCipher = exports.Cipher = crypto.createCipher |
||
4 | exports.createCipheriv = exports.Cipheriv = crypto.createCipheriv |
||
5 | exports.createDecipher = exports.Decipher = crypto.createDecipher |
||
6 | exports.createDecipheriv = exports.Decipheriv = crypto.createDecipheriv |
||
7 | exports.listCiphers = exports.getCiphers = crypto.getCiphers |