Bild96 / pass.sh

This script will first check the length of the password. f any of these are missing, the script will exit with an error message. If all of the checks pass, the script will exit with a success message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass.sh

This script will first check the length of the password. If the password is less than 8 characters long, the script will exit with an error message. Next, the script will check for uppercase letters, lowercase letters, numbers, and special characters. If any of these are missing, the script will exit with an error message. If all of the checks pass, the script will exit with a success message.

🤳 Screenshots

Screenshot from 2023-06-08 01-56-25

🏁 Getting Started

 git clone https://github.com/bild96/pass.sh.git
 comd +x pass.sh
 ./pass.sh

⛏️ Built With

bash

✍️ Authors

🧑‍💻 Bild96

About

This script will first check the length of the password. f any of these are missing, the script will exit with an error message. If all of the checks pass, the script will exit with a success message.


Languages

Language:Shell 100.0%