Skip to content

Commit

Permalink
Merge pull request #18 from UBC-MDS/14-contributorsmd-yiwei
Browse files Browse the repository at this point in the history
Add contributors
  • Loading branch information
mishelly-h authored Jan 12, 2024
2 parents f5cf670 + a955b45 commit f76cde5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ This package provides password management tools in Python. The package consists
- password_encryption
- password_decryption

## Contributors
- Michelle Hunn
- Kiersten Gilberg
- Rory White
- Yiwei Zhang

## How does the package fit in the Python ecosystem?
There are many password related packages already on the PyPI server. We have selected a few key examples that complete the same functions as our package. An example of a package that is similar to our password_creator function can be found [here](https://pypi.org/project/easy-password-generator/). Similarly, there are also other packages that check for the strength of passwords, one of which can be seen [here](https://pypi.org/project/password-strength/), this is similar to our password_strength function. There is also a [password encryption package](https://pypi.org/project/password/) which does the same thing as our password_encryption functions. However, there were no password decryption specific function on PyPI. The benefit of our package is that it provides a range of password related functions.

0 comments on commit f76cde5

Please sign in to comment.