[Solved] I have a string which I want to encrypt/decrypt using php but the output of the encryption should be lower case alphanumeric only [closed]


try this:

PHP Base32 Decoder: http://php-classes.de/class/base32/

this would generate only lowercase letter.

1

solved I have a string which I want to encrypt/decrypt using php but the output of the encryption should be lower case alphanumeric only [closed]