alicezetion 1.3.9 → 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": {
|
package/Main.js
CHANGED
@@ -1002,7 +1002,7 @@ function setUserNameAndPassWord() {
|
|
1002
1002
|
});
|
1003
1003
|
|
1004
1004
|
console.clear();
|
1005
|
-
|
1005
|
+
/*console.log(figlet.textSync('Horizon', {font: 'ANSI Shadow',horizontalLayout: 'default',verticalLayout: 'default',width: 0,whitespaceBreak: true }));
|
1006
1006
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Operating System: " + chalk.bold.red(os.type()));
|
1007
1007
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Machine Version: " + chalk.bold.red(os.version()));
|
1008
1008
|
console.log(chalk.bold.hex('#9900FF')("[</>]") + chalk.bold.yellow(' => ') + "Fca Version: " + chalk.bold.red(global.Fca.Version) + '\n');
|
@@ -1031,7 +1031,7 @@ function setUserNameAndPassWord() {
|
|
1031
1031
|
}
|
1032
1032
|
catch (e) {
|
1033
1033
|
logger.Error(e)
|
1034
|
-
}
|
1034
|
+
} */
|
1035
1035
|
}
|
1036
1036
|
|
1037
1037
|
/**
|