=== Open Encryptor === Contributors: vikingzheng Author Homepage: http://opencryptor.com/ Plugin Homepage: http://opencryptor.com/blog Donate link: http://opencryptor.com/blog/?p=6 Tags: security, password, hack, protect Requires at least: 2.7.1 Tested up to: 2.8.2 Stable tag: trunk == Description == Base on the Open Encryptor authentication, add the one-time password security for WordPress. Your cellphone as encryptor to protect your WordPress account. When your plugin is working, your account's security is provided by Open Encryptor. == Installation == 0. MUST have the Open Encryptor cellphone software as a encryptor.(http://www.opencryptor.com/) 1. Extract the zip file into your plugins directory into its own folder. 2. Activate the plugin in the Plugin options. 3. Choose a user(administrator or else) to bind the Open Encryptor function to your cellphone. (Don't worry about your own password, if you delete this plugin or delete the protection, you can use your original password again.) == Database == Maybe,It is impossible to set up a table in your database. You can make a table like that: CREATE TABLE wp_open_encryptor ( `open_encryptor_username` varchar(32) NOT NULL, `open_encryptor_password1` varchar(32) NOT NULL, `open_encryptor_password2` varchar(32) NOT NULL, `open_encryptor_password3` varchar(32) NOT NULL, PRIMARY KEY (`open_encryptor_username`) ); The wp_ should be replaced by your WordPress predix. == Frequently Asked Questions == = If the admin lost his password? = If the admin lost his password: 1, He should enter the CPanel to rename the opencryptor plugin. 2, Input his username and old static password to login again. 3, Rename back the opencryptor plugin. == Changelog == = 1.0 = The first version.