class documentation
class CryptedPasswordRecord(Protocol): (source)
A sequence where the item at index 1 may be a crypted password.
Both pwd.struct_passwd and spwd.struct_spwd conform to this protocol.
| Method | __getitem__ |
Get the crypted password. |