Skip to content

nalounguyen/CredifyCryptoSwift

 
 

Repository files navigation

CredifyCryptoSwift

Crypto related functions and helpers for Swift implemented in Swift.

How to install

CocoaPods

pod 'CredifyCryptoSwift'

Asymmetric Encryption

CredifyCryptoSwift supports RSA encryption with 4096 bit length keys. Its padding scheme uses OAEP.

Signing

CredifyCryptoSwift utilizes EdDSA. This supports Curve25519.

PKCS #8

In order to simply deal with private keys, this leverages PKCS #8.

Requirements

  • iOS 12+
  • Swift 5+

License

CredifyCryptoSwift is released under the MIT license. See LICENSE for details.

About

Crypto-related functions by Credify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 70.3%
  • Objective-C 26.3%
  • Ruby 2.8%
  • C 0.6%