JavaFX Library Software #21 : Adding Login Screen (with Username and Password)

Опубликовано: 25 Июль 2024
на канале: Genuine Coder
9k
83

In this video, I have added login screen to the Library Management Software. During starting of the program, username and password is asked. The password will be hashed first from user input and compared with saved hash in the configuration file. The main screen will be loaded only after successful check of the input credentials.

Get the source code from

- Genuine Coder