https://github.com/juri/fernet
Fernet cryptography format implementation in Swift
https://github.com/juri/fernet
cryptography fernet swift
Last synced: 8 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T13:54:31.000Z (about 2 years ago)
- Last Synced: 2025-03-01T08:30:57.615Z (over 1 year ago)
- Topics: cryptography, fernet, swift
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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