Changeset 929524
- Timestamp:
- 06/10/2014 10:18:52 AM (12 years ago)
- File:
-
- 1 edited
-
wp-bcrypt/trunk/wp-bcrypt.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-bcrypt/trunk/wp-bcrypt.php
r927199 r929524 1 1 <?php 2 2 /** 3 * Plugin Name: wp-bcrypt 4 * Plugin URI: http://wordpress.org/plugins/wp-bcrypt/ 5 * Description: wp-bcrypt switches WordPress's password hashes from MD5 to bcrypt, making it harder for them to be brute-forced if they are leaked. 6 * Author: dxw 7 * Author URI: http://dxw.com 8 * Version: 1.0.1 9 * Licence: GPL2 3 * Plugin Name: wp-bcrypt 4 * Plugin URI: http://wordpress.org/plugins/wp-bcrypt/ 5 * Description: wp-bcrypt switches WordPress's password hashes from MD5 to bcrypt, making it harder for them to be brute-forced if they are leaked. 6 * Author: dxw 7 * Author URI: http://dxw.com 8 * Version: 1.0.1 9 * Licence: GPL2 10 * Contributors: harrym, dxw 10 11 * 11 12 * For more information, consult readme.txt
Note: See TracChangeset
for help on using the changeset viewer.