Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converting enrypted numpy array to seal object.

Arman001 opened this issue · comments

I am sending data from one computer to another in an encrypted form but I cant decrypt it because it is there as numpy array after converting from bytes. Decryptor is not accepting it because it does not belong to seal. I am new on this topic may be I am missing something. Kindly help me in this issue.
Thank you!

I am sorry my bad, its just serialization nothing more. I am closing it.