SwiftyTextEncoding
Swift implementation of some older Text/Data Encoding algorithms, basicaly for fun ¯_(ツ)_/¯ . If there is any reason, than crashes caused by others implementations I found (optionals force unwrapping).
Supported algorithms:
- base16 (RFC 4846)
- base32 (RFC 4846)
- extendet hex base32 (RFC 4846)
- z-base32
- word-safe base32
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
⚠️ Requirements
- iOS 10.0+
- Swift 5.+
- Xcode 12.3.+
Installation
SwiftyTextEncoding is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SwiftyTextEncoding'
Author
Lukas Hakulin, [email protected]
License
SwiftyTextEncoding is available under the MIT license. See the LICENSE file for more info.