https://github.com/pitzzahh/login
This is a simple login system that runs on a command line interface.
https://github.com/pitzzahh/login
aes-encryption-decryption
Last synced: 5 months ago
JSON representation
This is a simple login system that runs on a command line interface.
- Host: GitHub
- URL: https://github.com/pitzzahh/login
- Owner: pitzzahh
- Created: 2022-01-26T12:07:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T04:49:32.000Z (over 4 years ago)
- Last Synced: 2025-07-30T18:38:13.788Z (11 months ago)
- Topics: aes-encryption-decryption
- Language: Java
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple login system
* @author Peter John Arao
* @version 1.0
* @dateCreated January 26, 2022
*
* This is a simple login program, this allows users to sign in
* and create their accounts, their credentials are encrypted and stored in a specific
* directory in this project folder.
* (validation credentials are stored in the local disk: C:\Users\Public\Cache\)
*
* additional library used:
* https://commons.apache.org/proper/commons-io/
* https://github.com/pitzzahh/lib