forked from TrueCloudLab/frostfs-s3-gw
[#529] Use salt when deriving the encryption key
Salt is used when generating encryption keys for data (tokens) in the access box. Now frostfs-s3-authmate always derivation an encryption key with salt. Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
fb4921826e
commit
a725c68d06
7 changed files with 108 additions and 108 deletions
|
@ -10,6 +10,7 @@ package AccessBox {
|
|||
map Gate {
|
||||
GateKey => Encoded public gate key
|
||||
Encrypted tokens *--> Tokens
|
||||
EncryptionKeySalt => Salt for derivation the encryption key
|
||||
}
|
||||
|
||||
map ContainerPolicy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue