Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juri/fernet
- Owner: juri
- License: mit
- Created: 2024-04-28T09:53:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T13:54:31.000Z (6 months ago)
- Last Synced: 2024-05-12T12:30:02.371Z (6 months ago)
- Topics: cryptography, fernet, swift
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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