Argon2Swift
Swift bindings for the reference C implementation of Argon2, the winner of the Password Hash Competition.
Installation (Cocoapods)
Argon2Swift can be installed via Cocoapods by adding the following to your Podfile
:
pod Argon2Swift
Installation (SPM)
Argon2Swift can be installed via SPM (Swift Package Mangeer) by adding the following to your depencencies:
Usage
High-level hashing and verification (for direct hashing & verification of byte arrays, check the example)