Skip to content

Commit 60688c3

Browse files
committed
modified: crypto.js
1 parent e3e4c02 commit 60688c3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crypto.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,5 @@ const toLocalDt = (unix_ts) => {
3030
return hours + ':' + minutes.substr(-2) + ':' + seconds.substr(-2);
3131
}
3232

33-
function test() {
34-
let enStr = encryptAES("e88e1a8096cd4897b79b230a9c49b243");
35-
console.log("Encrypted Key: " + enStr);
36-
// WEATHERBIT_KEY = Object.entries(Xcode).value;
37-
console.log("Decrypted key: " + JSON.parse(decryptAES(enStr)).text);
3833

39-
}
40-
41-
// test();
4234
export {encrypt, decrypt, encryptAES, decryptAES, toLocalDt};

0 commit comments

Comments
 (0)