Nanvault::Encrypted
Inherits Reference / Object
Encrypted data class
Constructors
new(ctext_str : String)
SourceInstance methods
bbody
Sourcebbody=(bbody : Slice(UInt8))
Sourcebody
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
body=(body : String)
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
ctext
Sourcectext=(ctext : Slice(UInt8))
Sourceheader
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
header=(header : String)
these initializations also prevent this: https://github.com/crystal-lang/crystal/issues/5931
hmac
Sourcehmac=(hmac : Slice(UInt8))
Sourcepassword=(password : String)
Sourceptext
Sourceptext=(ptext : Slice(UInt8))
Sourcesalt
Sourcesalt=(salt : Slice(UInt8))
Sourcevault_info
Sourcevault_info=(vault_info : Hash(String, Nil | String))
Source