wheresvic / mongoose-field-encryption

A simple symmetric encryption plugin for individual fields. Dependency free, only mongoose peer dependency.
MIT License
74 stars 32 forks source link

support for AES-256-GCM #90

Open AceTheNinja opened 1 year ago

AceTheNinja commented 1 year ago

Any plans to add support for GCM mode?

wheresvic commented 1 year ago

@AceTheNinja I can look into it - one one hand it would be good to have but then on the other hand I also do not want to introduce more options which can lead to confusion amongst users down the road.