Strong Password Shortcode

Adds a shortcode for generating a random number, either 1-100 or in a set range.

Author:Ryan Bishop (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:3.4.1
Plugin version:1.0
Added to WordPress repository:30-07-2012
Last updated:30-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.austinthemes.com
Total downloads:875
Active installs:10+
plugin download
Click to start download

A random password generator using a shortcode to display a random strong password. There are two options for setting the length of the password and choosing one of 8 different types of strong password. Use special characters, spaces, just numbers, just letters, and even just lowercase. You can also use multiple types on a page to give your users more options for their suggestion.Types: default, nospecial, specialspaces, spaces, dollars, letters, numbers, lowercase

The plugin creates two shortcodes, “[RP]” and/or “[RanPass]“. Used as-is, these will each generate a 12 character password with lowercase and uppercase numbers and exclamation points.

For further customization, however, you can set the number of characters and the password type using the "SHORTCODE OPTIONS" below.

SHORTCODE OPTIONS:

1) type= "default" : an alphanumeric password "nospecial" : lowercase and uppercase letters and numbers "specialspaces" : lowercase and uppercase letters, numbers, random spaces, and special characters "spaces" : lowercase and uppercase letters with numbers and random spaces "dollars" : lowercase and uppercase letters with random dollar signs and numbers "letters" : letters, both uppercase and lowercase "numbers" : just numbers (0-9) "lowercase" : just lowercase letters

2) numchars= the length of the password, in characters/digits.