Modifyed README

This commit is contained in:
114465 2024-02-06 22:33:01 -05:00
parent 7ba890d2be
commit 9450661665
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
This is a basic cli java program that acts as a login screen.
--
Creds:
username: user
password: pass
## How it works
There are two classes one stores the correct pre hashed creds and another just named main that takes a user input username and password, hashes them then compares the hashes with the correct hashes.