Simple password generator.
SecPassword is an advanced password generation tool designed to fortify your account security against malicious attacks aiming to crack weak passwords. Empowering users with flexibility, this tool enables you to specify the desired number of letters, symbols, and numbers, ensuring a personalized and robust password tailored to your security needs.
- Clone the repository:
git clone 'https://github.com/rodrigocolozio/secpassword.git'
- Change directory to where you've cloned it
cd your_directory
- Make it executable
sudo chmod -x secpassword.py
- Install all the requiriments
pip3 install -r requiriments.txt
`python3 secpassword.py`
Choose between "Creating a new password" or "Fortify your current password"