Does anyone know of any way to encrypt some data, two-handle , so that I can decrypt? The problem is that there is no way to decrypt (unidirectional / one-handle).
base64 is bad for me because it usually increases the size of what I have already written, 30% larger (as described in the manual), and actually the intent of encryption is to decrease ...
The text to be encrypted should vary from 10 ~ 100 characters, alpha-numerical, and the field where I want to store the encryption will not accept more than 32.