Class: Metasploit::Credential::PasswordHash
- Defined in:
- app/models/metasploit/credential/password_hash.rb
Overview
The cryptographic hash of a password.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#data ⇒ String
The cryptographic hash of Metasploit::Credential::Password#data.
Attributes inherited from Private
#cores, #created_at, #id, #type, #updated_at
Method Summary
Methods inherited from Private
Instance Attribute Details
#data ⇒ String
Note:
Unlike Metasploit::Credential::Private#data, #data cannot be blank because blank hashes have no meaning.
The cryptographic hash of Metasploit::Credential::Password#data.
|
# File 'app/models/metasploit/credential/password_hash.rb', line 7
|