in reply to 32 Character limit
The documentation of Crypt::Tea says about encrypt: " Encrypts blocksize() bytes of $data and returns the corresponding ciphertext.". Similar for decrypt.
Sounds like you have to split the input data into chunks of blocksize() length and feed that to the functions
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 32 Character limit
by ikegami (Patriarch) on Feb 09, 2011 at 00:03 UTC |