我有一个lambda函数来建立到atlas的连接。连接字符串被加密为环境变量。在测试建立连接时,我得到以下错误:
2021-06-07T22:48:31.303Z 01ab146e-734f-4f06-a5e9-acfb5635bc3b INFO Decrypt error: InvalidCiphertextException: null
at Request.extractError (/var/task/node_modules/aws-sdk/lib/protocol/json.js:52:27)
at Request.callListeners (/
我已经在magento和node js中创建了登录服务。在magento中,如果客户使用密码注册,则使用md5盐密钥值对密码进行加密。如果我使用crypto node js模块来解密magento密码,它会抛出错误。
Error: Unknown cipher
at Error (native)
at new Decipher (crypto.js:210:16)
at Object.Decipher (crypto.js:207:12)
at D:\Workspace\mobileapp\routes\users.js:30:24
at Layer.h
我做了一个编码器,但是,我觉得太好了。到目前为止,我还不知道如何反转它,除了获取键和删除额外的填充(这里有使输出不同于输入)编码器:(更新)
import zlib
import base64
#the alphabet to switch with the letters in our code
enc_alph = 'ashjkl{\':",.<>/?\\_=+-qweuiop125}ZXCVBNM[nmQ];67348!@#$%^rty&*()ASDFGHJKLzxc90vbWERTYUdfgIOP|'
#string is wha
在下面给出的node.js示例中,在node.js加密中使用密码模块工作得很好,但我不知道如何使用密码-js库对这些数据进行解密。
const crypto = require('crypto');
const ENC_KEY = "6fa979f20126cb08aa645a8f495f6d85"; // set random encryption key
const IV = "7777777a72ddc2f1"; // set random initialisation vector
const phrase = "who let