#sgx #networking #sgx-enclave #fleek #encryption #pubkey #encrypting

app sgxencrypt

Cli tool for encrypting content for fleek network sgx enclaves

2 releases

0.0.3 Sep 9, 2024
0.0.2 Sep 5, 2024
0.0.1 Aug 16, 2024
0.0.0 Aug 16, 2024

#273 in Hardware support

Download history 249/week @ 2024-08-12 7/week @ 2024-08-19 154/week @ 2024-09-02 120/week @ 2024-09-09

309 downloads per month

MIT license

8KB
60 lines

SGX Encrypt

Standalone utility to encrypt private data via ECIES (secp256k1 / aes-gcm) for the fleek sgx enclave.

Usage

# Encrypt private data
sgxencrypt --pubkey <network pk> hello.wasm

# Upload encrypted binary to ipfs
fleek storage add hello.cipher

# Request from sgx service and specify to decrypt the wasm itself

Dependencies

~5–11MB
~113K SLoC