typo
一个简单的加密接口协议,便于在 app 中切换不同加密方法
a simple protocol for Data->Data encrypter used by my apps
可通过CocoaPods安装:
SimpleEncrypter is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SimpleEncrypter"
You can use Swift Package Manager and specify dependency in Package.swift by adding this:
Package.swift
.Package(url: "https://github.com/1Fr3dG/SimpleEncrypter", majorVersion: 1)
Alfred Gao, alfredg@alfredg.cn
SimpleEncrypter is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
SimpleEncrypter
一个简单的加密接口协议,便于在 app 中切换不同加密方法
a simple protocol for Data->Data encrypter used by my apps
Example
Requirements
Installation
CocoaPods
可通过CocoaPods安装:
SimpleEncrypter is available through CocoaPods. To install it, simply add the following line to your Podfile:
Swift Package Manager
You can use Swift Package Manager and specify dependency in
Package.swift
by adding this:Author
Alfred Gao, alfredg@alfredg.cn
License
SimpleEncrypter is available under the MIT license. See the LICENSE file for more info.