Jim2025
Member
For example, I want to create a program under Windows with VB6 and a web page in PHP and also an application under Android and in three of them I need to encrypt or decrypt a string, but the problem is that I am looking for a library or class that can be used in these three programming languages. For example, I want to convert a string to a password in Android and decrypt the encrypted string inside VB6 or PHP, or for example, I want to encrypt a string in VB6 and decrypt the same encrypted string in Android. If the program worked with the Internet, there would be no need for these 3 modes, but since each one works independently, is there a way?
Is there a library or class that I can use to encrypt and decrypt in both Android and Visual Basic 6 and PHP at the same time?
I saw a sample library like AES or Base64 here, but these are only made for the B4A, it seems like the only way to make a common algorithm for all three.
Does anyone know of an example, library or class?
Is there a library or class that I can use to encrypt and decrypt in both Android and Visual Basic 6 and PHP at the same time?
I saw a sample library like AES or Base64 here, but these are only made for the B4A, it seems like the only way to make a common algorithm for all three.
Does anyone know of an example, library or class?