Skip to content

jethrolow/SenseCrypt-Walkthrough

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SenseCrypt-Walkthrough

This walkthrough gives you hand on expierence on using SenseCrypt eID and SenseCrypt FacePKI. For more in depth information about SenseCrypt, you checkout our Website or the SenseCrypt Documentation.

Quick Start

The notebooks can all be hosted on Google Colab. If you want to run the notebooks in the local environment, you can set up the environment as shown below in the command line:

To set up a virtual environment (Recommended, below shows an example to set up virtual environment using virtualenvwrapper):

pip install virtualenvwrapper
mkvirtualenv sensecrypt-walkthrough # Create a new virtual environment called sensecrypt-walkthrough 
workon sensecrypt-walkthrough # Activate the created virtual environment

To install the dependencies:

pip install -r requirements.txt

To deactivate the virtual environment:

deactivate 

To remove the virtual environment (If you no longer need it):

rmvirtualenv sensecrypt-walkthrough

1.1 Overview

This walkthrough is split up in 6 chapters. The chapters build upon each other, you need to go through them in order.

  1. Chapter 1_ Charlie gets an ID (eID)
  2. Chapter 2_ Charlie wants a loan (eID)
  3. Chapter 3_ Charlie signs up for Petflix (FacePKI)
  4. Chapter 4_Charlie_signs into Petflix (FacePKI)
  5. Chapter 5_Petflix sends Charlie a catbond meme (FacePKI)
  6. Chapter 6_Charlie decrypts catbond meme (FacePKI)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%