https://github.com/yusufss4/secure-login-register-app
Login and Register C Application with SHA-256. Passwords kept as hashed. Basic database is implemented using bin files that allows you to search, register and login a user.
https://github.com/yusufss4/secure-login-register-app
database login-system sha-256
Last synced: 2 months ago
JSON representation
Login and Register C Application with SHA-256. Passwords kept as hashed. Basic database is implemented using bin files that allows you to search, register and login a user.
- Host: GitHub
- URL: https://github.com/yusufss4/secure-login-register-app
- Owner: Yusufss4
- Created: 2021-09-17T16:45:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T08:57:49.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T01:31:02.037Z (over 1 year ago)
- Topics: database, login-system, sha-256
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.codefactor.io/repository/github/yusufss4/secure-login-register-app/overview/main)
Secure Login Register App.
readme.md is still being in dev.
To run the tests use compiler commands in the terminal. Note that these tests are not unit tests.
1. gcc -c sha-256-test.c -I../include
2. gcc sha-256-test.o obj/sha-256.o -o ../bin/test.exe
To run the project write you can either F5 in VS code or write "make" command in the /src subdirectory.
Then by writing ./main.exe you can run the code.
Todo:
Add mega-linter integration.
Add badges for code factor and mega-linter.