What encryption algorithm is best for small strings ?

Posted by Lee Shtoy on Stack Overflow See other posts from Stack Overflow or by Lee Shtoy
Published on 2010-06-16T07:01:54Z Indexed on 2010/06/16 7:12 UTC
Read the original article Hit count: 231

Filed under:

Hey,

I have a string of 10-15 characters and I want to encrypt that string.

The problem is - I want to get a shortest encrypted string as possible.

I will also want to decrypt that string back to its original string.

Which encryption algorithm fits best to this situation ?

Thanks

© Stack Overflow or respective owner

Related posts about encryption