Show HN: A key-value store built with homomorphic encryption
1–10 of 10 posts
Re: Show HN: A key-value store built with homomorphic encryption
#2Re: Show HN: A key-value store built with homomorphic encryption
#3Re: Show HN: A key-value store built with homomorphic encryption
#4Couldn't you just use a file with (normally) encrypted keys and values? I'm probably slightly misunderstanding the premise of this project.
Re: Show HN: A key-value store built with homomorphic encryption
#5O(N) to get a key-value (N being the total number of keys) kind of defeats the purpose of a database. Couldn't you just use a file with (normally) encrypted keys and values? I'm probably slightly misunderstanding the premise of this project.
I'm sure someone will correct me soon :)
Re: Show HN: A key-value store built with homomorphic encryption
#6Should not be considered secure, only for research. Dang it. The premise sounded really cool!
The premise of HE is really cool. I think it's just early days yet.
[0] https://github.com/homenc/HElib/blob/master/CKKS-security.md
Re: Show HN: A key-value store built with homomorphic encryption
#7Re: Show HN: A key-value store built with homomorphic encryption
#8Ciphertext can be used for keys or values in a normal key-value store...
Re: Show HN: A key-value store built with homomorphic encryption
#9O(N) to get a key-value (N being the total number of keys) kind of defeats the purpose of a database. Couldn't you just use a file with (normally) encrypted keys and values? I'm probably slightly misunderstanding the premise of this project.
Re: Show HN: A key-value store built with homomorphic encryption
#10What unique abilities does homomorphic encryption provide here? Ciphertext can be used for keys or values in a normal key-value store...