Open
Description
Running badkeys -j
on a very large RSA key (16384 bit) together with the json parameter runs into Python's limits for int to string conversion.
See also:
https://docs.python.org/3/library/stdtypes.html#int-max-str-digits
I am not yet sure how to best adress this. Options that crossed my mind:
- Catch large numbers and put a placeholder in
- Just limit the RSA key size we allow to begin with
- Reconsider the JSON format (it is decimal, should it be hex?)
- Several?
Metadata
Metadata
Assignees
Labels
No labels