aboutsummaryrefslogtreecommitdiffstats
path: root/moon-abe/cpabe-0.11/README
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2015-09-04 09:25:34 +0200
committerWuKong <rebirthmonkey@gmail.com>2015-09-04 09:25:34 +0200
commit3baeb11a8fbcfcdbc31976d421f17b85503b3ecd (patch)
tree04891d88c1127148f1b390b5a24414e85b270aee /moon-abe/cpabe-0.11/README
parent67c5b73910f5fc437429c356978081b252a59480 (diff)
init attribute-based encryption
Change-Id: Iba1a3d722110abf747a0fba366f3ebc911d25b25
Diffstat (limited to 'moon-abe/cpabe-0.11/README')
-rw-r--r--moon-abe/cpabe-0.11/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/moon-abe/cpabe-0.11/README b/moon-abe/cpabe-0.11/README
new file mode 100644
index 00000000..39bc4b5a
--- /dev/null
+++ b/moon-abe/cpabe-0.11/README
@@ -0,0 +1,15 @@
+This software provides several tools implementing a scheme for
+"ciphertext-policy attribute based encryption" (CP-ABE).
+
+To install this software, you will need to have the Pairing-Based
+Cryptography (PBC) library installed. You can get it from the
+following page:
+
+ http://crypto.stanford.edu/pbc/
+
+For more information on CP-ABE and a tutorial on using the tools, see
+the project homepage:
+
+ http://acsc.csl.sri.com/cpabe/
+
+make LDFLAGS=" -lpbc -lcrypto -L/usr/lib/x86_64-linux-gnu -lglib-2.0 -lbswabe -lgmp"