Sunday 10 July 2011

Unique Solutions: Encrypt in Java and Decrypt in .Net

Unique Solutions: Encrypt in Java and Decrypt in .Net: "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 implem..."

Wednesday 1 June 2011

Encrypt in Java and Decrypt in .Net


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

Pankaj