Plugin Directory

Changeset 927198


Ignore:
Timestamp:
06/05/2014 03:24:14 PM (12 years ago)
Author:
harrym
Message:

Readme and header improvements

Location:
wp-bcrypt/trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • wp-bcrypt/trunk/readme.txt

    r927186 r927198  
    11=== Plugin Name ===
    22Contributors: harrym
    3 Tags: security
     3Tags: security, passwords
    44Requires at least: 3.4
    5 Tested up to: 3.4
    6 Stable tag: 0.1
     5Tested up to: 3.9.1
     6Stable tag: 1.0.0
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 WP bcrypt switches WordPress's password hashes from MD5 to bcrypt, making it harder for them to be brute-forced if they are leaked.
     10wp bcrypt switches WordPress's password hashes from MD5 to bcrypt, making it harder for them to be brute-forced if they are leaked.
    1111
    1212== Description ==
     
    2626== Installation ==
    2727
    28 This section describes how to install the plugin and get it working.
    29 
    30 e.g.
    31 
    32 1. Upload the `wp_bcrypt` to the `/wp-content/plugins/` directory
     281. Upload the `wp-bcrypt` directory to the `wp-content/plugins/` directory
    33291. Activate the plugin through the 'Plugins' menu in WordPress
    3430
     
    4844== Changelog ==
    4945
    50 = 0.1 =
     46= 1.0.1 =
     47* Readme improvements
     48
     49= 1.0.0 =
    5150* Initial release
  • wp-bcrypt/trunk/wp-bcrypt.php

    r927186 r927198  
    11<?php
    22/**
    3   * Plugin Name: WP bcrypt
    4   * Plugin URI:  http://dxw.com/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.
     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.
    66  * Author:      dxw
    77  * Author URI:  http://dxw.com
Note: See TracChangeset for help on using the changeset viewer.