CostaCiruela / Contrase-aJavaScript

Test repo for a basic JavaScript password generator. Yes I speak ñ so maybe I fucked up something.

Home Page:https://costaciruela.github.io/Contrase-aJavaScript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contraseña-JavaScript

Yet another useless JS-something generator. 🎉

⚠️WARNING: The generated password will be copied automatically, so if you have anything copied beforehand, it will be replaced. Don't be an idiot and use this with caution.

FAQ

Why?

It was either wasting my time at MSPFA or here. And I don't do JS code for MSPFA anymore (mostly because the site is down 24/7 🖕). I don't lose anything by throwing the code here so anyone can steal it. Anyway, there are probably better examples already posted on the internet, similar or better.

How?

Just basic shit that works and that's it. This was all tested on codepen so I might have screwed something up at some point by passing all the files to a GitHub page instance. If you want to take a look at it, use the link you can see in "About" and click "Generar Contraseña" (ñ moment), by default, it should generate a password 64 characters long, select it, and- Oh? It doesn't work? Cry about it.

How can I generate a shorter password?

If you want a password even shorter than your dick, you can copy the JavaScript code, and change the single number "64" to the number of characters you want to use. For example, if you change it to "0", it will generate the same amount of characters as the number of times your parents have been proud of you. Pretty epic, isn't it?

About

Test repo for a basic JavaScript password generator. Yes I speak ñ so maybe I fucked up something.

https://costaciruela.github.io/Contrase-aJavaScript/


Languages

Language:HTML 57.7%Language:JavaScript 42.3%