Encryption using encryptPWPortable() and algorithm behind it
Hi All,
Am trying to encrypt a value using encryptPWPortable() which internally uses tools.getPRCrypto().encryptPortable method for encryption. Eventually I would be decrypting it as well(so its not going to be one way hashing)
By default will Pega uses MD5 encryption for this?
MD5 is not secure and hence its been asked to change it to SHA. Appreciate support if some one could help me out with this
Thanks