Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
poc-cve-2016-10555 — Change the algorithm RS256(asymmetric) to HS256(symmetric) - POC (CVE-2016-10555) | Kitploit
Tools/GitHubGitHub/circuitsoul/poc-cve-2016-10555
Authentication & AuthorizationEncryption/Decryption ToolsVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubcircuitsoul/poc-cve-2016-10555

poc-cve-2016-10555

Change the algorithm RS256(asymmetric) to HS256(symmetric) - POC (CVE-2016-10555)

View Repository
155 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Change the algorithm RS256(asymmetric) to HS256(symmetric) - POC (CVE-2016-10555)

The algorithm HS256 uses the secret key to sign and verify each message. The algorithm RS256 uses the private key to sign the message and uses the public key for authentication.

If you change the algorithm from RS256 to HS256, the back end code uses the public key as the secret key and then uses the HS256 algorithm to verify the signature.

Regards: https://www.youtube.com/c/FarahHawa

Download Tool