Drupal Go Hash
About | Technologies | Requirements | Starting | License | Author
🎯 About
A simple library for Go that implements password checking against a Drupal 7 database. Implements the same funcitonality as password_crypt in includes/password.inc, as well as a public function that serves as a frontend.
🚀 Technologies
All libraries are from the Go standard library.
✅ Requirements
Before starting
🏁 Starting
# Include the project
$ go get github.com/msardi-meg/drupal-go-hash
📝 License
This project is under the GNU General Public License version 3. For more details, see the LICENSE file.
Made with
