/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

martinfowler.com
| | ionutbalosin.com
3.2 parsecs away

Travel
| | [AI summary] The provided text is a comprehensive guide on implementing security measures in Java applications, focusing on authentication, authorization, and various HTTP security headers. It covers topics such as API security, token introspection, JSON Web Key Set (JWKS), Content Security Policy (CSP), Cross-Origin Resource Sharing (CORS), HTTP Strict Transport Security (HSTS), and other security headers like X-XSS-Protection, X-Frame-Options, X-Content-Type-Options, and Referrer-Policy. The guide includes code snippets for configuring these security measures in a Java application and emphasizes the importance of using these headers to mitigate common web vulnerabilities and enhance application security.
| | crackstation.net
1.6 parsecs away

Travel
| | How to hash passwords properly using salt. Why hashes should be salted and how to use salt correctly.
| | paragonie.com
2.3 parsecs away

Travel
| | Everything a developer needs to know to build secure software in the PHP programming language in the year 2018
| | www.linuxjournal.com
19.2 parsecs away

Travel
| [AI summary] A comprehensive guide on implementing UEFI Secure Boot to secure computers from malicious code, including generating keys, installing custom certificates, building signed standalone GRUB bootloaders, and configuring full disk encryption to defend against physical attacks.