SimpleEncrypter 1.4.1

SimpleEncrypter 1.4.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2019
SPMSupports SPM

Maintained by Alfred Gao.



  • By
  • Alfred Gao

SimpleEncrypter

CI Status Version License Platform

一个简单的加密接口协议,便于在 app 中切换不同加密方法

a simple protocol for Data->Data encrypter used by my apps

Example

Requirements

  • iOS 11.0+, OSX 10.14+

Installation

CocoaPods

可通过CocoaPods安装:

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

pod "SimpleEncrypter"

Swift Package Manager

You can use Swift Package Manager and specify dependency in Package.swift by adding this:

.Package(url: "https://github.com/1Fr3dG/SimpleEncrypter", majorVersion: 1)

Author

Alfred Gao, [email protected]

License

SimpleEncrypter is available under the MIT license. See the LICENSE file for more info.