Skip to content

TolgaTaner/SecureKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecureKit

Version License Platform

SecureKit is a secure way any sensitive data using for iOS project.

Requirements

Swift 5.0 12.0 iOS version

Features

One Time Password

  • Securing the whole process from the OTP Code which is given from SMS Provider to the web service given otp code, iv, key parameter with OTPManager.

Password

  • Securing the whole process from user input to sending backend using a view named SecurePasswordView with PasswordManager given password, iv, key.

Installation

Cocoapods

SecureKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

  • Add your this statement to project's podfile pod 'SecureKit'

  • In the existing terminal screen, run pod install in the project directory.

Author

TolgaTaner, dev.tolgataner@icloud.com

License

SecureKit is available under the MIT licence. See the LICENSE file for more info.