DqK

New Members
  • Posts

    2
  • Joined

  • Last visited

DqK's Achievements

New User

New User (1/3)

  1. In the same way that a read only key can be used to transfer a share key now, the same function could be used to just transfer a list of subfolders/key pairings. This would allow people to create 'repositories' and add them. The person who owns the read/write to the master key can add new subfolders/keys. I think this would be a great function to implement. I'm going to give some good examples: 1) Me and some of my friends create a repository to share pictures, everyone has read/write on their own folder but they cant mess with the other folders. However they do have read-only access and can view all the pictures shared by every other friend. I can then add new friends with their own folder to the repository. 2) An event organizer has an event, he posts on his website that everyone who took pictures on the event day create a sync folder and share the read only key with him. He can then add the key to the repository. Everyone who adds the readonly master key then instantly has access to ALL the event pictures while they cant mess which eachothers folders 3) A photography business has one master key containing different folders for the photographers which they distribute as read-only, each photographer had read/write on their own subfolder and have read only access to the other folders. Only the repository admin (the one with the master key) can add a subfolder/key pair. They then get added instantly on all subscribers to that master key 4) A development company has different project for which they create a master key, they add new projects and only give read/write access for subfolders to the people who need it (the developers of the specific project). Yet everyone with access to the repository has read-only access to the projects folders I can think of some other good implementations for this. It would take sync to the next level. PS: im aware that this can be done using the API by building an application, just having this feature implemented by default would open it up to every user.
  2. Hi, Ive been using bittorrent sync in some different communities to share data. Right now i seem to have two options for doing this: 1) Make a full access key public to all contributors, which means they can upload junk, create a lot of useless subfolders, delete by accident etc 2) Have each member create their own key and post the read-only secret, every other community member then needs to add every key and create a corresponding subfolder A good solution for this would be to have some sort of master key i can share, which is a read-only key containing metadata for subfolders and corresponding secrets, which can be either full access or read-only. This would contain every member in his or her own folder and would allow me to add folders with keys which would instantly be shared over the community, giving all members read-only access to eachothers subfolders while not allowing them to delete or edit the main folder or other members folders. I can see other implementations for this in for example development projects, applications built on top of bittorrent sync etc. Its a master key containing keys for subfolders, the user just adds the master key and the master folder. An extra would be for the end user to be able to enable/disable certain subfolders for syncing.