670 reputation
1313
bio website
location Bangalore, India
age 31
visits member for 1 year, 7 months
seen 20 hours ago
stats profile views 37

Security and Crypto Enthusiast


May
16
comment Is Functional Encryption about Access Control over encrypted data alone?
in a way you are correct, prima facie there aren't any connections. but if we dig deeper, both allow some kind of function evaluation over encrypted data which is key, FE does not give output privacy where as FHE gives that is difference, if we find connections may be we can find better FHE solutions , because there are successful methods already in FE
May
16
comment Is Functional Encryption about Access Control over encrypted data alone?
search for a paper " on connections between FE and FHE".
May
16
comment Is Functional Encryption about Access Control over encrypted data alone?
in a way yes , am mixing it with FHE , as there are possible connections
May
16
asked Is Functional Encryption about Access Control over encrypted data alone?
May
11
comment How to do a literature search
This may be made a generic question and moved to academic.se ? for greater good ?
May
9
comment What kind of adversary is the cloud?
not it is not silly, you never know , how much google/amazon are making of use of customers data for monetizing etc, if not attack their own customers, even this would be threat for a customer
May
9
suggested suggested edit on What kind of adversary is the cloud?
May
2
answered Book Didactic Security Notions
Apr
23
comment Can we construct fully homomorphic encryption scheme based on non-circuit approach?
@ZhigangChen thanks a lot for clarifying the difference, i almost missed it !
Apr
22
comment Connections between Instance Hiding and Fully Homomorphic Encryption
Eval(y,f) in reality means to f(y) , Eval method is purely coined for definitional purposes, in reality, Bob computes f(y), in both AFK and FHE. To be more clear check the hcrypt project, notice that there is no Eval method the add and multi method only exists hcrypt.com/scarab-library, Eval is purely for definitional issues
Apr
22
revised Connections between Instance Hiding and Fully Homomorphic Encryption
added 63 characters in body
Apr
22
comment Connections between Instance Hiding and Fully Homomorphic Encryption
To answer this please check the question, i have edited it for more clarity. In FHE, too we ultimately build any function from basic functions like add and multi,
Apr
22
revised Connections between Instance Hiding and Fully Homomorphic Encryption
more clarity on the question
Apr
22
awarded  Famous Question
Apr
22
revised Connections between Instance Hiding and Fully Homomorphic Encryption
added 293 characters in body; edited title
Apr
22
asked Connections between Instance Hiding and Fully Homomorphic Encryption
Apr
21
awarded  Good Question
Apr
21
awarded  Notable Question
Apr
21
awarded  Nice Question
Apr
20
comment How to construct encrypted functions (with either public or private data)?
A paper "towards mobile cryptography" by Sander, Tschudin has some details on "computing with encrypted functions"