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

Keep users operations in blockchain #243

Open
radumarias opened this issue Nov 23, 2024 · 5 comments
Open

Keep users operations in blockchain #243

radumarias opened this issue Nov 23, 2024 · 5 comments
Assignees

Comments

@radumarias
Copy link
Member

radumarias commented Nov 23, 2024

We can save user operations, hashes of files, users with whom he shares files, dates, IPs, etc.

The goal is to save all operations like a log file but keep that in the blockchain. We will save just a hash of the filename, time, and operation performed. Maybe we can use some public blockchain?

Alternatively, we can save it in Mainline DHT, maybe by encrypting the data.

Structure notes

  • Create a dedicated crate for this that uses rencfs (the core) as a lib. You can create attractions and common minimalistic generic functionality in the core but keep the core more generic
@longregen
Copy link

Hi there!

I'm a big enthusiast of blockchain-based tech, yet I don't fully understand the goal of this issue. Maybe you meant an append-only log with some sort of hashing tree structure?

@radumarias
Copy link
Member Author

Yes, the goal is to save all operations like a log file but keep that in blockchain. We will save just hash of filename, time and operation performed. Maybe we can use some pub blockchain?

Alternatively we can save in Mainline DHT maybe encrypting the data.

@longregen
Copy link

Isn't this a little bit of a privacy nightmare?

@radumarias
Copy link
Member Author

radumarias commented Nov 23, 2024

in what way? if we encrypt the data or keep it in our network we should be fine

@radumarias
Copy link
Member Author

Isn't this a little bit of a privacy nightmare?

@longregen can you elaborate?

@Eyob94 Eyob94 self-assigned this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants