Skip to content

A simple password checker with Java, Maven and JUnit

Notifications You must be signed in to change notification settings

catmir/password-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Password Checker in Java

Coding task from a recent job interview

Password Prerequisites

  1. The password is not empty
  2. The password has 8 characters minimum
  3. The password consists of at least one letter AND one digit

Tech Stack

Test-driven development with JUnit and Maven

About

A simple password checker with Java, Maven and JUnit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages