Skip to content

Commit

Permalink
bump rsa key size
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 6, 2024
1 parent 03ae445 commit 41aba52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def pkey_to_str(key) -> str:


def rsa_private_key() -> str:
return pkey_to_str(rsa.generate_private_key(0x10001, 1024))
return pkey_to_str(rsa.generate_private_key(0x10001, 2048))


def brainpoolp512r1_private_key() -> str:
Expand Down

0 comments on commit 41aba52

Please sign in to comment.