OTPGenerator

Add one time passwords generation to your app.


Keywords
cocoapods, commoncrypto, ios, mobile
License
Apache-2.0
Install
pod try OTPGenerator

Documentation

iOS OTP Generators

Build Status Cocoapods

Project contains generators for one time password based on the time and on a counter. Code is written in Swift2 and depends on the CommonCrypto module. At this moment, CommonCrypto is not a modular framework and all of it's headers have been compiled into this library. Unfortunatelly it's the only way to make it work for the time being.

Installation

Requirements

OTPGenerator is written in Swift 3 so it requires Xcode 8.

CocoaPods

use_frameworks!
pod 'OTPGenerator', '~> 1.0'

Then in files where you need to use it just add:

import OTPGenerator

Manually

Drag the project file into Xcode and use it as it's shown in example.

References

License

Copyright 2015 Codewise sp. z o.o. Sp. K.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.