Hi
This is a solution which is hard to find in working condition for Encrypt in Java and Decrypt in .Net and finally i was able to implement in one of my project,using this we can encrypt any string in java and decrypt that at .Net end using BouncyCastle API.
I have used Blowfish for Encryption/Decryption,please find the code at : https://docs.google.com/document/d/1b3M1wcHHmY7iVcgzUa8oexq4_jeUdCMTdCGPEMHucdg/edit?hl=en_US
Note:Please make sure to use same key at both ends.
Thanks
No comments:
Post a Comment