https://github.com/ebandev/unicode-password-generator
Ce script Python a pour but de générer des mots de passe en utilisant toute la table Unicode ! - Mirror of https://git.eban.dev/eban/unicode-password-generator
https://github.com/ebandev/unicode-password-generator
Last synced: 9 months ago
JSON representation
Ce script Python a pour but de générer des mots de passe en utilisant toute la table Unicode ! - Mirror of https://git.eban.dev/eban/unicode-password-generator
- Host: GitHub
- URL: https://github.com/ebandev/unicode-password-generator
- Owner: ebanDev
- License: gpl-3.0
- Created: 2020-06-22T13:18:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T17:41:06.000Z (over 4 years ago)
- Last Synced: 2025-04-08T14:44:54.476Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unicode password generator 🔑
Ce script Python a pour but de générer des mots de passe en utilisant toute la table Unicode !
Plus d'infos [ici](https://blog.eban.bzh/tutoriel/vos-mots-de-passe-sont-ils-vraiment-securises.html)
### Pour installer les dépendances entrez la commande suivante :
```
apt install libsasl2-dev libldap2-dev libssl-dev python3-pip xclip
pip3 install -r requirements.txt
```