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

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.

Awesome Lists containing this project

README

          

[![CodeFactor](https://www.codefactor.io/repository/github/yusufss4/secure-login-register-app/badge/main)](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.