#sgx #sgx-enclave #encryption #ecies #command-line-tool #fleek #content

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

#410 in Hardware support

Download history 252/week @ 2024-08-13 4/week @ 2024-08-20 211/week @ 2024-09-03 66/week @ 2024-09-10 14/week @ 2024-09-17 9/week @ 2024-09-24 38/week @ 2024-10-01 3/week @ 2024-10-08

206 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
~117K SLoC