upload build
This commit is contained in:
parent
e78d187fe0
commit
57cbb1f62a
5 changed files with 5 additions and 5 deletions
|
|
@ -18883,7 +18883,7 @@ var $;
|
||||||
}
|
}
|
||||||
key_export() {
|
key_export() {
|
||||||
const pass = this.password();
|
const pass = this.password();
|
||||||
const recall = $mol_charset_encode("");
|
const recall = $mol_crypto_salt();
|
||||||
const salt = $mol_crypto_hash(recall).slice(0, 16);
|
const salt = $mol_crypto_hash(recall).slice(0, 16);
|
||||||
const secret = $mol_wire_sync(this.$.$mol_crypto_secret).pass(pass, salt);
|
const secret = $mol_wire_sync(this.$.$mol_crypto_secret).pass(pass, salt);
|
||||||
const open = this.$.$mol_charset_encode(this.$.$hyoo_crus_auth.current().toString());
|
const open = this.$.$mol_charset_encode(this.$.$hyoo_crus_auth.current().toString());
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -18874,7 +18874,7 @@ var $;
|
||||||
}
|
}
|
||||||
key_export() {
|
key_export() {
|
||||||
const pass = this.password();
|
const pass = this.password();
|
||||||
const recall = $mol_charset_encode("");
|
const recall = $mol_crypto_salt();
|
||||||
const salt = $mol_crypto_hash(recall).slice(0, 16);
|
const salt = $mol_crypto_hash(recall).slice(0, 16);
|
||||||
const secret = $mol_wire_sync(this.$.$mol_crypto_secret).pass(pass, salt);
|
const secret = $mol_wire_sync(this.$.$mol_crypto_secret).pass(pass, salt);
|
||||||
const open = this.$.$mol_charset_encode(this.$.$hyoo_crus_auth.current().toString());
|
const open = this.$.$mol_charset_encode(this.$.$hyoo_crus_auth.current().toString());
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -87,7 +87,7 @@ namespace $.$$ {
|
||||||
key_export() {
|
key_export() {
|
||||||
const pass = this.password()
|
const pass = this.password()
|
||||||
// const recall = $mol_charset_encode( this.recall() )
|
// const recall = $mol_charset_encode( this.recall() )
|
||||||
const recall = $mol_charset_encode( "" )
|
const recall = $mol_crypto_salt()
|
||||||
|
|
||||||
const salt = $mol_crypto_hash( recall ).slice( 0, 16 )
|
const salt = $mol_crypto_hash( recall ).slice( 0, 16 )
|
||||||
const secret = $mol_wire_sync( this.$.$mol_crypto_secret ).pass( pass, salt )
|
const secret = $mol_wire_sync( this.$.$mol_crypto_secret ).pass( pass, salt )
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue