Updating blog home and MFA-i

This commit is contained in:
KyleDOT 2024-06-16 20:49:24 +09:30
parent 7a509ec4d3
commit 0adad1f96f
4 changed files with 10 additions and 9 deletions

View File

@ -11,7 +11,7 @@
</div>
<div class="blog_body">
<p>Anecdotally I kept seeing certain numbers and patterns showing up in 2 digit MFA that I regularly use, notably double of adjacent numbers, so I started plotting them out, while I only have 80 data points from the last couple months. I believe it's slowly confirming my theory, could still be coincidence is at play with the low amount of data compared to the 90 possible outcomes, but if not I'm curious to as why they aren't a fair or even random.</p>
<img></img>
<img src="media\MFA-i.png" alt="Data graph">
<p>I suppose the actual number isn't actually what is important to security, just that it's another layer of security, so even if the numbers are weighted to more friendly and easy to enter, bad actors will still need the user's device or convine the user to tell them the number. Just as long as you can't predict the next number with certainty when the current expires, it doesn't really matter how random the number is, just random enought that the next can't be predicted.</p>
<p>Note: I also believe this is true of a 6 digit I use regularly as (again anecdotally) I've picked up what I believe are patterns, unpredictable but still user friendly. I figured I track the 2 digit as it's easier to keep track of. Not all MFA would use the same number generation so some might be a more 'true' random while others like the one I'm plotting maybe weighted.</p>
<p>I've made this 'Part i' as I wish to return to my theory and findings once I have more data.</p>
@ -19,7 +19,7 @@
</div>
<footer>
<p><a href="https://kyledot.net/blog/home">Return to blog home</a></p>
<p>Made by Kyle - Last updated: 2024-06-07</p>
<p>Made by Kyle - Last updated: 2024-06-16</p>
</footer>
</body>
</html>

View File

@ -8,19 +8,20 @@
<h1>Kyle's Blog</h1>
<div class="container_index">
<div class="blogs_date">
<h2>By date</h2>
<h2>By Date</h2>
<p><a href="https://kyledot.net/blog/2024-06-07_MFA-i">2024-06-07 MFA & Randomness - Part i</a></p>
</div>
<div class="blogs_theme">
<h2>Tech</h2>
<h2>By Category</h2>
<h3>Tech</h3>
<p><a href="https://kyledot.net/blog/2024-06-07_MFA-i">2024-06-07 MFA & Randomness - Part i</a></p>
<h2>Life</h2>
<h2>Other</h2>
<h3>Life</h3>
<h3>Other</h3>
</div>
</div>
<footer>
<p><a href="https://kyledot.net">Return to home</a></p>
<p>Made by Kyle - Last updated: 2024-06-07</p>
<p>Made by Kyle - Last updated: 2024-06-16</p>
</footer>
</body>
</html>

BIN
blog/media/MFA-i.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -12,7 +12,7 @@
<p><b><a href="https://kyledot.net">kyledot.net</a> - Index site</b></p>
<p><a href="https://kyledot.net/projects">kyledot.net/projects</a> - Projects</p>
<p><a href="https://kyledot.net/resume">kyledot.net/resume</a> - Resume*</p>
<p><a href="https://kyledot.net/blog/home">kyledot.net/blog/home</a> - Blog*</p>
<p><a href="https://kyledot.net/blog/home">kyledot.net/blog/home</a> - Blog</p>
</div>
<div class="thebakery">
<h2>TheBakery</h2>
@ -48,7 +48,7 @@
</div>
<footer>
<p>* Indicates planned or WIP website</p>
<p>Made by Kyle - Last updated: 2024-06-07</p>
<p>Made by Kyle - Last updated: 2024-06-16</p>
</footer>
</body>
</html>