use HMAC
This commit is contained in:
parent
e7c1332fa2
commit
def137b0cc
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ only be used for public data.
|
||||||
** Encryption is not yet supported. **
|
** Encryption is not yet supported. **
|
||||||
|
|
||||||
When encryption is enabled, all files stored in the bucket are
|
When encryption is enabled, all files stored in the bucket are
|
||||||
encrypted with gpg. Additionally, the filenames themselves are hashed
|
encrypted with gpg. Additionally, the filenames themselves are encrypted
|
||||||
to obfuscate them. The size of the encrypted files, and access patterns of
|
(using HMAC). The size of the encrypted files, and
|
||||||
the data, should be the only clues to what type of data you are storing in
|
access patterns of the data, should be the only clues to what type of
|
||||||
S3.
|
data you are storing in S3.
|
||||||
|
|
||||||
[[!template id=note text="""
|
[[!template id=note text="""
|
||||||
This scheme was originally developed by Lars Wirzenius at al
|
This scheme was originally developed by Lars Wirzenius at al
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue