Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

Commit

Permalink
Add deprecation warning to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Mar 11, 2017
1 parent 5e20c5c commit bb84d62
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
@@ -1,4 +1,10 @@
# codeigniter-bcrypt

## DEPRECATION WARNING

This library is not maintained, and it is suggested that you don't use it. It was simply a CodeIgniter wrapper around the PHPPass library. Please look into using [PHP's native password hasing functions instead](https://secure.php.net/manual/en/function.password-hash.php).


## Bcrypt (PHPPass) for CodeIgniter

Adaption of PHPPass (0.3) for use as a CodeIgniter Bcrypt library.
Expand Down Expand Up @@ -38,4 +44,4 @@ To check a hash password, simply pass the string and stored password to ``check_
// Password does not match stored password.
}

The function will return ``TRUE`` or ``FALSE`` dependant on success.
The function will return ``TRUE`` or ``FALSE`` dependant on success.

0 comments on commit bb84d62

Please sign in to comment.