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
kent.chenkent.chen 

Can I encrypt the password when using the migration tool?

Hi,

  The Migration Tool requries user name and password.  There is a small team in out company working for SFDC development.

   I want the password encrypted. Is that possible?

CLKCLK

use predifined Crypto class of apex for doing it.

it provide methods for encryption & decyption.

Jim RigneyJim Rigney
CLK, can you describe what you mean by using Crypto class for Apex and how specifically that would work with the Force.com migration tool?