Skip to content

issues Search Results · repo:sybrenstuvel/python-rsa language:Python

Filter by

121 results
 (49 ms)

121 results

insybrenstuvel/python-rsa (press backspace or delete to remove)

Hi folks, I m Sybren, one of the original authors and the maintainer of this project. Unfortunately I don t have the time and brain space left to properly maintain Python-RSA. As you can see from the ...
  • sybrenstuvel
  • Opened 
    11 days ago
  • #245

The result of the warning check bellow would always result in the error showing, because we are comparing a map object, and a list. You are compering the results, with the expected ones, but the compared ...
  • Kristofy
  • Opened 
    17 days ago
  • #243

The docstring says that message parameter of rsa.sign can be bytes or a file-like object However the type signature of rsa.sign specifies only bytes: image
  • schlamar
  • Opened 
    on Jan 15
  • #240

According to RFC 8017: PKCS#1 v2.2, all cryptographic primitives should be performing range checks on their inputs. Specifically, section 5.1.2. says for RSADP If the ciphertext representative c is not ...
  • myheroyuki
  • Opened 
    on Feb 1, 2024
  • #235

A unit test, SignatureTest::test_sign_different_key, is failing occasionally. The reason for this is that the test expects the verify function to raise a VerificationError, but the test instead raises ...
  • myheroyuki
  • Opened 
    on Feb 1, 2024
  • #234

Hi there! I d like to propose incorporating a dependency update tool to maintain up-to-date CI dependencies. Keeping dependencies up-to-date is a recommended security practice that minimizes exposure ...
  • joycebrum
  • Opened 
    on Dec 29, 2023
  • #232

I ve executed the scripts in the https://github.com/tomato42/marvin-toolkit/tree/master/example/python-rsa and have confirmed that the implementation of RSA decryption in python-rsa 4.9 is leaky, as predicted ...
  • tomato42
  • 4
  • Opened 
    on Oct 26, 2023
  • #230

Hello Team, I m requesting a response pertaining to the attached CVE-2020-13757. Is a patch in progress? If not is there a remediation timeframe in place? Please let us know if you have any questions ...
  • pickleMan2
  • 1
  • Opened 
    on Sep 21, 2023
  • #227

Hi! I m Diogo and I m back (see #216) hoping to offer a bit more help with security enhancements. This time I m here to suggest that you expose a way that users can report eventual sensitive vulnerabilities ...
  • diogoteles08
  • Opened 
    on Sep 7, 2023
  • #224

use rsa, get this error, but java can do this image java import javax.crypto.Cipher; import java.nio.charset.StandardCharsets; import java.security.KeyFactory; import java.security.PublicKey; import ...
  • achieve-dream1221
  • 3
  • Opened 
    on Aug 16, 2023
  • #222
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub