Quote Originally Posted by wysota View Post
...and then encode the result to receive digits again...
Your solution is very appealing but this step is kind of confusing me. Let me give an example (the encryption algorithm was just one of the many let's not argue about it):
Go to http://www.cs.eku.edu/faculty/styer/...pt/JS-AES.html
Input: 1234567890123456 (ascii)
Key: 0f1571c947d9e8590cb7add6af7f6798 (hex)
Output: 2f 7d 76 42 5e bb 85 e4 f2 e7 b0 08 68 bf 0f ce (hex)
Could you elaborate on the "encode result" part? It's obviously not digits. If this is RTFM material, do you have a FM link handy? Sorry, I 've obviously never used/handled/bothered with encryption before, but it seems that I will be needing something like what I 've described in the near future, so it's better to be prepared.