You need to sign in to do that
Don't have an account?
Grazitti 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!
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!
I've found anything valuable for helping you :(