Skip to content

Add digital signature example with RSA - #11

Merged
DavFilsDev merged 1 commit into
cryptographyfrom
feature/digital-signature
Jul 12, 2025
Merged

Add digital signature example with RSA#11
DavFilsDev merged 1 commit into
cryptographyfrom
feature/digital-signature

Conversation

@DavFilsDev

Copy link
Copy Markdown
Owner

This PR adds an example for creating and verifying a digital signature using RSA keys.

  • generate_rsa_keys() creates a key pair
  • sign_message() signs a message using the private key
  • verify_signature() confirms message authenticity using the public key Includes tampering check to show signature invalidation.

@DavFilsDev
DavFilsDev merged commit f7eb93c into cryptography Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant