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
- Host: GitHub
- URL: https://github.com/bre7/bcrypt-swift
- Owner: bre7
- Created: 2018-04-15T23:58:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T21:40:56.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T12:46:09.630Z (about 1 year ago)
- Topics: bcrypt, c-wrapper, swift, swift4-1
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/