An open API service indexing awesome lists of open source software.

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.

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