Flavortown-Password-Shredder banner

Flavortown-Password-Shredder

2 devlogs
6h 46m 24s

the pass maker is a stateless password generator i built to help me revise permutations for my exams. i moved away from eye-straining colors like purple ,green and blue for a futuristic blue theme with glassmorphism blur. instead of a database, it…

the pass maker is a stateless password generator i built to help me revise permutations for my exams. i moved away from eye-straining colors like purple ,green and blue for a futuristic blue theme with glassmorphism blur. instead of a database, it uses math to generate passwords on the fly based on your username + website . since the math is consistent, you always get the same password back for the same inputs. it also calculates crack time based on a rtx 4090 gpu trying a trillion combinations per second to see if your password survives a super computer. it was hard to code the n^r permutation math for huge numbers but it helped my revision. simple, no database, just dont forget ur username.

This project uses AI

Futuristic glassmorphic UI with blur effects. CSS styling, layout fixes, and background images generated with AI assistance.

Demo Repository

Loading README...

padamnabhnamdeo

Shipped this project!

Hours: 6.7
Cookies: 🍪 56
Multiplier: 11.13 cookies/hr

Okay i Make a Extension which will works as a password generator and manager(works like that though) . There are three main things we need to login username website and password and we all forget are password so i make a extesnion which generate password using the username and website name. An dit generates same password for same username and website every time so it works like the password manager .I f u use it there is high chance that anyone less can use it to know ur password if he had the username so i recommend u to make a secret key yourself dont tell anyone and just write it after the username so it will be secret for everyone.

padamnabhnamdeo

I finally finished “The Pass Maker” This project was really good to recap what I learned about permutations and combinations while actually building something I can use.I actually ran into a weird issue where I calculated a password’s strength by hand and got a different answer than what my extension showed.even i dont know now how the extension if calculating the strenghth of the password .One of the best changes I made was simplifying the logic so I don’t have to save passwords in a database. I set it up so that the username and Website’s Name act as a unique “key.” Because the code math is consistent, the app will always generate the exact same pasword for those specific inputs. It’s basically a “seed based” generator as long as you know your username, you’ve got your password.I swapped the eye-catching sharp purple blue and green for a cleaner, futuristic blue theme with a centered background and a minimal glassmorphism blur. On the technical side, I calibrated the “Crack Time” using an RTX 4090 benchmark—calculating how long a password lasts against a trillion attempts per second to see how it stands up against the brute force which can try almot the 2 trillion password in a sec.

0
padamnabhnamdeo

Shipped this project!

Hours: 3.67
Cookies: 🍪 19
Multiplier: 5.31 cookies/hr

I built an extension that generates random passwords with strong encryption levels. It also allows you to create your own hash-based passwords, which you can convert into secure, real-world passwords. Additionally, I added a simple feature that shows an estimate of how long it would take a computer to crack your password

padamnabhnamdeo

This is My First extension i had ever made but , i had made same logic code in python so it was bit easy for me for logic building so script was easier but huge time go for understanding how does extension works and how to create one .

0