Home
last modified time | relevance | path

Searched defs:password (Results 1 – 25 of 8558) sorted by relevance

12345678910>>...343

/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/utils/
H A Dhash.py103 def mysql_passwd(password, uppercase=True): argument
211 def oracle_passwd(password, salt, uppercase=True): argument
251 def md4_generic_passwd(password, uppercase=False): argument
287 def apache_sha1_passwd(password, **kwargs): argument
297 def ssha_passwd(password, salt, **kwargs): argument
308 def ssha256_passwd(password, salt, **kwargs): argument
319 def ssha512_passwd(password, salt, **kwargs): argument
457 def joomla_passwd(password, salt, **kwargs): argument
467 def django_md5_passwd(password, salt, **kwargs): argument
477 def django_sha1_passwd(password, salt, **kwargs): argument
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dredismod.py43 def _connect(host=None, port=None, db=None, password=None): argument
59 def _sconnect(host=None, port=None, password=None): argument
87 def bgsave(host=None, port=None, db=None, password=None): argument
130 def dbsize(host=None, port=None, db=None, password=None): argument
206 def flushall(host=None, port=None, db=None, password=None): argument
220 def flushdb(host=None, port=None, db=None, password=None): argument
468 def info(host=None, port=None, db=None, password=None): argument
556 def ping(host=None, port=None, db=None, password=None): argument
573 def save(host=None, port=None, db=None, password=None): argument
663 def time(host=None, port=None, db=None, password=None): argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/main/java/org/springframework/jms/connection/
H A DUserCredentialsConnectionFactoryAdapter.java77 private String password; field in UserCredentialsConnectionFactoryAdapter
103 public void setPassword(String password) { in setPassword()
124 public void setCredentialsForCurrentThread(String username, String password) { in setCredentialsForCurrentThread()
157 public Connection createConnection(String username, String password) throws JMSException { in createConnection()
172 protected Connection doCreateConnection(String username, String password) throws JMSException { in doCreateConnection()
202 …public QueueConnection createQueueConnection(String username, String password) throws JMSException… in createQueueConnection()
217 …protected QueueConnection doCreateQueueConnection(String username, String password) throws JMSExce… in doCreateQueueConnection()
251 …public TopicConnection createTopicConnection(String username, String password) throws JMSException… in createTopicConnection()
266 …protected TopicConnection doCreateTopicConnection(String username, String password) throws JMSExce… in doCreateTopicConnection()
288 public final String password; field in UserCredentialsConnectionFactoryAdapter.JmsUserCredentials
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Cryptography.X509Certificates/
H A DX509Certificate20.cs55 public X509Certificate (byte[] rawData, string password) in X509Certificate()
61 public X509Certificate (byte[] rawData, SecureString password) in X509Certificate()
66 public X509Certificate (byte[] rawData, string password, X509KeyStorageFlags keyStorageFlags) in X509Certificate()
72 …public X509Certificate (byte[] rawData, SecureString password, X509KeyStorageFlags keyStorageFlags) in X509Certificate()
82 public X509Certificate (string fileName, string password) in X509Certificate()
88 public X509Certificate (string fileName, SecureString password) in X509Certificate()
93 public X509Certificate (string fileName, string password, X509KeyStorageFlags keyStorageFlags) in X509Certificate()
159 public virtual byte[] Export (X509ContentType contentType, string password) in Export()
166 public virtual byte[] Export (X509ContentType contentType, SecureString password) in Export()
172 internal byte[] Export (X509ContentType contentType, byte[] password) in Export()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/pwhash/
H A Dargon2id13.rs123 let password = [ in test_derive_01() localVariable
159 let password = [ in test_derive_02() localVariable
198 let password = [ in test_derive_03() localVariable
244 let password = [ in test_derive_04() localVariable
268 let password = [ in test_derive_05() localVariable
302 let password = [ in test_derive_06() localVariable
341 let password = [ in test_derive_07() localVariable
375 let password = [ in test_derive_08() localVariable
417 let password = [ in test_derive_09() localVariable
453 let password = [ in test_derive_10() localVariable
[all …]
H A Dargon2i13.rs124 let password = [ in test_derive_01() localVariable
160 let password = [ in test_derive_02() localVariable
199 let password = [ in test_derive_03() localVariable
245 let password = [ in test_derive_04() localVariable
269 let password = [ in test_derive_05() localVariable
303 let password = [ in test_derive_06() localVariable
342 let password = [ in test_derive_07() localVariable
361 let password = [ in test_derive_08() localVariable
403 let password = [ in test_derive_09() localVariable
439 let password = [ in test_derive_10() localVariable
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgtlspassword.c75 g_tls_password_real_get_value (GTlsPassword *password, in g_tls_password_real_get_value()
84 g_tls_password_real_set_value (GTlsPassword *password, in g_tls_password_real_set_value()
128 GTlsPassword *password = G_TLS_PASSWORD (object); in g_tls_password_get_property() local
153 GTlsPassword *password = G_TLS_PASSWORD (object); in g_tls_password_set_property() local
175 GTlsPassword *password = G_TLS_PASSWORD (object); in g_tls_password_finalize() local
259 g_tls_password_get_value (GTlsPassword *password, in g_tls_password_get_value()
283 g_tls_password_set_value (GTlsPassword *password, in g_tls_password_set_value()
321 g_tls_password_set_value_full (GTlsPassword *password, in g_tls_password_set_value_full()
342 g_tls_password_get_flags (GTlsPassword *password) in g_tls_password_get_flags()
358 g_tls_password_set_flags (GTlsPassword *password, in g_tls_password_set_flags()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/security/auth/
H A DPassword.java60 private final char[] password; field in Password
83 public Password (char[] password) in Password()
97 public Password (char[] password, long delay) in Password()
113 public Password (char[] password, int offset, int length) in Password()
131 public Password (char[] password, int offset, int length, long delay) in Password()
159 public Password (byte[] password) in Password()
173 public Password (byte[] password, long delay) in Password()
189 public Password (byte[] password, int offset, int length) in Password()
207 public Password (byte[] password, int offset, int length, long delay) in Password()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/security/auth/
H A DPassword.java60 private final char[] password; field in Password
83 public Password (char[] password) in Password()
97 public Password (char[] password, long delay) in Password()
113 public Password (char[] password, int offset, int length) in Password()
131 public Password (char[] password, int offset, int length, long delay) in Password()
159 public Password (byte[] password) in Password()
173 public Password (byte[] password, long delay) in Password()
189 public Password (byte[] password, int offset, int length) in Password()
207 public Password (byte[] password, int offset, int length, long delay) in Password()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/security/auth/
H A DPassword.java60 private final char[] password; field in Password
83 public Password (char[] password) in Password()
97 public Password (char[] password, long delay) in Password()
113 public Password (char[] password, int offset, int length) in Password()
131 public Password (char[] password, int offset, int length, long delay) in Password()
159 public Password (byte[] password) in Password()
173 public Password (byte[] password, long delay) in Password()
189 public Password (byte[] password, int offset, int length) in Password()
207 public Password (byte[] password, int offset, int length, long delay) in Password()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/security/auth/
H A DPassword.java60 private final char[] password; field in Password
83 public Password (char[] password) in Password()
97 public Password (char[] password, long delay) in Password()
113 public Password (char[] password, int offset, int length) in Password()
131 public Password (char[] password, int offset, int length, long delay) in Password()
159 public Password (byte[] password) in Password()
173 public Password (byte[] password, long delay) in Password()
189 public Password (byte[] password, int offset, int length) in Password()
207 public Password (byte[] password, int offset, int length, long delay) in Password()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/security/auth/
H A DPassword.java60 private final char[] password; field in Password
83 public Password (char[] password) in Password()
97 public Password (char[] password, long delay) in Password()
113 public Password (char[] password, int offset, int length) in Password()
131 public Password (char[] password, int offset, int length, long delay) in Password()
159 public Password (byte[] password) in Password()
173 public Password (byte[] password, long delay) in Password()
189 public Password (byte[] password, int offset, int length) in Password()
207 public Password (byte[] password, int offset, int length, long delay) in Password()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/android/
H A DnsScreenManagerAndroid.cpp104 // xpcshell most likely in test_kdf_scryptsalsa208sha256()
117 return GetPixelDepth(aColorDepth); in test_scryptsalsa208sha256_random()
118 }
119
120
121 void
130 class nsScreenManagerAndroid::ScreenManagerHelperSupport final in test_scryptsalsa208sha256_verify()
144 MOZ_ASSERT(screenMgr, "Failed to get nsIScreenManager"); in test_scryptsalsa208sha256_verify()
167 RefPtr<nsScreenManagerAndroid> screenMgrAndroid = in test_scryptsalsa208sha256_verify()
185 nsScreenManagerAndroid::~nsScreenManagerAndroid() in test_wrong_hash_length()
[all …]
/dports/devel/py-bandit/bandit-1.7.1/examples/
H A Dhardcoded-passwords.py3 def someFunction(user, password="Admin"): argument
6 def someFunction2(password): argument
12 def noMatch(password): argument
18 def NoMatch2(password): argument
26 def doLogin(password="blerg"): argument
38 password = "blerg" variable
/dports/net/self-service-password/ltb-project-self-service-password-1.4/lib/
H A Dfunctions.inc.php23 function make_ssha_password($password) {
30 function make_ssha256_password($password) {
37 function make_ssha384_password($password) {
51 function make_sha_password($password) {
57 function make_sha256_password($password) {
63 function make_sha384_password($password) {
69 function make_sha512_password($password) {
75 function make_smd5_password($password) {
82 function make_md5_password($password) {
115 function make_md4_password($password) {
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/datasource/
H A DUserCredentialsDataSourceAdapter.java66 private String password; field in UserCredentialsDataSourceAdapter
92 public void setPassword(String password) { in setPassword()
107 public void setCredentialsForCurrentThread(String username, String password) { in setCredentialsForCurrentThread()
144 public Connection getConnection(String username, String password) throws SQLException { in getConnection()
159 protected Connection doGetConnection(String username, String password) throws SQLException { in doGetConnection()
177 public final String password; field in UserCredentialsDataSourceAdapter.JdbcUserCredentials
179 private JdbcUserCredentials(String username, String password) { in JdbcUserCredentials()
/dports/devel/qca/qca-2.3.4/unittest/kdfunittest/
H A Dkdfunittest.cpp111 QCA::SecureArray password = QCA::hexToArray(secret); in pbkdf1md2Tests() local
169 QCA::SecureArray password = QCA::hexToArray(secret); in pbkdf1sha1Tests() local
184 QCA::SecureArray password("secret"); in pbkdf1sha1TimeTest() local
273 QCA::SecureArray password = QCA::hexToArray(secret); in pbkdf2Tests() local
289 QCA::SecureArray password("secret"); in pbkdf2TimeTest() local
315 QCA::SecureArray password("Jefe"); in pbkdf2extraTests() local
326 QCA::SecureArray password("password"); in pbkdf2extraTests() local
340 QCA::SecureArray password("password"); in pbkdf2extraTests() local
354 QCA::SecureArray password("password"); in pbkdf2extraTests() local
368 QCA::SecureArray password("password"); in pbkdf2extraTests() local
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/password/
H A DPasswordPolicyChecks.php46 public static function checkMinimalPasswordLength( $policyVal, User $user, $password ) {
63 public static function checkMinimumPasswordLengthToLogin( $policyVal, User $user, $password ) {
79 public static function checkMaximalPasswordLength( $policyVal, User $user, $password ) {
94 public static function checkPasswordCannotMatchUsername( $policyVal, User $user, $password ) {
116 $password
133 public static function checkPasswordCannotMatchDefaults( $policyVal, User $user, $password ) {
175 public static function checkPasswordNotInCommonList( $policyVal, User $user, $password ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/password/
H A DPasswordPolicyChecks.php46 public static function checkMinimalPasswordLength( $policyVal, User $user, $password ) {
63 public static function checkMinimumPasswordLengthToLogin( $policyVal, User $user, $password ) {
79 public static function checkMaximalPasswordLength( $policyVal, User $user, $password ) {
94 public static function checkPasswordCannotMatchUsername( $policyVal, User $user, $password ) {
116 $password
133 public static function checkPasswordCannotMatchDefaults( $policyVal, User $user, $password ) {
175 public static function checkPasswordNotInCommonList( $policyVal, User $user, $password ) {
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dqpdf-ctest.c135 char const* password, in test01()
173 char const* password, in test02()
188 char const* password, in test03()
201 char const* password, in test04()
214 char const* password, in test05()
231 char const* password, in test06()
248 char const* password, in test07()
261 char const* password, in test08()
275 char const* password, in test09()
288 char const* password, in test10()
[all …]
/dports/security/py-zope.password/zope.password-3.6.1/src/zope/password/
H A Dpassword.py59 def encodePassword(self, password): argument
62 def checkPassword(self, encoded_password, password): argument
127 def encodePassword(self, password, salt=None): argument
134 def checkPassword(self, encoded_password, password): argument
190 def encodePassword(self, password, salt=None): argument
195 def checkPassword(self, encoded_password, password): argument
250 def encodePassword(self, password, salt=None): argument
255 def checkPassword(self, encoded_password, password): argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dsensitive-1.c11 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_1() local
18 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_2() local
25 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_3() local
32 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_4() local
44 char *password = getpass (">"); in test_5() local
55 …char *password = called_by_test_6 (); /* { dg-message "returning sensitive value to 'test_6' from … in test_6() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dsensitive-1.c16 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_1() local
23 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_2() local
30 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_3() local
37 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_4() local
49 char *password = getpass (">"); in test_5() local
60 …char *password = called_by_test_6 (); /* { dg-message "returning sensitive value to 'test_6' from … in test_6() local
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Dsensitive-1.c11 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_1() local
18 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_2() local
25 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_3() local
32 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_4() local
44 char *password = getpass (">"); in test_5() local
55 …char *password = called_by_test_6 (); /* { dg-message "returning sensitive value to 'test_6' from … in test_6() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Dsensitive-1.c16 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_1() local
23 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_2() local
30 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_3() local
37 char *password = getpass (">"); /* { dg-message "\\(1\\) sensitive value acquired here" } */ in test_4() local
49 char *password = getpass (">"); in test_5() local
60 …char *password = called_by_test_6 (); /* { dg-message "returning sensitive value to 'test_6' from … in test_6() local

12345678910>>...343