=== WP Reset Keys and Salts === Contributors: Evan Fraser Tags: keys and salts, reset keys, reset salts, salts, keys Requires at least: 4.0 Tested up to: 4.9.1 Stable tag: 2.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Reset Keys and Salts improves your WordPress security by allowing you to reset keys and salts at the click of a button. == Description == Lightweight plugin to change your WordPress keys and salts at the click of a button. = Not working or a bug? = If you run into an issue please let us know in the [support forum](http://wordpress.org/support/plugin/wp-reset-keys-and-salts) before leaving a low review, we are very active in updating plugins and everything we produce. = Developers? = Are you an agency or freelancer who duplicates a wordpress site for production? Have you realized that every time you do this, your config keys and salts are the exact same! Don't let something this simple be forgotten, reset your keys and salts. == Installation == 1. Upload contents to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Navigate to Tools > Reset Keys & Salts == Changelog == = 1.0 = * Initial Release = 1.0.2 = * Re-wrote plugin with oop. * Plugin is contained in it's own class. = 1.0.3 = * General formatting. = 1.0.4 = * Remove setup function and simply stick with __construct. * Change two salt reset function names. * Comment fix.