Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.17 KB

ReadMe.md

File metadata and controls

42 lines (25 loc) · 1.17 KB

KWSwiftCryptoWrapper

Easy to use Crypto wrapper using CryptoSwift, SwiftyRSA.

What can you do easily?

  • Generate public private key pair (RSA)
  • Decrypt content with RSA private key
  • Encrypt content with AES symmetric key
  • Decrypt content with AES symmetric key

Dependencies

Add these pods in your podfile to use this wrapper

  pod 'CryptoSwift', '1.0.0'
  pod 'SwiftyRSA', '1.5.0'

CryptoSwift, SwiftyRSA

Usage

The method names are self explanatory. Check CryptoSwiftManager.swift

Author

KeepWorks, ios@keepworks.com

Credits

KWSwiftCryptoWrapper is owned and maintained by KeepWorks.

N|Solid

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/keepworks/KWSwiftCryptoWrapper.

License

KWSwiftCryptoWrapper is available under the MIT License. See the License file for more info.