-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #8
Conversation
Good job! @finalwharf |
README.md
Outdated
@@ -117,6 +117,12 @@ vault_attribute :details | |||
serialize: :json | |||
``` | |||
|
|||
This is the list of included serializer: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
serializers 🔬
README.md
Outdated
@@ -202,6 +214,27 @@ So for the example above, the key would be: | |||
my_app_people_ssn | |||
|
|||
|
|||
### Convergent Encryption | |||
Convergent encryption is a mode where the same set of plaintext and context always result in the same ciphertext. It does this by deriving a key using a key derivation function but also by deterministically deriving a nonce. You can use this if you need to check for uniquenesson you attributes, of if you need to have the ability to do a search (exact-match). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uniqueness on ... or if you need 🔬
README.md
Outdated
### Convergent Encryption | ||
Convergent encryption is a mode where the same set of plaintext and context always result in the same ciphertext. It does this by deriving a key using a key derivation function but also by deterministically deriving a nonce. You can use this if you need to check for uniquenesson you attributes, of if you need to have the ability to do a search (exact-match). | ||
|
||
Vault supports convergent encryptions since v0.6.1. We take advantege of this functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
encryption
should be singular.
Small typo in advantage
.
d18f600
to
d858666
Compare
d858666
to
d1013b6
Compare
Reflect the improvements made so far in README.md