diff --git a/056 - Password generator/README.md b/056 - Password generator/README.md index 9ff17aa..7eb6e4f 100644 --- a/056 - Password generator/README.md +++ b/056 - Password generator/README.md @@ -1 +1,9 @@ -# Password generator \ No newline at end of file +# Password generator + +## Requirements + +- Specifies the password length (default: 8). +- Using characters A-Z (default: yes). +- Using characters a-z (default: yes). +- Using characters 0-9 (default: yes). +- Using special characters !@#$%^&* (default: none).