upload build

This commit is contained in:
koplenov 2025-08-17 18:33:37 +03:00
parent e78d187fe0
commit 57cbb1f62a
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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 )