Home
last modified time | relevance | path

Searched refs:passwords (Results 1 – 25 of 188) sorted by relevance

12345678

/external/python/cpython2/Doc/library/
Dcrypt.rst2 :mod:`crypt` --- Function to check Unix passwords
7 :synopsis: The crypt() function used to check Unix passwords.
20 accept typed passwords from the user, or attempting to crack Unix passwords with
56 "Sorry, currently no support for shadow passwords")
Dnetrc.rst28 If no argument is specified on a POSIX system, the presence of passwords in
85 ASCII punctuation is allowed in passwords. However, note that whitespace and
86 non-printable characters are not allowed in passwords. This is a limitation
Dgetpass.rst5 :synopsis: Portable reading of passwords and retrieval of the userid.
/external/python/cpython3/Doc/library/
Dcrypt.rst1 :mod:`crypt` --- Function to check Unix passwords
6 :synopsis: The crypt() function used to check Unix passwords.
22 page for further details. Possible uses include storing hashed passwords
23 so you can check passwords without storing the actual password, or attempting
24 to crack Unix passwords with a dictionary.
159 raise ValueError('no support for shadow passwords')
Dnetrc.rst28 If no argument is specified on a POSIX system, the presence of passwords in
88 punctuation is allowed in passwords, however, note that whitespace and
89 non-printable characters are not allowed in passwords. This is a limitation
Dsecrets.rst21 random numbers suitable for managing data such as passwords, account
155 `store passwords in a recoverable format <http://cwe.mitre.org/data/definitions/257.html>`_,
Dgetpass.rst5 :synopsis: Portable reading of passwords and retrieval of the userid.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java46 private Map<Account, String> passwords = new HashMap<>(); field in ShadowAccountManager
181 passwords.remove(account);
194 passwords.clear();
268 passwords.remove(account);
270 passwords.put(account, password);
280 if (passwords.containsKey(account)) {
281 return passwords.get(account);
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy24 * <code>isEquals()</code> method to compare passwords.
26 * If you want to provide a custom comparison, for instance using encrypted passwords, you can
71 * @return true if the passwords match
/external/openssh/
DREADME.platform8 have passwords expired longer than the inactive time (ie the "Weeks between
12 Accounts in this state must have their passwords reset manually by the
14 passwords be reset before upgrading from OpenSSH <3.8.
Dsshd_config57 # To disable tunneled clear text passwords, change to no here!
61 # Change to no to disable s/key passwords
Dsshd_config.android61 # To disable tunneled clear text passwords, change to no here!
65 # Change to no to disable s/key passwords
DCREDITS6 Ahsan Rashid <arms@sco.com> - UnixWare long passwords
37 Dhiraj Gulati <dgulati@sco.com> - UnixWare long passwords
90 Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
Dscp.014 as ssh(1). scp will ask for passwords or passphrases if they are needed
38 -B Selects batch mode (prevents asking for passwords or
DINSTALL185 --with-md5-passwords will enable the use of MD5 passwords. Enable this
186 if your operating system uses MD5 passwords and the system crypt() does
188 resulting binary will support both MD5 and traditional crypt passwords.
/external/e2fsprogs/lib/et/test_cases/
Dcontinuation.et4 "New password was found in a dictionary of possible passwords and\n\
Dheimdal2.et61 ec NULL, "Null passwords are not allowed"
/external/curl/docs/cmdline-opts/
Duser.d11 The user name and passwords are split up on the first colon, which makes it
/external/selinux/python/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt6 …on in Firefox or a programs like pwsafe or kinit or other program that attempts to hide passwords..
/external/ltp/testcases/kernel/security/mmc_security/
DREADME6 passwords.
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf103 # These passwords need to correspond the passwords
/external/libcap/doc/
Dcapability.notes47 the login program... Collecting passwords for another day.
/external/skqp/site/dev/sheriffing/
Dtrooper.md47 Valentine passwords and Chrome Golo access are based on membership in this
/external/python/cpython3/Lib/test/
Dcfgparser.2108 # Encrypted passwords are required for any use of samba in a Windows NT #domain
111 encrypt passwords = yes
116 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
118 # the encrypted SMB passwords. They allow the Unix password
/external/curl/tests/data/
Dtest112367 resumed transfers, passwords, portnumbers, SSL

12345678