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
Grazitti TeamGrazitti Team 

Implementing Blowfish(Bcrypt) algo in Apex

Hi,

We just want to use the Bcrypt encryption in apex code but we are not getting any standard method to get it encrypted using EncodingUtil class.

WebService that we want to consume makes it compulsory to Bcrypt during authentication process.

NOTE: We dont want to any JS as code will be called from scheduled class.

 Also Crypt function of PHP produces the same result. So, any equivalent of Crypt in php or Bcrypt in java/javascript would work

Thanks!
EnreecoEnreeco
I'm afraid you have to implement the algorithm your self.
I've found anything valuable for helping you :(