CSIIPasswordTextField
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CSIIPasswordTextField is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CSIIPasswordTextField'
Usage
1.#import "CSIIPasswordTextField.h"
2.init CSIIPasswordTextField, provide initWithFrame, eighter Storybaord, Xib
3.before getting the cyphered text you inpuuted, you need to set the 'timestamp'(like '1564382787') and 'modlus'(RSA)
4.use [textfield passwordCyphered] to get the cyphered text.
Author
yang0123shu, [email protected]
License
CSIIPasswordTextField is available under the MIT license. See the LICENSE file for more info.