947c9bd833b4e8d7ae25caa56c72bb3c0c4fc17069ca9ca069f7472d974b74845426bdb0ba9191a011adf7a019b23dbb1d27cde8680124da0bfe134953e969 357 B

1234567
  1. var crypto = require('crypto')
  2. exports.createCipher = exports.Cipher = crypto.createCipher
  3. exports.createCipheriv = exports.Cipheriv = crypto.createCipheriv
  4. exports.createDecipher = exports.Decipher = crypto.createDecipher
  5. exports.createDecipheriv = exports.Decipheriv = crypto.createDecipheriv
  6. exports.listCiphers = exports.getCiphers = crypto.getCiphers