Age | Commit message (Expand) | Author |
---|---|---|
2025-04-14 | Switch enc_sha2 default from sha256 to sha512. | Sadie Powell |
2025-03-02 | Return references instead of pointers from the config system. | Sadie Powell |
2025-01-17 | Qualify a use of auto. | Sadie Powell |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell |
2024-12-15 | Add example code for how to validate SHA2 passwords in PHP. | Sadie Powell |
2024-03-18 | Fix an off by one error in enc_sha2. | Sadie Powell |
2024-03-10 | Implement verify-only support for raw SHA-2 passwords. | Sadie Powell |
2024-03-10 | Add self-tests to the encryption providers. | Sadie Powell |
2024-03-10 | Replace the custom SHA-2 implementation in enc_sha256. | Sadie Powell |
2024-03-09 | Move the HMAC function to the encryption header. | Sadie Powell |
2024-03-09 | Add the enc_sha2 module which hashes passwords with HMAC-SHA-2. | Sadie Powell |