Yo,
I was just wondering if/what the limitations are on input string lengths, when it comes to encrypting strings. (via AES &/or Base64)
Essentially I have a big, giant string, and before storing it in the database, I would like to encrypt it.
Is there a set length? (e.g. like a max of 10,000 characters, etc.?)
Thanks in advance & happy coding! :-)
iBenji