grydz / gramine-py-minimal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Python example with Gramine powered by Intel SGX

Serialize argv

$ gramine-argv-serializer "/usr/bin/python3.8" "scripts/main.py" "1" "2" "3" > scripts/args

Build

$ make SGX=1

Exec

$ gramine-sgx ./python

About


Languages

Language:Makefile 95.6%Language:Python 4.4%