You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented five dangerous software errors (vulnerable code), exploit and fix, and based on implementations then write a secure software development framework/guideline that discusses those implemented five dangerous software errors (such as Buffer Overruns).
Spring Boot REST API with rotating refresh tokens, replay detection and per-owner access control, verified by negative authorisation tests and an SBOM-scanned build.
An intentionally vulnerable Spring Boot application designed for security research, defensive analysis, and secure coding education in modern Java-based systems.
Educational Java HTML sanitizer for safely handling untrusted HTML. Uses DOM-based parsing, configurable allowlists, URL validation, security reporting, and a local interactive demo. Includes 363 automated tests and GitHub Actions CI.
Encrypt and protect sensitive data with Format Preserving Encryption (FPE) using the FF3 algorithm with DES. A secure Java-based solution that maintains data format integrity. Explore FPE-FF3-DES-Encryption for robust information security. 🛡️🔐🚀
Spring boot application developed to learn how to use the framework and understand how vulnerabilities are manifested in the application and how to prevent them.