Skip to Main Content

Java Programming

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!

an encryption algorithm where resulting ecoded string is short in length?

807580Feb 1 2010 — edited Feb 1 2010
Hello everyone,

Im trying to find an encryption algorithm where the resulting encoded String is short in length.

this is because I am encrypting url parameters which are sent to the user via SMS text message, and so theres is a restriction on the amount of characters I can use.

My SMS will be a follows:

.........some text.........Please visit http://example.com/c-G7VTAC-SYD-0802-1

I need to encrypt c-G7VTAC-SYD-0802-1, but the resulting string, or 'ciphertext', cant be more than 50 characters.

The algorithms Ive been looking at so far, AES, DES seem to generate huge ciphertext.

Any ideas for an alogrithm that generates short cipertext is greatly appreciated.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2010
Added on Feb 1 2010
10 comments
2,028 views