github.com/msardi-akio/drupal-go-hash


Install
go get github.com/msardi-akio/drupal-go-hash

Documentation

Drupal Go Hash

 

Drupal Go Hash

Github top language Github language count Repository size License

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 🏁, you need to have Git and Go 1.17 or greater installed.

🏁 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 ❤️ by Manuel Sardi

 

Back to top