I have two applications:
- Windev app which generates a secret key.
- Java app which receives and uses the key.
I want to encrypt the key in Windev and decrypt it in my java application.
Now Windev supports these encryption types: cryptAnsi, cryptFast, cryptRC516, cryptSecure. More details here.
I want to know Which of these encryptions can be decrypted in Java.