Skip to content

Easy to use Crypto wrapper using CryptoSwift, SwiftyRSA.

Notifications You must be signed in to change notification settings

keepworks/KWSwiftCryptoWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Easy to use Crypto wrapper using CryptoSwift, SwiftyRSA.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages