Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to check if key can decrypt ciphertext? #34

Open
touatily opened this issue Apr 16, 2020 · 3 comments
Open

Is it possible to check if key can decrypt ciphertext? #34

touatily opened this issue Apr 16, 2020 · 3 comments

Comments

@touatily
Copy link

I would like to know there is it possible to check if a key can decrypt ciphertext without trying to decrypt it.

I know that, trying to decrypt a ciphertext with unauthorized key generates an error. So we can assume that the policy is not satisfied. But I need more proper way to do it.

@brent-zeutro
Copy link
Contributor

brent-zeutro commented Apr 16, 2020 via email

@touatily
Copy link
Author

I think it is an interesting functionnality. Because we should always test first if our key is elligible to decrypt or not.

@zacharywhitley
Copy link

Now I'm curious, in an ABE system what is the status of the security of the attributes and policies? Can they be recovered from the key or cypher text? If they can't are there any security guarantees about not being able to recover them? ie. Can I include an attribute on a key that the key owner is unaware of?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants