Archistar

From Wikipedia, the free encyclopedia

Archistar is a software framework[1] to build distributed storage system on the basis of secure fragmentation and information dispersal. It is dedicated to the development of a secure distributed storage architecture for trustworthy cloud usage. The Archistar framework combines methods from Byzantine fault tolerance, secret sharing, and additional tools from cloud cryptography to achieve its goal and parts of it are released as open-source software. A non-functional goal is to provide a base framework for further research into this topic: to achieve this, focus has been set on readability and open-source licenses have been used for all prototype code.

The first version of the Java implementations have been developed in a research project funded by the Austrian Ministry of Transport and the current version is maintained and extended as part of the EU funded research project [2]

Components[]

To achieve better readability self-contained aspects were extracted into libraries:

  • Secret sharing library on github[3]
  • BFT state-machine library on github[4]

Current Features as of November 2013[]

  • Written in Java7 under an open source license (GPLv2 and LGPLv2)
  • Secret sharing through RabinIDS, ShamirPSS, Krawczyk, RabinBenOr
  • Byzantine Fault Tolerance through a custom BFT layer
  • Tries to not reinvent the wheel, uses existing software as Netty.io
  • Developed by Austrian Institute of Technology

See also[]

Notes[]

  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. ^ PRISMACLOUD, European Union's Horizon 2020 research and innovation programme, GrantNo 644962. https://prismacloud.eu
  3. ^ archistar-smc, GNU General Public License. https://github.com/archistar/archistar-smc
  4. ^ archistar-bft, GNU General Public License. https://github.com/archistar/archistar-bft

External links[]

Retrieved from ""