Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juri/fernet

Fernet cryptography format implementation in Swift
https://github.com/juri/fernet

cryptography fernet swift

Last synced: 7 days ago
JSON representation

Fernet cryptography format implementation in Swift

Awesome Lists containing this project

README

        

# Fernet for Swift

This library is an implementation of the [fernet] cryptography format for Swift. It uses [CryptoSwift] so it should
be portable.

[fernet]: https://github.com/fernet/spec
[CryptoSwift]: https://github.com/krzyzanowskim/CryptoSwift.git