Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 477 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 477 Bytes

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.