You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building an encrypted system which uses openPGP for keys generation, encryption, decryption for browsers and ObjectivePGP for ios app for the same functions. The issue I am facing is when I generate keys using objectivePGP on my ios app and try to encrypt / decrypt something on browser, it fails. Is there any work around or any better approach that I can follow.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Building an encrypted system which uses openPGP for keys generation, encryption, decryption for browsers and ObjectivePGP for ios app for the same functions. The issue I am facing is when I generate keys using objectivePGP on my ios app and try to encrypt / decrypt something on browser, it fails. Is there any work around or any better approach that I can follow.
Key Generation In Swft
Non Working Script ( Keys generated using ObjectivePGP and OpenPGP is used for encryption / decryption )
Working Script
Here is the functions I am using
Beta Was this translation helpful? Give feedback.
All reactions