Encryption algorithm that produces ASCII characters ?
843811Aug 3 2008 — edited Aug 4 2008Hi,
I'm looking for an encryption method that outputs only ASCII characters (from an ASCII String of course).
I've tried with AES and discovered way too late that it didn't do it......or is there a way to configure it to do the job ?
Also, my output String size is limited to 32 so I think translating AES output to ASCII is not the best option...
Any idea is appreciated
Thank you