Crates.io | sgxencrypt |
lib.rs | sgxencrypt |
version | 0.0.3 |
source | src |
created_at | 2024-08-16 03:02:34.38513 |
updated_at | 2024-09-09 17:16:55.62487 |
description | Cli tool for encrypting content for fleek network sgx enclaves |
homepage | |
repository | |
max_upload_size | |
id | 1339888 |
size | 23,954 |
Standalone utility to encrypt private data via ECIES (secp256k1 / aes-gcm) for the fleek sgx enclave.
# 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