Skip Menu |

This queue is for tickets about the Crypt-TripleDES CPAN distribution.

Report information
The Basics
Id: 6226
Status: new
Priority: 0/
Queue: Crypt-TripleDES

People
Owner: Nobody in particular
Requestors: larry_clink
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: decrypt string padding
When decrypting an encrypted string the string is padded with several spaces. I'm trying to use to decrypt a database password.
[guest - Wed May 5 08:48:57 2004]: Show quoted text
> When decrypting an encrypted string the string is padded with several > spaces. I'm trying to use to decrypt a database password.
Er, the docs say: encrypt3 $plaintext, $passphrase Encrypts the plaintext string using the passphrase. Whitespace characters are appended to the string if its length is not a multiple of eight. User applications can correct for this by storing plaintext size with the cyphertext. so its a feature.