Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a requirement to encrypt all data stored against a certina type of member that will later need to be queried on for reporting.What is best practice for this using umbraco?
If the data is encrypted in the database how can it be queried?
Thanks in advance,
B
You would have to write a custom datatype to handle your encryption/ decryption. I don't know of any membership provider feature which handles that already
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Encrypting Member Data
I have a requirement to encrypt all data stored against a certina type of member that will later need to be queried on for reporting.
What is best practice for this using umbraco?
If the data is encrypted in the database how can it be queried?
Thanks in advance,
B
You would have to write a custom datatype to handle your encryption/ decryption. I don't know of any membership provider feature which handles that already
is working on a reply...