Home
last modified time | relevance | path

Searched refs:encrypt_password (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/security/p5-Dancer2-Plugin-Auth-Extensible/Dancer2-Plugin-Auth-Extensible-0.710/t/
H A D01-role-provider.t46 lives_ok { $password = $provider->encrypt_password() }
47 "encrypt_password(undef)";
51 lives_ok { $password = $provider->encrypt_password( 'password' ) }
52 "encrypt_password('password')";
57 $password = $provider->encrypt_password( 'password', 'SHA-512' )
59 "encrypt_password('password', 'SHA-512')";
/dports/www/py-flask-security/Flask-Security-3.0.0/tests/
H A Dtest_hashing.py12 from flask_security.utils import encrypt_password, verify_password
22 assert verify_password('pass', encrypt_password('pass'))
32 assert verify_password('pass', encrypt_password('pass'))
H A Dutils.py13 from flask_security.utils import encrypt_password
62 pw = encrypt_password(pw)
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/include/pqxx/
H A Dconnection.hxx113 encrypt_password(char const user[], char const password[]);
117 encrypt_password(std::string const &user, std::string const &password) in encrypt_password() function
119 return encrypt_password(user.c_str(), password.c_str()); in encrypt_password()
461 [[nodiscard]] std::string encrypt_password(
464 encrypt_password(zview user, zview password, zview algorithm) in encrypt_password() function in pqxx::connection
466 return encrypt_password(user.c_str(), password.c_str(), algorithm.c_str()); in encrypt_password()
/dports/sysutils/webmin/webmin-1.981/htaccess-htpasswd/
H A Duseradmin_update.pl26 $user->{'pass'} = &encrypt_password($_[0]->{'plainpass'},
53 $user->{'pass'} = &encrypt_password($_[0]->{'plainpass'},
/dports/sysutils/webmin/webmin-1.981/bin/
H A Dpasswd55 my $encrypt_password = sub {
141 $uinfos{$user}->[0] = &$encrypt_password($pass, \%gconfig);
/dports/audio/gsequencer/gsequencer-3.10.4/ags/server/security/
H A Dags_password_store.c223 g_return_val_if_fail(password_store_interface->encrypt_password, NULL); in ags_password_store_encrypt_password()
225 return(password_store_interface->encrypt_password(password_store, in ags_password_store_encrypt_password()
/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest00.cxx113 std::string const pw{encrypt_password("foo", "bar")}; in test_000()
116 pw, encrypt_password("splat", "blub"), "Password encryption is broken."); in test_000()
/dports/devel/py-types-psycopg2/types-psycopg2-2.9.5/psycopg2-stubs/
H A Dextensions.pyi62 encrypt_password as encrypt_password,
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psycopg2/psycopg2/
H A Dextensions.pyi62 encrypt_password as encrypt_password,
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-client/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-client/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql10-server/postgresql-10.19/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,
/dports/databases/postgresql11-server/postgresql-11.14/src/include/libpq/
H A Dcrypt.h35 extern char *encrypt_password(PasswordType target_type, const char *role,

12345678