Closed #372.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/372#event-3504882516
@qinkunbao
非常感谢解答!
听你这样说,我应该明白了.
我可能被example所"迷惑",是我自己误解了.因为我看到是放在2个用户的key都放在同一个py文件内.
真实的场景应该是
1,用户1,用户2(相当于A1,A2)各自提交自己的payload(通过SDK方式)来创建自己的task
2,最终由平台(B)来runTask.
3,A1,A2各自等待返回的结果.
这也是我的理解,也欢迎各位指正.
--
You are receiving this because you are subscribed to this thread.
Reply to this email dir
谢谢解答.
不过对于明文的key在脚本(builtin_private_join_and_compute.py)里还存在疑惑:
是不是只能保证这个py文件不被别人窃取,不然,别人得到这些key也是可以通过cli进行解密?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/372#issuecomme
你好:
1,在使用teaclave项目的过程中,我有一个疑问,我怎么去证明teaclave乃至Intel-SGX是可信环境?
2,从examples里可以看到,teaclave是读取加密文件,但是key以及cmac都是以明文的形式硬编码在脚本里(),同时我使用该key就可以解密数据.怎样去保证链路中的安全呢?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://
Closed #317.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/317#event-3372738644
Ok,thanks for your reply.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/317#issuecomment-633922203
Hi:
In this project , i had seen the function such like "builtin-echo".It can be
find in function/src/echo.rs ,right?
So,if i want to create my function useing other language,must i impl the
excutor by useing rust and then create my function?
--
You are receiving this because you are subscribe
It works!
Thank you very much.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/300#issuecomment-630037791
Closed #300.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/300#event-3346236163
I had built Teaclave in simulation mode
`
docker run --rm -v $(pwd):/teaclave -w /teaclave -it
teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:latestbash -c ".
/root/.cargo/env && \
mkdir -p build && cd build && \
. /opt/sgxsdk/environment && \
cmake -DTEST_MODE=ON -DSGX_SIM_MO
OK.THANKS.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/299#issuecomment-630015135
Closed #299.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/299#event-3345928806
> #298 has fixeed this issue, but not merged yet.
Oh thanks.
I saw the contributers are working in baidu . So can i get some contact such
like wechat or qq group?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://gith
When I follow ReadMe.md ,
`
docker run --rm -v $(pwd):/teaclave -w /teaclave -it
teaclave/teaclave-build-ubuntu-1804-sgx-2.9:latestbash -c ".
/root/.cargo/env && \
mkdir -p build && cd build && \
cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON .. && \
make --trace"
`
and it show:
`
CM
14 matches
Mail list logo