Skip to content

Commit 6243d6e

Browse files
Merge pull request #41 from hurricanemark/Phase3-BaselineToMoreSeriousWorks
Phase3 baseline to more serious works
2 parents e3e4c02 + 24965d9 commit 6243d6e

File tree

9 files changed

+99
-356
lines changed

9 files changed

+99
-356
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
**/.editorconfig
1010
**/.aws
1111
**/dist
12-
**/utils.js
12+
**/utils.js
13+
**/index.copy.js

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ views/header2.ejs
55
index-temp.ejs
66
utils.js
77
WeatherApp_US_East1Key.ppk
8-
index copy.js
8+
index.copy.js

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};

index copy.js

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)