I have been reading a little bit about Encryption.
I'm currently in a project where I'll need to Encrypt/Decrypt data based on a key (user password), but the problem is: - I'll need to encrypt/decrypt in several client applications built with different languages. Example: - PHP - C++ - Java etc.
What should I do? is there any good (and free) lib that was written to different languages?
thank you