What encryption algorithm is best for small strings ?
- by Lee Shtoy
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