DCIT / perl-CryptX

https://metacpan.org/pod/CryptX
Other
35 stars 23 forks source link

RC2 does not support 40bit encryption #25

Closed nlitsme closed 8 years ago

nlitsme commented 8 years ago

Even though 40bits is far from sufficient to use in a real crypto application, there have been many cases where 40 bit keys were used. for example in pkcs12 : pbewithSHAAnd40BitRC2CBC

I think it would be nice if the RC2 module did not reject small keysizes.

willem

karel-m commented 8 years ago

Try CryptX-0.041_002. The fix: d5a49f8d

karel-m commented 8 years ago

Try CryptX-0.041_003

nlitsme commented 8 years ago

works, thanks