* * Improved readability javascript
* Added new styling based on bootstrap css (Only some css to make it
readable for everyone)
* Better responsive support
* Some styling bug fixes
* removed unnecessary comment
Co-authored-by: Joshua Azimullah <j.r.azimullah@student.tudelft.nl>
* Julia version
Add a version for the Julis Programming language.
Required Packages:
* HTTP
* SHA
Notice that HTTP does a bunch of junk in the background when you first call to it.
Therefore the first call is super slow but all subsequent calls are fairly quick.
* Julia Version
Add lots of comments into the code. Also the program will now inform the user,
that passwords provided as command-line arguments are stored in the history as
plain text and it is therefore recommended to clear the history afterwards.
* Julia Version
Fix a typo and some formatting
* Include occurrence count in output
* Rename PowerShell variant to match others
* Remove redundant line, target already uppercase
* Minor syntax fix for null comparison
* Close StreamReader when done
* Wrap in while loop to allow checking multiple passwords
* consistency of output in python 2
print("string") and print "string" have the same behavior in Python 2 and 3, but print("string", "string") will print a tuple in Python 2
* Add requirement
Update readme to include info on the one required library, requests, including a pip install command.
Always return a pair from the lookup_pwned_api so that destructuring
assignment can be safely used when calling the function. The second
argument being zero indicates the password has not been found in the
pwend database.
While at it, document the function.