Home
last modified time | relevance | path

Searched refs:hashed_password (Results 51 – 75 of 153) sorted by relevance

1234567

/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-application-passwords.php82 $hashed_password = wp_hash_password( $new_password );
88 'password' => $hashed_password,
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/include/xlnt/worksheet/
H A Dsheet_protection.hpp54 std::string hashed_password() const;
/dports/www/py-tornado/tornado-6.1/demos/blog/
H A Dschema.sql28 hashed_password VARCHAR(100) NOT NULL field
/dports/www/py-tornado5/tornado-5.1.1/demos/blog/
H A Dschema.sql28 hashed_password VARCHAR(100) NOT NULL field
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/lib/
H A Dusers.cf55 # **See also:** `hashed_password()`
61 body password hashed_password(hash)
/dports/www/py-tornado4/tornado-4.5.3/demos/blog/
H A Dschema.sql44 hashed_password VARCHAR(100) NOT NULL field
/dports/www/py-fastapi/fastapi-0.70.0/docs_src/sql_databases_peewee/sql_app/
H A Dmodels.py8 hashed_password = peewee.CharField() variable in User
H A Dcrud.py18 db_user = models.User(email=user.email, hashed_password=fake_hashed_password)
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/sysutils/cfengine317/cfengine-3.17.0/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/sysutils/cfengine-devel/core-d08ae9eff/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/sysutils/cfengine316/cfengine-3.16.0/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/sysutils/cfengine319/cfengine-3.19.0/examples/
H A Dlocal_user_password.cf19 password => hashed_password( $(root_hash) ),
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DNSData+Crypto.m866 char hashed_password[BLF_CRYPT_BUFFER_LEN];
895 hashed_password, BLF_CRYPT_BUFFER_LEN);
901 return [NSData dataWithBytes: hashed_password length: strlen(hashed_password)];
907 unsigned char hashed_password[PBKDF2_KEY_SIZE_SHA1] = {0};
945 hashed_password, PBKDF2_KEY_SIZE_SHA1,
952 [NSData dataWithBytesNoCopy: hashed_password length: PBKDF2_KEY_SIZE_SHA1 freeWhenDone: NO];
963 char hashed_password[crypto_pwhash_argon2i_STRBYTES];
971 if (crypto_pwhash_argon2i_str(hashed_password, password, [self length], rounds, memlimit) != 0)
974 return [NSData dataWithBytes: hashed_password length: strlen(hashed_password)];
980 char hashed_password[crypto_pwhash_argon2id_STRBYTES];
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DNSData+Crypto.m866 char hashed_password[BLF_CRYPT_BUFFER_LEN];
895 hashed_password, BLF_CRYPT_BUFFER_LEN);
901 return [NSData dataWithBytes: hashed_password length: strlen(hashed_password)];
907 unsigned char hashed_password[PBKDF2_KEY_SIZE_SHA1] = {0};
945 hashed_password, PBKDF2_KEY_SIZE_SHA1,
952 [NSData dataWithBytesNoCopy: hashed_password length: PBKDF2_KEY_SIZE_SHA1 freeWhenDone: NO];
963 char hashed_password[crypto_pwhash_argon2i_STRBYTES];
971 if (crypto_pwhash_argon2i_str(hashed_password, password, [self length], rounds, memlimit) != 0)
974 return [NSData dataWithBytes: hashed_password length: strlen(hashed_password)];
980 char hashed_password[crypto_pwhash_argon2id_STRBYTES];
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/cred/test/
H A Dtest_cred.py268 hashed_password = crypt(p.decode("ascii"), s.decode("ascii")) # type: ignore[misc]
272 if isinstance(hashed_password, bytes):
273 return hashed_password
274 return hashed_password.encode("ascii")
/dports/www/py-fastapi/fastapi-0.70.0/docs_src/sql_databases/sql_app/
H A Dmodels.py12 hashed_password = Column(String) variable in User
/dports/www/py-notebook/notebook-6.4.5/notebook/auth/
H A Dlogin.py71 def hashed_password(self): member in LoginHandler
84 if self.passwd_check(self.hashed_password, typed_password) and not new_password:
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/auth/
H A Dlogin.py71 def hashed_password(self): member in LoginHandler
82 if self.passwd_check(self.hashed_password, typed_password) and not new_password:
/dports/security/gnomint/gnomint-1.2.1/src/
H A Dpkey_manage.h47 gboolean pkey_manage_check_password (const gchar *checking_password, const gchar *hashed_password);
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/source/worksheet/
H A Dsheet_protection.cpp50 std::string sheet_protection::hashed_password() const in hashed_password() function in xlnt::sheet_protection
/dports/mail/dovecot/dovecot-2.3.17/src/auth/
H A Dauth-policy.c465 const char *hashed_password, const char *requested_username) in policy_get_var_expand_table() argument
474 table[0].value = hashed_password; in policy_get_var_expand_table()
521 const char *hashed_password = binary_to_hex(buffer->data, buffer->used); in auth_policy_create_json() local
523 var_table = policy_get_var_expand_table(context->request, hashed_password, requested_username); in auth_policy_create_json()
/dports/www/py-fastapi/fastapi-0.70.0/docs_src/nosql_databases/
H A Dtutorial001.py33 hashed_password: str
/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DUser.php967 * @param string $hashed_password
969 public function update_password($new_password, $hashed_password = null) argument
972 if (!$hashed_password) {
973 $hashed_password = hash('sha256', $new_password);
976 $escaped_password = Dba::escape($hashed_password);

1234567