An open API service indexing awesome lists of open source software.

https://github.com/bre7/bcrypt-swift

Demo project for BCrypt on Swift (both OpenWall and OpenBSD's C implementations are included). C-Wrapper, not Swift implementation
https://github.com/bre7/bcrypt-swift

bcrypt c-wrapper swift swift4-1

Last synced: 12 months ago
JSON representation

Demo project for BCrypt on Swift (both OpenWall and OpenBSD's C implementations are included). C-Wrapper, not Swift implementation

Awesome Lists containing this project

README

          

Abandoned:

Implementation added to Vapor: https://github.com/vapor/crypto/blob/master/Sources/Crypto/BCrypt/BCryptDigest.swift

------

Sources:
* https://github.com/openbsd/src/tree/master/lib/libc/crypt
* http://www.openwall.com/crypt/