Module: FF1::Modes
- Defined in:
- lib/ff1/modes.rb
Overview
Encryption modes for different use cases
Constant Summary collapse
- REVERSIBLE =
Normal reversible encryption - can decrypt back to original
:reversible
- IRREVERSIBLE =
Irreversible encryption - maintains format and relationships but cannot decrypt Useful for GDPR “right to be forgotten” compliance
:irreversible