<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on FindPicked</title><link>https://findpicked.com/tags/security/</link><description>Recent content in Security on FindPicked</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 12 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://findpicked.com/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Decode a JWT Token (Without a Library)</title><link>https://findpicked.com/blog/how-to-decode-jwt-token/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://findpicked.com/blog/how-to-decode-jwt-token/</guid><description>&lt;p&gt;JWT (JSON Web Token) is the most widely used token format for authentication on the web. If you&amp;rsquo;ve ever worked with OAuth, API keys, or session tokens, you&amp;rsquo;ve almost certainly encountered a JWT. Here&amp;rsquo;s how to decode one, understand what&amp;rsquo;s inside, and avoid the security pitfalls that catch even experienced developers.&lt;/p&gt;
&lt;h2 id="what-is-a-jwt"&gt;What Is a JWT?&lt;/h2&gt;
&lt;p&gt;A JWT is a compact, URL-safe string that carries a JSON payload. It looks like this:&lt;/p&gt;</description></item><item><title>How to Generate a Strong Password in 2026 (Complete Guide)</title><link>https://findpicked.com/blog/how-to-generate-strong-password/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://findpicked.com/blog/how-to-generate-strong-password/</guid><description>&lt;p&gt;Weak passwords are responsible for 81% of data breaches. Here&amp;rsquo;s how to generate passwords that are genuinely strong — and why most &amp;ldquo;password rules&amp;rdquo; you&amp;rsquo;ve been taught are wrong.&lt;/p&gt;
&lt;h2 id="what-makes-a-password-strong"&gt;What Makes a Password Strong?&lt;/h2&gt;
&lt;p&gt;The strength of a password is determined by &lt;strong&gt;entropy&lt;/strong&gt; — the number of possible combinations an attacker would need to try. Two factors control entropy:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Length&lt;/strong&gt; — Every additional character multiplies the possible combinations exponentially&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Character variety&lt;/strong&gt; — Using uppercase, lowercase, numbers, and symbols increases the pool&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Key insight: length matters more than complexity.&lt;/strong&gt; The password &lt;code&gt;correct-horse-battery-staple&lt;/code&gt; (28 chars, lowercase) is stronger than &lt;code&gt;P@ssw0rd!&lt;/code&gt; (9 chars, mixed) because it has more entropy.&lt;/p&gt;</description></item><item><title>Strong Password Generator</title><link>https://findpicked.com/webtools/password-generator/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://findpicked.com/webtools/password-generator/</guid><description/></item></channel></rss>