ABE icon indicating copy to clipboard operation
ABE copied to clipboard

Attribute-based Encryption

Results 11 ABE issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run your code on Ubuntu 18.04 with python3.6 and charm-crypto 0,50. So far the compiling process is okay. All implementation of "make" and "make install"...

Hi! @alexkorpas @sagrawal87 @codymlewis I could use a bit of help on another implementation I'm working on and wanted to know if you'd be interested in collaborating on that. Not...

While running sudo make in Charm-crypto-0.43 directory getting error sudo make Setup build/staging directories set -x set +x Building the Charm Framework /usr/bin/python3 setup.py build Extracting in /tmp/tmp82cjmzdb Traceback (most...

How to install Charm_Crypto on Windows

Hi, I meet an error when I run` python main.py` like this. My environment is Python 2.7.12 , Charm 0.42 and Ubuntu (16.04) ``` Traceback (most recent call last): File...

``` $ python main.py Traceback (most recent call last): File "main.py", line 44, in main() File "main.py", line 31, in main ctxt = cpabe.encrypt(pk, msg, policy_str) File "/Users/apple/Competion/Cryptology2018/ABE/ac17.py", line 152,...

In the pairinggroup.py, it has the code " from charm.core.math.pairing import pairing,pc_element,ZR,G1,G2,GT,init,pair,hashPair,H,random,serialize,deserialize,ismember,order ". However I can't find the ZR,G1...... How can I solve this problem? Have I miss some files?

Hi, I'm getting this error when I tied to run main.py `Traceback (most recent call last): File "main.py", line 6, in from charm.toolbox.pairinggroup import PairingGroup, GT` I'm running Charm 0.43...

I ran through your code but there is no result output, how can I get the result for your paper?