You need to sign in to do that
Don't have an account?

Encrypting/decrypting data
Hello there,
I have a requirement where I need to encrypt/decrypt some data stored on the salesforce.com custom objects .. i.e., I need to encrypt some information, store them in a custom object, and then when needed , I need to query the encrypted information and decrypt it.
Does any force.com API allows me to do this ? or any other way I can achieve this encryption for my data ? I am currently using Flex toolkit for force.com for my project,
I would appreciate any response.
Thanks,
Arun B
I have a requirement where I need to encrypt/decrypt some data stored on the salesforce.com custom objects .. i.e., I need to encrypt some information, store them in a custom object, and then when needed , I need to query the encrypted information and decrypt it.
Does any force.com API allows me to do this ? or any other way I can achieve this encryption for my data ? I am currently using Flex toolkit for force.com for my project,
I would appreciate any response.
Thanks,
Arun B
you can crypt using this i think, then store in a custom object.
how strong do you need to encrypt? just base64 or something more?
Is there no way to encrypt and decrypt data in Apex code? (We just saw the Crypto class but it seems it only provides encryption but not the decryption.)
Message Edited by Enzigma on 01-13-2009 02:50 AM
Hi,
I have the same issue.
Did anyone find something?
Thanks,