Module: Phronomy::StateStore::Encryptor
- Defined in:
- lib/phronomy/state_store/encryptor.rb,
lib/phronomy/state_store/encryptor/base.rb,
lib/phronomy/state_store/encryptor/active_support.rb
Overview
Namespace for state encryption adapters.
Available adapters:
- Base — abstract interface
- ActiveSupport — AES-256-GCM via ActiveSupport
Defined Under Namespace
Classes: ActiveSupport, Base