‎2008 Nov 24 7:58 PM
Hi,
My client wants to upload condidential employees data into Z table (do not want HR). These tables will contains some informations that I want to encrypt (salary, ssn, etc...). Is there an easy way to encrypt/decrypt this kind of data. I found the BASE64 methods but is it safe to use that ?
I also found the SSF functions but they look not easy to use. I just want to encrypt some fields of a database records before inserting this record and decrypt it in some applications.
Regards,
Steph
‎2008 Nov 24 8:47 PM
The BASE64 methods don't truely encrypt the data. They just change the encoding to base 64. At the very least, the data will be obfuscated to some degree. If you go this route, the Z table fields might need to be characters to prevent errors.
I hope this helps.
-Erik
‎2008 Nov 24 8:47 PM
The BASE64 methods don't truely encrypt the data. They just change the encoding to base 64. At the very least, the data will be obfuscated to some degree. If you go this route, the Z table fields might need to be characters to prevent errors.
I hope this helps.
-Erik