Page 1 of 1

Write a JavaFX program to read a username and password from the user and store it in a databse in a encrypted manner dur

Posted: Wed Apr 27, 2022 3:14 pm
by answerhappygod
Write a JavaFX program to read a username and password from the user and store it in a databse in a encrypted manner during the signup. Validate given user by reading his credentials by decrypting it from the database. (use shift methods for encryption and decryption ex: A-C, B-D, C-E).