u/WizardFlameYT

My password system progression

My password system progression

I've been learning when I have time over the last few months and have documented my progress through making the best password system I could think of at the time. They all have issues which I fixed as I learned last one has problems with repeat logins based on how it searches through strings. Quite proud of that idea that I came up with could probably be a bit easier if I convert the letters to numbers or something and put them in an array and then search the array. That could run into rare issues because there's 10 numbers and 26 letters so if someone has their name as z that would make bf unregistrable and numbers would have to either be converted to 222 or something but that would, make bbb, bv and vb like combinations impossible. That way would have also been easier to do which means I don't apply as much, so I didn't do it that way.

You can see where I discovered loops, then realized what I could do with them.

https://preview.redd.it/u5kkfvihk55h1.png?width=548&format=png&auto=webp&s=1f9a315580aff421066eb7cf0b1446b44778b0f7

https://preview.redd.it/gmp6ai74k55h1.png?width=649&format=png&auto=webp&s=b3d2c1f4d3e5d65770eb751554655aed0dcaee2c

https://preview.redd.it/d6m2cp7eg55h1.png?width=766&format=png&auto=webp&s=768bbf56fefc97e9a0c5183bd73eed6311db915a

https://preview.redd.it/s61s2bvhg55h1.png?width=848&format=png&auto=webp&s=ec6d2edfc49b89cc6217755d2f88dc97745df08b

https://preview.redd.it/4u4y501xh55h1.png?width=745&format=png&auto=webp&s=d074fce5f36131d3ed9626f89fc5a4ecbfc6adba

https://preview.redd.it/io6kkh8zh55h1.png?width=820&format=png&auto=webp&s=c927747810a1bfe1dcffd64bb7d8d57e564bc917

https://preview.redd.it/15cdp4p1i55h1.png?width=773&format=png&auto=webp&s=6e49ffd9daca02e1776b1f390bed66393fc5877f

reddit.com
u/WizardFlameYT — 7 days ago