Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 792 Bytes

Pwned Passwords Scala Example

This project is an example integration of the Pwned Passwords API provided by Troy Hunt.

At the moment this isn't a ready-to-use library, but it should give you a decent idea on how to integrate the API yourself using libraries of your choice.

Read more about the API and why checking passwords with it is a good idea:

Commands

sbt

sbt run

Starting the project will enter an infinite loop where you can enter a password to check and it will return wether it has been pwned after calling the api.

Enter an empty password to exit the program.