Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrooij/simple_hash_php
Simple page to view result of php's default pass_hash
https://github.com/rrooij/simple_hash_php
Last synced: 5 days ago
JSON representation
Simple page to view result of php's default pass_hash
- Host: GitHub
- URL: https://github.com/rrooij/simple_hash_php
- Owner: rrooij
- License: agpl-3.0
- Created: 2015-06-15T18:55:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T06:52:25.000Z (over 9 years ago)
- Last Synced: 2024-11-12T00:40:03.341Z (2 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simple_hash_php
===============Simple web application to convert a string to a hash generated by PHP's bcrypt hashing.
Purpose
-------If you need to manually add users to a database, you can quickly generate a hash for that user.