Home chevron_right Developer Tools chevron_right Sign Text
Sign Text
Sign text with an RSA private key using RSA-PSS SHA-256.
Create a digital signature for text using an RSA private key in PEM format. The tool signs the exact text with RSA-PSS and SHA-256, then returns a Base64 signature that can be verified with the matching public key. It is useful for testing signature workflows, learning public key cryptography, validating API integrations, or creating reproducible examples. The private key and message are processed in memory and are not stored. Use the Verify Signature tool with the public key to confirm that the signature matches the original text.
Frequently Asked Questions
Which signing algorithm is used? expand_more
Related Tools
RSA Key Pair Generator
Generate RSA private and public keys in PEM format.
Verify Signature
Verify RSA-PSS SHA-256 text signatures with a public key.
JWT Decoder
Decode and inspect JWT tokens online for free — no signature verification.