Argon2Swift icon indicating copy to clipboard operation
Argon2Swift copied to clipboard

An Argon2 Wrapper for Swift

Results 3 Argon2Swift issues
Sort by recently updated
recently updated
newest added

Hello! We are using Argon2Swift in our iOS app. We got warning about using insecure API(s) from the penetration testing: **The binary may contain the following insecure API calls: _printf,...

Swift PM 5.9 has a new rule around having "stable" dependencies if the parent package is added as "stable". This means to get things working on the next version of...

Current project layout is not compatible with Swift 5.3, opposed to the supported minimum version of toolchain specified in `Package.swift`. I ran a build on Linux using Swift 5.3 and...