Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.01 KB

File metadata and controls

15 lines (11 loc) · 1.01 KB

SecureDB

Ever wanted a "secure" database? Well, we've got you covered! We use SHA-256 encryption in a one-time password (OTP) request. That means that the encrypted password will be added in a text file once they expire, and won't be able to be used again.

Pull-Requests

If you would like to contribute to SecureDB, please, make a PR! If you want to run the code before you can use Replit.

What is this? How do I use it?

This is SecureDB read this

Ever wanted a "secure" database? Well, we've got you covered! We use SHA-256 encryption in a one-time password (OTP) request. That means that the encrypted password will be added in a text file once they expire, and won't be able to be used again.

To use, run git clone https://github.com/LoganPaxton/SecureDB. Currently it is only avaliable to Python users. Once you to that, run chmod +x api.sh && ./api.sh this will run the Python file in the "cli" folder.

Update Logs

V1.1 ~ Added API keys
V1.2 ~ Added API key generation, and fixed sign in.