Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richardfan1126/nitro-enclave-python-demo

Using Python to implement basic features on AWS Nitro Enclaves
https://github.com/richardfan1126/nitro-enclave-python-demo

aws aws-ec2 enclaves nitro nitro-enclaves python socket-programming

Last synced: about 1 month ago
JSON representation

Using Python to implement basic features on AWS Nitro Enclaves

Awesome Lists containing this project

README

        

# AWS Nitro Enclaves Python demo

**WARNING: This project is just proof-of-concept, not production-ready, use at your own risk.**

## Contents

- [**HTTP Proxy**](https://github.com/richardfan1126/nitro-enclave-python-demo/tree/master/http-proxy) - This project showcase how we can use Python socket package to establish communication between EC2 instance and Nitro Enclave. And use a proxy to make HTTPS call from inside the enclave as usual.

- [**Attestation Verifier**](https://github.com/richardfan1126/nitro-enclave-python-demo/tree/master/attestation_verifier) - This project showcase how we can validate the attestation document generated by AWS Nitro Enclaves' Nitro Secure Module (NSM).

## Todos

License
----

Apache License, Version 2.0