aerhouse / ensqrl

Swift-native implementation of SQRL's enhash and enscrypt functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ensqrl

Swift-native implementations of SQRL's enhash and enscrypt functions using Apple's crypto frameworks.

Warning: Until macOS 10.15 is stable enough to work on, enscrypt uses insecure strings to represent the password for testing purposes. This will be replaced with the CryptoKit-provided SymmetricKey struct.

Pointer arithmetic in the scrypt implementation courtesy of Marcin Krzyżanowski.

About

Swift-native implementation of SQRL's enhash and enscrypt functions.

License:The Unlicense


Languages

Language:Swift 100.0%