Is there an implementation for pailliers algorithm for encrypton over string

60 Views Asked by At

I have a database which consists of strings as well as numbers, I have to use homeomorphic scheme to encrypt fields. I am using Pailliers algorithm for the purpose, but I just find it for numbers or plain text as number, but not for any string. Can anyone please tell me if it is possible, or there is any algorithm as such to do that?

I am using python(phe library), but if you know of any other language which has library for this. It will be helpful.

0

There are 0 best solutions below