https://github.com/lukinalexeyg/phpcrypt
Stand-alone version of php_sha256_crypt without any PHP dependencies
https://github.com/lukinalexeyg/phpcrypt
c cryptography php
Last synced: 2 months ago
JSON representation
Stand-alone version of php_sha256_crypt without any PHP dependencies
- Host: GitHub
- URL: https://github.com/lukinalexeyg/phpcrypt
- Owner: lukinalexeyg
- License: other
- Created: 2022-01-04T18:35:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T20:11:19.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:49:21.884Z (4 months ago)
- Topics: c, cryptography, php
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpCrypt
Stand-alone version of [php_sha256_crypt](https://github.com/php/php-src/blob/master/ext/standard/crypt_sha256.c) without any PHP dependencies.