Dear Team,
I am using this openabe library and it's working fine for single executable. One of my requirements is
Exe1:
Initialize
Create object
Keygen
Encrypt
Exe2:
Initialize
Create object
Keygen
Decrypt
This doesnot work. Because of random key generation, mpk and msk are different for every run.
Is there any hack for this to hard code previously generated key in the code. So that for every run keys will not change.
Please suggest the code point, where i can hard code this. Thank you in advance
Regards,
Ganesh