Re: [apache/incubator-teaclave] 关于数据文件加密解密的问题 (#400)

2020-08-04 Thread Mingshen Sun
Closed #400. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/400#event-3623120195

Re: [apache/incubator-teaclave] 关于数据文件加密解密的问题 (#400)

2020-08-04 Thread gjj
> 可以单独编译teaclave_cli > `$ cd cli` > `$ cargo build` 可以! 感谢 -- 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/400#issuecomment-668970292

Re: [apache/incubator-teaclave] 关于数据文件加密解密的问题 (#400)

2020-08-04 Thread Qinkun Bao
可以单独编译teaclave_cli `$ cd cli` `$ cargo build` -- 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/400#issuecomment-668952304

Re: [apache/incubator-teaclave] 关于数据文件加密解密的问题 (#400)

2020-08-04 Thread gjj
或者是否可以单独编译teaclave_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/400#issuecomment-668929444

[apache/incubator-teaclave] 关于数据文件加密解密的问题 (#400)

2020-08-04 Thread gjj
现在我已知的数据文件加密解密是通过./teaclave-cli encrypt/decrypt来生成的,也就是我其他方的数据文件必须得拷贝到teaclave所在服务器上才能进行加密和解密。 现在有个问题就是我的数据文件明文可能并不想直接拷贝到teaclave所在服务器上进行解密,因为个人隐私问题。是否能提供这种功能? 如:./teaclave_cli encrypt --algorithm teaclave-file-128 --input-file http://192.168.4.143:/teaclave/guest_student_data.csv --key