Coder Social home page Coder Social logo

cryptography_19521884_19521873's Introduction

Environment

  • OS: Linux (Ubuntu is the test system)
  • Tools:
    • m4: sudo apt-get install m4
    • flex: sudo apt install flex
    • bison: sudo apt install bison
  • Library:
    • glib (>2.0.0): sudo apt install libglib2.0-dev
    • gmp (>4.0.0): sudo apt install libgmp-dev
    • ssl: sudo apt install libssl-dev
  • Library pbc:
  • Library cpabe:
    • Download source from http://acsc.cs.utexas.edu/cpabe/
    • Install the following two software before installing cpabe:
      • sudo apt-get install libssl-dev
      • sudo apt-get install libglib2.0-dev
    • Then go to http://acsc.cs.utexas.edu/cpabe/ to download libbswabe-0.9.tar.gz and cpabe-0.11.tar.gz.
    • Then install cpabe
      • tar -xvf cpabe-0.11.tar.gz
    • Build source
      • cd cpabe-0.11
      • ./configure
      • sudo make (An error will occur after performing this step, enter the Makefile, find the following part starting with LDFLAGS and add -lgmp at the end.)
      • sudo make install

Installation

The MyCPABE current supports in C.

  1. Usage MyCPABE
  2. Example Example program

Reference

  • Paper:
  1. Touati, L., Challal, Y., & Bouabdallah, A. (2014, June). C-cp-abe: Cooperative ciphertext policy attribute-based encryption for the internet of things. In 2014 International Conference on Advanced Networking Distributed Systems and Applications (pp. 64-69). IEEE.
  2. Bethencourt, J., Sahai, A., & Waters, B. (2007, May). Ciphertext-policy attribute-based encryption. In 2007 IEEE symposium on security and privacy (SP'07) (pp. 321-334). IEEE.

cryptography_19521884_19521873's People

Contributors

lamthanhngan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.