全局:清理部分console
This commit is contained in:
@@ -30,7 +30,7 @@ export function aesEncryptcfb(data, key, iv) {
|
||||
const cipher = crypto.createCipheriv('aes-192-cfb', key, iv);
|
||||
let crypted = cipher.update(data, 'utf8', 'hex');
|
||||
crypted += cipher.final('hex');
|
||||
console.log('****aesEncryptcfb', data, crypted)
|
||||
// console.log('****aesEncryptcfb', data, crypted)
|
||||
return crypted;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user