You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm reading the paper, JCrypt: Towards Computation over Encrypted Data, which mentioned the code is in this git page.
Flowing the readme.md, I wished to install it and use jcrypt. In the type-inference/inference-framework/checker-framework/ I can use ./binary/javai-reim inference-tests/CellClient.java and also the ./binary/javai-jcrypt inference-tests/jcrypt/Example.java.
But the question is after I add @Sensitive of an int variable x in the inference-tests/jcrypt/Example.java and run ./binary/javai-jcrypt inference-tests/jcrypt/Example.java again, it was not analysis the x into a Sensitive variable.
Maybe the way I use the inference-framework/checker-framework/jcrypt is wrong.
And the download link of type-inference-0.1.2.zip is error now.
I can't test the soot-jcypt because I can not find the readme there,and don't know how to use it.
Please tell me the way to use jcrypt and soot-jcrypt.
Thanks a lot if anyone can answer my question.
The text was updated successfully, but these errors were encountered:
Hi,
I'm reading the paper, JCrypt: Towards Computation over Encrypted Data, which mentioned the code is in this git page.
Flowing the readme.md, I wished to install it and use jcrypt. In the
type-inference/inference-framework/checker-framework/
I can use./binary/javai-reim inference-tests/CellClient.java
and also the./binary/javai-jcrypt inference-tests/jcrypt/Example.java
.But the question is after I add
@Sensitive
of an int variablex
in theinference-tests/jcrypt/Example.java
and run./binary/javai-jcrypt inference-tests/jcrypt/Example.java
again, it was not analysis thex
into aSensitive
variable.Maybe the way I use the
inference-framework/checker-framework/jcrypt
is wrong.And the download link of
type-inference-0.1.2.zip
is error now.I can't test the
soot-jcypt
because I can not find the readme there,and don't know how to use it.Please tell me the way to use
jcrypt
andsoot-jcrypt
.Thanks a lot if anyone can answer my question.
The text was updated successfully, but these errors were encountered: