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

Multi tool use


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.
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.
You can try cryptoSwift library for encryption/decryption. github.com/krzyzanowskim/CryptoSwift
– Smita
Dec 27 '17 at 10:28