Method: Metasploit::Credential::KrbEncKey#to_s
- Defined in:
- app/models/metasploit/credential/krb_enc_key.rb
#to_s ⇒ String
A string suitable for displaying to the user
137 138 139 |
# File 'app/models/metasploit/credential/krb_enc_key.rb', line 137 def to_s "#{ENCTYPE_NAMES[enctype]}:#{self.class.as_hex(key)}#{salt ? ":#{self.class.as_hex(salt)}" : ''}" end |