https://github.com/rareloop/ko3-auth-bcrypt
Kohana 3.0 Auth module to enable use of Bcrypt hashing instead of SHA1.
https://github.com/rareloop/ko3-auth-bcrypt
Last synced: 6 months ago
JSON representation
Kohana 3.0 Auth module to enable use of Bcrypt hashing instead of SHA1.
- Host: GitHub
- URL: https://github.com/rareloop/ko3-auth-bcrypt
- Owner: Rareloop
- Created: 2012-07-13T10:30:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T14:22:51.000Z (over 13 years ago)
- Last Synced: 2024-12-29T07:43:15.545Z (12 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bcrypt for Kohana 3 Auth Module
This is a small modification to the Kohana 3.0 Auth module to enable us of Bcrypt hashing instead of SHA1.
# Usage
Copy all PHP scripts into your `application` folder for Kohana. You will also need to make an amend to the size of your `password` field in your `users` table to be 60 chars.
# License
Copyright © 2012 [Rareloop](http://www.rareloop.com) and is licensed under the terms of the [MIT License](http://www.opensource.org/licenses/mit-license.php).
This mod also makes use of a [Bcrypt helper class](https://gist.github.com/1053158/) by [Marco Arment](http://marco.org), which has been released to the public domain.