class Crypto::Secret::Bidet
- Crypto::Secret::Bidet
- Reference
- Object
Overview
Leaves less sh** around if you forget to wipe. A safer default for large secrets that may stress mlock limits or low confidentiality secrets.
- Not locked in memory
- Not access protected
- No guard pages
- Hours of fun
Included Modules
Extended Modules
Direct Known Subclasses
Defined in:
crypto-secret/bidet.crConstructors
Instance Method Summary
Instance methods inherited from module Crypto::Secret::Stateless
finalize
finalize,
noaccess : selfnoaccess(&) noaccess, readonly : self
readonly(&) readonly, readwrite : self
readwrite(&) readwrite, reset reset
Instance methods inherited from module Crypto::Secret
==(other : Secret) : Bool==(other : Bytes) : Bool ==, bytesize : Int32 bytesize, copy_from(data : Bytes) : Nil copy_from, dup dup, finalize finalize, hexstring : String hexstring, inspect(io : IO) : Nil inspect, move_from(data : Bytes) : Nil move_from, noaccess : self noaccess, random : self random, readonly : self readonly, readwrite : self readwrite, reset reset, wipe
wipe(&) wipe