function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sumitasumita 

salesforce integration- aes 256 bit security

My question relates to aes 256 bit encryption in browser post. I want to integrate an intranet application with salesforce and want the data transfer between them should be aes 256 bit encrypted so that the client gets utmost security. Can anyone give me ideas as to how it can be implemented? the integration b/w them will also be through SSO. i want the data transfer between the salesforce and application shud be browser post with aes 256 bit encryption.
Message Edited by sumita on 02-07-2010 11:24 PM
BenjiJasikBenjiJasik
I believe you can use SSL 256-bit encryption when talking to the API, have you already tried this in your library?