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
mkimmkim 

Encrypting authentication

When logging into salesforce through the API, is there any way that we can encrypt the password?  It appears to be sending it across as plain text.

 

Thanks.

SuperfellSuperfell
If you're using SSL (which is the default from the WSDL), its not plain text.
mkimmkim

So, by default, the password does get encrypted when sending in authentication information?

 

Thanks for the reply!

mpiercempierce
The password, along with everything else, gets encrypted because all traffic is going through SSL.
mkimmkim
thanks for the info!