Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Encryption algorithm that produces ASCII characters ?

843811Aug 3 2008 — edited Aug 4 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2008
Added on Aug 3 2008
2 comments
363 views