Vault::ObfuscatedPassword
Inherits Reference / Object
Stores a password XOR'd with a random pad so plaintext never sits in memory. A memory dump would show random bytes.
Constructors
new(plaintext : String)
SourceInherits Reference / Object
Stores a password XOR'd with a random pad so plaintext never sits in memory. A memory dump would show random bytes.