Skip to content

herozxzx/docker_abe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_abe

3 models are implemented.

  1. DABE (Distributed Attribute-based Encryption)
  2. CP-ABE with multiple specified attribute
  3. DABE with multiple specified attribute

These ABEs are based on pbc library.

[How to use]

  1. Using docker (ex) Executing test_all.sh
docker image build -t docker_abe .
docker run --rm docker_abe /pbc/test_all.sh
  1. Using docker-compose (ex) Executing test_all.sh
docker-compose up -d --build
docker exec docker_abe-pbc-1 /pbc/test_all.sh

(If an error occurs, try changing the newline of shell file to LF)

About

ABE based on pbc library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors