https://github.com/dbrgn/phpbb-pwhash
A re-implementation of the phpbb_check_hash function (from phpBB 3) in Rust..
https://github.com/dbrgn/phpbb-pwhash
phpbb rust
Last synced: 11 months ago
JSON representation
A re-implementation of the phpbb_check_hash function (from phpBB 3) in Rust..
- Host: GitHub
- URL: https://github.com/dbrgn/phpbb-pwhash
- Owner: dbrgn
- License: apache-2.0
- Created: 2020-12-29T17:25:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T18:03:30.000Z (about 5 years ago)
- Last Synced: 2025-03-06T08:51:06.609Z (11 months ago)
- Topics: phpbb, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# phpbb-pwhash
[![Build status][workflow-badge]][workflow]
[![Crates.io Version][crates-io-badge]][crates-io]
A re-implementation of the `phpbb_check_hash` function (from phpBB 3) in Rust.
Docs:
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT) at your option.
### Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
[workflow]: https://github.com/dbrgn/phpbb-pwhash/actions?query=workflow%3ACI
[workflow-badge]: https://img.shields.io/github/workflow/status/dbrgn/phpbb-pwhash/CI/main
[crates-io]: https://crates.io/crates/phpbb-pwhash
[crates-io-badge]: https://img.shields.io/crates/v/phpbb-pwhash.svg?maxAge=3600