Crypt-LE icon indicating copy to clipboard operation
Crypt-LE copied to clipboard

Fixes Git Issue 102 via commenting out line in lib/Crypt/LE.pm

Open ajmetz opened this issue 4 months ago • 1 comments

[ 30/SEP/2025 AJMETZ ] - commented out line 674 in master branch (or 654 in 0.39 release tag) ( $key->use_pkcs1_padding; ) following advice expressed in discussion of Git Issue 102 [ https://github.com/do-know/Crypt-LE/issues/102 ] and feedback on an earlier pull request [ https://github.com/do-know/Crypt-LE/pull/103#pullrequestreview-3220666378 ]. This will effectively delegate to Crypt::OpenSSL::RSA to set a default padding, and avoid the likes of errors such as: "PKCS#1 1.5 is disabled as it is known to be vulnerable to marvin attacks."

ajmetz avatar Sep 30 '25 16:09 ajmetz

https://github.com/do-know/Crypt-LE/issues/102#issuecomment-3464303435

toddr avatar Oct 29 '25 21:10 toddr