An exemplary Implementation of a Library for Logins using Intel SGX.
Explore the docs »
Report Bug
·
Request Feature
This project offers basic login functionality inside an enclave.
-
A
.csv
-File containing user credentials is created and sealed inside the enclave -
Passwords can be hashed inside the enclave
-
For demonstration purposes a list of existing user credentials can be printed out or deleted.
This project has been developed as a part of the Flensburg University of Applied Science Applied Computer Science masters program.
To get a local copy up and running follow these simple steps.
- Intel SGX
For installation instructions please refer to Intels setup-guides for Windows or Linux
- Clone the repo
git clone https://github.com/enclaive/sgx_liblogin.git
- Build the project solution using Visual Studio 2019
Open the file sgx_liblogin.sln with Visual Studio and build the project sampleLogin. This project is a win32 console application with following features:
- Create an user
- Validate user credentials
- Print all user
- Remove all user credentials
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Malte Jensen - malte.jensen@stud.hs-flensburg.de Torsten Kiesel - torsten.kiesel@stud.hs-flensburg.de Jesper Schwarz - jesper.schwarz2@stud.hs-flensburg.de
Project Link: https://github.com/enclaive/sgx_liblogin