Skip to content

SDK supporting login with credentials stored securely in an enclave

Notifications You must be signed in to change notification settings

enclaive/sgx-lib-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

sgx_liblogin

An exemplary Implementation of a Library for Logins using Intel SGX.
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Screenshot

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Intel SGX

For installation instructions please refer to Intels setup-guides for Windows or Linux

Installation

  1. Clone the repo
    git clone https://github.com/enclaive/sgx_liblogin.git
  2. Build the project solution using Visual Studio 2019

Usage

Sample

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

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

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