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

The name of the pictureThe name of the pictureThe name of the pictureClash 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
Dec 27 '17 at 11:40





Any alternate for iOS ? please give any solution. because in android i implemented this one. so i want to done same in iOS too.
– Ajithkumar M
Dec 27 '17 at 12:03





I also want to implement this in iOS... Any leads here??
– Priyanka Kanse
Jun 14 at 9:35




1 Answer
1



Are you able to perform the ECC encryption in iOS? I want to achieve the same usecase
.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Visual Studio Code: How to configure includePath for better IntelliSense results

Spring cloud config client Could not locate PropertySource

Regex - How to capture all iterations of a repeating pattern?