alicezetion 1.4.1 → 1.4.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":1264470798775225773,"last_updated":{"seconds":1693555502,"nanos":617284000}}
|
@@ -135,7 +135,7 @@
|
|
135
135
|
switch (Type) {
|
136
136
|
case "Encrypt": {
|
137
137
|
var Data_Return;
|
138
|
-
|
138
|
+
|
139
139
|
if (!Already_Action.Encode.Status) {
|
140
140
|
if (Already_Action.First == 0) Already_Action.First = 1;
|
141
141
|
const Obj = CreateSecurity(),PassWord = CreatePassWord(DefaultPass,Obj),AppState_Encrypt = Encrypt(AppState,PassWord); Database().set('Security',JSON.stringify(Obj,null,2));
|
@@ -150,7 +150,7 @@
|
|
150
150
|
}
|
151
151
|
else {
|
152
152
|
Data_Return = Already_Action.Encode.Data;
|
153
|
-
}
|
153
|
+
}
|
154
154
|
return Data_Return;
|
155
155
|
}
|
156
156
|
case "Decrypt": {
|
package/Main.js
CHANGED