createCipheriv('aes-256-cbc', new Buffer(key), iv); let encrypted ... console.log(decrypt(encrypt("test"))) AES-256-GCM 範例需要加上 cipher.
確定! 回上一頁