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 am planning to use Veilid for a feature in this project.
The feature is similar to Shamir's secret sharing. Still, it tries to solve the possible vulnerability that while encrypting the file, one node has the whole key constructed, and at that point, if the key gets into the hands of an attacker, it will be able to decrypt all data. This approach adds a layer of “secret sharing,” though not in the classical Shamir’s Secret Sharing sense, which is conceptually similar. With this solution, no single entity holds the whole key so that no single entity can decrypt the whole data.
I like veilid a lot, and I also donated some :) While reading the cryptography concepts, https://veilid.com/about-veilid/cryptography/ noticed many concepts and libs common to my project, which I find very nice :)
Threat model
But I'd like to know how advanced Veilid encryption and local data privacy are. I'm particularly interested in the next features (which I'm working on adding to my project).
Are they present in Veilid, and at what level? Please remember that most of these are still works in progress and are marked as WIP.
Why I'm asking this: If not all are present or not at such a security level as in recnfs, maybe it makes sense to create some plugin/extension or fork based on Veilid to support this.
Please let me know your thoughts.
The text was updated successfully, but these errors were encountered:
radumarias
changed the title
Question for Veilid
Question for Veilid related to thread model and how advanced encryption and security are
Dec 9, 2024
radumarias
changed the title
Question for Veilid related to thread model and how advanced encryption and security are
Question for Veilid related to thread model and how advanced encryption and security is
Dec 9, 2024
radumarias
changed the title
Question for Veilid related to thread model and how advanced encryption and security is
Question for Veilid related to threat model and how advanced encryption and security is
Dec 9, 2024
radumarias
changed the title
Question for Veilid related to threat model and how advanced encryption and security is
Question for Veilid related to threat model and how advanced encryption and security are
Dec 9, 2024
Feature
I am planning to use Veilid for a feature in this project.
The feature is similar to Shamir's secret sharing. Still, it tries to solve the possible vulnerability that while encrypting the file, one node has the whole key constructed, and at that point, if the key gets into the hands of an attacker, it will be able to decrypt all data.
This approach adds a layer of “secret sharing,” though not in the classical Shamir’s Secret Sharing sense, which is conceptually similar. With this solution, no single entity holds the whole key so that no single entity can decrypt the whole data.
I like veilid a lot, and I also donated some :) While reading the cryptography concepts, https://veilid.com/about-veilid/cryptography/ noticed many concepts and libs common to my project, which I find very nice :)
Threat model
But I'd like to know how advanced Veilid encryption and local data privacy are. I'm particularly interested in the next features (which I'm working on adding to my project).
Are they present in Veilid, and at what level? Please remember that most of these are still works in progress and are marked as WIP.
rencfs
featuresKey features of rencfs
Here is the list of all important features https://github.com/radumarias/rencfs?tab=readme-ov-file#key-features
Contribution
Why I'm asking this: If not all are present or not at such a security level as in recnfs, maybe it makes sense to create some plugin/extension or fork based on Veilid to support this.
Please let me know your thoughts.
The text was updated successfully, but these errors were encountered: