-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.0
-
Component/s: None
-
None
The MongoDB driver needs a BsonEncryptAttribute
This could be applied to properties that are passwords, social security numbers or other personal information.
It could take parameters for type of encryption and secret key.
Then the driver could automatically encrypt and decrypt the data upon serialization and deserialization.
Maybe a BsonHashAttribute would be better for password fields.