Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_ | Remi Collet | 2024-09-13 | 1 | -9/+9 |
| | |||||
* | More bindings (function missing in php) | Remi Collet | 2024-09-13 | 1 | -0/+25 |
- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {} - add crypt_preferred_method(): ?string {} - add crypt_checksalt(string $salt): int {} and bump version to 1.1.0-dev (new functions) |