-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- Add
PepperGrinderinterface with methods:Encrypt(dest, plaintext []byte) ([]byte, error)Decrypt(dest, ciphertext []byte) ([]byte, error)
- Add
PepperGrinderAesGcmstruct with fields:Key []bytenonce []byte- e.g. IV
- Add
Peppers []PepperGrinderfield toConfigstruct - Add
PepperVersion intfield toCredentialstruct - index toConfig.Peppers - Update pepper keys when updating hashes
Metadata
Metadata
Assignees
Labels
No labels