Encrypt a Date Field
Hi Friends,
I have a DATE field in one of my table - Birth Date . Can we use any oracle method to encrypt this date and store in the DATE field and finally decrypt and retrieve.
I understood that dbms_crypto will give me random string and I cannot store the encrypted value to the DATE field.
Thanks
SSN