Plugin Directory

Changeset 929524


Ignore:
Timestamp:
06/10/2014 10:18:52 AM (12 years ago)
Author:
harrym
Message:

Added dxw as a contributor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-bcrypt/trunk/wp-bcrypt.php

    r927199 r929524  
    11<?php
    22/**
    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
    1011  *
    1112  * For more information, consult readme.txt
Note: See TracChangeset for help on using the changeset viewer.