clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

KMS ENCRYPTION #104

Open ahmadsn26 opened 7 years ago

ahmadsn26 commented 7 years ago

As the title says it all

is it possible to add a feature to pass on our kms key while initiating dynogels and then the data is encrypted whenever we call create or update other then the primary key attribute and on the get method we get the decrypted data this way we wont have to make a centralized encryption and decryption methodology and will just be able to encrypt and decrypt our data base on our needs

clarkie commented 7 years ago

Yeah, sounds good. I'd be happy to look at a PR that implements this.

Thanks

jkav77 commented 6 years ago

I don't know too much about this. @ahmadsn26, if you can provide more detail on how this should work then maybe you or someone else would be willing to submit a pull request. If not I think we should close this issue for lack of interest.