ecto_kms v1.0.0 Ecto.Kms
Custom AWS KMS encrypt field type When dump to the database data must be encrypted When load from the database data must be decrypted
Link to this section Summary
Functions
Pipe down the incoming string to the AWS KMS service and returns the encrypted string in case of success.
Pipe down the data hashed string from database to the AWS KMS service to be decrypted.
Link to this section Functions
Link to this function
dump(data)
Pipe down the incoming string to the AWS KMS service and returns the encrypted string in case of success.
Link to this function
load(data)
Pipe down the data hashed string from database to the AWS KMS service to be decrypted.