How to use S2K hashing algorithms in PGP encryption using bouncy castle?
I am trying to achieve encryption using PGP with bouncy castle version 1.77 and my encrypt method successfully encrypts the input string. This is the code i use to encrypt.
I am trying to achieve encryption using PGP with bouncy castle version 1.77 and my encrypt method successfully encrypts the input string. This is the code i use to encrypt.