Archistar

From Wikipedia, the free encyclopedia

Archistar is a software framework[1] to build secure distributed storage systems for cloud usage on the basis of secure fragmentation and information dispersal. The Archistar framework combines methods from Byzantine fault tolerance, secret sharing, and additional tools from cloud cryptography.

A stated goal is to provide a base framework for further research into the topic. To achieve this, it focuses on readability and has used open-source licenses (GPLv2 and LGPLv2) for all prototype code. For better readability, self-contained aspects are extracted into libraries, specifically one for secret sharing and one for the BFT state-machine.[2][3]

The first version of the Java implementations were developed in a research project funded by the Austrian Ministry of Transport and the current version[as of?] is maintained and extended as part of the EU funded research project PRISMACLOUD.[4]

See also[edit]

Notes[edit]

  1. ^ Loruenser, T., Happe, A., Slamanig, D. (2015). ARCHISTAR: Towards Secure and Robust Cloud Based Data Sharing. In 2015 IEEE 7th International Conference on Cloud Computing Technology and Science (CloudCom) (pp. 371–378). http://doi.org/10.1109/CloudCom.2015.71
  2. ^ archistar-smc, GNU General Public License. https://github.com/archistar/archistar-smc
  3. ^ archistar-bft, GNU General Public License. https://github.com/archistar/archistar-bft
  4. ^ PRISMACLOUD, European Union's Horizon 2020 research and innovation programme, GrantNo 644962. https://prismacloud.eu

External links[edit]