Login page with data encryption and decryption of credentials.
v1.5 has been released, check changelogs file for more details.
This code is solely written in Java by Ayu and its free to use as long as you don't consider the code as your's.
Details: This program will show a login page as soon as you run it, and as soon as you enter your credentials and press "Sign Up", it will encrypt your credentials and save it to "C:\Users\username\Documents\Details\Credentials.txt". ̶N̶o̶t̶e̶ ̶t̶h̶a̶t̶ ̶t̶h̶e̶ ̶e̶n̶c̶r̶y̶p̶t̶i̶o̶n̶ ̶i̶s̶ ̶v̶e̶r̶y̶ ̶b̶a̶s̶i̶c̶ ̶a̶n̶d̶ ̶c̶a̶n̶ ̶b̶e̶ ̶c̶r̶a̶c̶k̶e̶d̶ ̶e̶a̶s̶i̶l̶y̶.̶
Now you can use the same credentials to login (or run the real program) as long as the "Credentials.txt" is not deleted or modified manually. The program will read and decrypt the credentials in the file and compare it to the credentials you entered, if both matches, then it will print "IT'S WORKING!" (You can change the function) and will close the GUI.
Features of the program:
- Can store credentials for future login (Credentials will be encrypted)
- Can save many credentials
- You can use it to create instance of other class and it will work as a login system
- Can change theme of the page (Light and Dark)
- and Many More!
Details (About Code):
- You can change line 245 to do it what you want to as soon as you login (Create instance of another GUI class and it will launch that)
- The code is easy to understand and its about 400 lines of code
- If you need any help regarding the code, contact me on WhatsApp
Issues:
- I did not find any issue till now ̶ ̶e̶x̶c̶e̶p̶t̶ ̶w̶e̶a̶k̶ ̶e̶n̶c̶r̶y̶p̶t̶i̶o̶n̶ ̶l̶o̶g̶i̶c̶ ̶(̶y̶o̶u̶ ̶c̶a̶n̶ ̶c̶h̶a̶n̶g̶e̶ ̶i̶t̶ ̶a̶c̶c̶o̶r̶d̶i̶n̶g̶ ̶t̶o̶ ̶y̶o̶u̶r̶s̶e̶l̶f̶)̶
--> You can download the .jar file from release section and import it in Eclipse or IntelliJ IDE.
Thank You for reading till end, please consider checking my other repos too...










