Steven
Steven

Reputation: 782

ECIES Encryption for python and iOS

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/

Upvotes: 0

Views: 83

Answers (0)

Related Questions