diff --git a/Projects/2-Intermediate/Password-Generator.md b/Projects/2-Intermediate/Password-Generator.md index 586660c3..38670e12 100644 --- a/Projects/2-Intermediate/Password-Generator.md +++ b/Projects/2-Intermediate/Password-Generator.md @@ -14,7 +14,7 @@ Generate passwords based on certain characteristics selected by the user. ## Bonus features - [ ] User can see the password strength - +- [ ] Advance Feature - Enrypting and Decrypting given password ## Useful links and resources - [Password strength checked - zxcvbn](https://github.com/dropbox/zxcvbn)