Posts

Showing posts with the label spongycastle

How to encrypt/decrypt a data using Elliptic Curve Cryptography(ECC) using the Bouncy Castle Open Source Library for iOS Swift

Image
Clash Royale CLAN TAG #URR8PPP How to encrypt/decrypt a data using Elliptic Curve Cryptography(ECC) using the Bouncy Castle Open Source Library for iOS Swift How can I encrypt and decrypt a data using Elliptic Curve Cryptography(ECC) using the Bouncy Castle or Spongy Castle Open Source Library for iOS Swift. You can try cryptoSwift library for encryption/decryption. github.com/krzyzanowskim/CryptoSwift – Smita Dec 27 '17 at 10:28 CryptoSwift not supporting Elliptical Curve Encryptions – Ajithkumar M Dec 27 '17 at 10:48 Bouncycastle is for Java and c#, not for iOS – pedrofb ...