ECIES Encryption for python and iOS

41 views Asked by At

I'm attempting to implement ECIES encryption in iOS Swift which has to be compatible with server python, but I'm encountering compatibility issues. I followed the instructions from an article for both Python and iOS, but when decrypting, it throws an error. Is there a library available that supports ECIES encryption compatible with both Python and Swift?

Repo macOS: https://github.com/agens-no/EllipticCurveKeyPair

--------For python-----------

and I have tried this repository: https://gist.github.com/dschuetz/2ff54d738041fc888613f925a7708a06

https://gist.github.com/ateska/09e1c874494bba8e381ccd8d851b0df8

article: https://darthnull.org/secure-enclave-ecies/

0

There are 0 answers