You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
the current code:
python-rsa/rsa/pkcs1.py
Lines 246 to 267 in 6f59ff0
doesn't check that the length of the padding is at least 8 bytes.
See https://tools.ietf.org/html/rfc8017#section-7.2.2 step 3