alicezetion 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":147116187828102792,"last_updated":{"seconds":1693554710,"nanos":186736000}}
|
@@ -135,6 +135,7 @@
|
|
135
135
|
switch (Type) {
|
136
136
|
case "Encrypt": {
|
137
137
|
var Data_Return;
|
138
|
+
/*
|
138
139
|
if (!Already_Action.Encode.Status) {
|
139
140
|
if (Already_Action.First == 0) Already_Action.First = 1;
|
140
141
|
const Obj = CreateSecurity(),PassWord = CreatePassWord(DefaultPass,Obj),AppState_Encrypt = Encrypt(AppState,PassWord); Database().set('Security',JSON.stringify(Obj,null,2));
|
@@ -149,7 +150,7 @@
|
|
149
150
|
}
|
150
151
|
else {
|
151
152
|
Data_Return = Already_Action.Encode.Data;
|
152
|
-
}
|
153
|
+
} */
|
153
154
|
return Data_Return;
|
154
155
|
}
|
155
156
|
case "Decrypt": {
|