How to use the browserify-aes/browser.getCiphers function in browserify-aes

To help you get started, we’ve selected a few browserify-aes examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sx1989827 / DOClever / Desktop / node_modules / browserify-cipher / browser.js View on Github external
function getCiphers () {
  return Object.keys(desModes).concat(aes.getCiphers())
}
exports.listCiphers = exports.getCiphers = getCiphers
github sx1989827 / DOClever / node_modules / browserify-cipher / browser.js View on Github external
function getCiphers () {
  return Object.keys(desModes).concat(aes.getCiphers())
}
github fossasia / susper.com / node_modules / browserify-cipher / browser.js View on Github external
function getCiphers () {
  return Object.keys(desModes).concat(aes.getCiphers())
}