Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567 |
- var crypto = require('crypto')
-
- exports.createCipher = exports.Cipher = crypto.createCipher
- exports.createCipheriv = exports.Cipheriv = crypto.createCipheriv
- exports.createDecipher = exports.Decipher = crypto.createDecipher
- exports.createDecipheriv = exports.Decipheriv = crypto.createDecipheriv
- exports.listCiphers = exports.getCiphers = crypto.getCiphers
|