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

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.

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