Skip to content

felixbr/pwnedpasswords-scala-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Scala integration example for the Pwned Passwords API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages