Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function getCiphers () {
return Object.keys(desModes).concat(aes.getCiphers())
}
exports.listCiphers = exports.getCiphers = getCiphers
function getCiphers () {
return Object.keys(desModes).concat(aes.getCiphers())
}
function getCiphers () {
return Object.keys(desModes).concat(aes.getCiphers())
}