encryption - I want to create an open source cloud storing and sharing system, where should i start? -
I really want to create a public cloud that is deployed anywhere with any other server and communication should be encrypted and My friends should be able to access the public cloud to download files stored in the cloud.
Because it is a college project, I think I can use a personal cloud instead of my cloud and another laptop instead of my cloud and a server as a laptop that is my laptop Should communicate with the private cloud and how should I progress in the implementation of this project. Thank you. Thanks in advance.
I can suggest you start with SWIFT object storage. It has an open stack based object store.
You can find information about Swift Object Store here:
More if you are developing it on Java, then you can use Yaklud or Jess customer. Using joss, you can upload a file from where the object can be downloaded, from which a public URL is found.
To learn about jcloud:
To learn about joss:
Comments
Post a Comment