https://github.com/dorukeskicorapci/sql-basics-password
This project is password encoding feature extension for SQL Basics Project repository.
https://github.com/dorukeskicorapci/sql-basics-password
encoding-decoding passwordencryptor sql
Last synced: 12 months ago
JSON representation
This project is password encoding feature extension for SQL Basics Project repository.
- Host: GitHub
- URL: https://github.com/dorukeskicorapci/sql-basics-password
- Owner: DorukEskicorapci
- Created: 2024-06-13T10:44:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T04:23:55.000Z (about 1 year ago)
- Last Synced: 2025-01-07T05:30:26.932Z (about 1 year ago)
- Topics: encoding-decoding, passwordencryptor, sql
- Language: Java
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extension of SQL Basics (Password)
This project is an extension for SQL Basics Project repository that includes password encoding feature.
What does this extension offer:
- Password input from the user.
- Encodes the password using base64 and saves the encoded version to the database.
- Decodes the password and shows it to the user.
What does original repo 'SQL Basics' offer:
- Data Insert
- Display Data
- Update Data
- Delete Data
Programming of this extension was started and concluded during my summer internship in BTC IT Services.
Start date: June 12 2024
End date: June 13 2024