SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

How to deserialize Ciphertext

Open wangbaobaoget opened this issue 2 years ago • 1 comments

Hello, I recently encountered a problem while developing communication programs between C # servers and clients using the nuget package provided by SEAL. My idea is that the client encrypts the data into Ciphertext, serializes it into JSON, and sends it to the server. After receiving JSON, the server deserializes it into Ciphertext objects. However, I have found that many properties in Ciphertext do not have a set method, so deserialization will have problems, How should this problem be handled? Looking forward to everyone's recovery

wangbaobaoget avatar Apr 06 '23 03:04 wangbaobaoget

I have the same question for node-seal <-> sunscreen_fhs, so I'm also interested in the answer for the above

FelipeLema avatar Jan 12 '24 14:01 FelipeLema