https://github.com/vladiantio/passgen
Generador de contraseñas
https://github.com/vladiantio/passgen
credential generator password password-generator random-generation
Last synced: 3 months ago
JSON representation
Generador de contraseñas
- Host: GitHub
- URL: https://github.com/vladiantio/passgen
- Owner: vladiantio
- License: mit
- Created: 2023-01-07T22:18:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:49:28.000Z (over 1 year ago)
- Last Synced: 2025-01-15T23:42:53.786Z (over 1 year ago)
- Topics: credential, generator, password, password-generator, random-generation
- Language: TypeScript
- Homepage: https://vladiantio.github.io/passgen/
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# PassGen
Esta es una recreación del [Generador de contraseñas de LastPass](https://www.lastpass.com/features/password-generator).
[¡Visita el sitio aquí!](https://vladiantio.github.io/passgen)


## ⚡ ¿Cómo ejecutar localmente?
```bash
git clone https://github.com/vladiantio/passgen.git
cd passgen
npm install
npm start
```