This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Password special characters"

From OWASP
Jump to: navigation, search
m (minor fixes)
(Added OWASP Button per OWASP Donation Initiative)
 
Line 1: Line 1:
 +
{| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |-
 +
| style="border-right: 1px dotted gray;padding-right:25px;width:85%;" valign="top" |
 +
 
'''Password special characters''' is an selection of punctuation characters that are present on standard US keyboard and frequently used in passwords.
 
'''Password special characters''' is an selection of punctuation characters that are present on standard US keyboard and frequently used in passwords.
  
Line 78: Line 81:
  
 
* [http://docs.oracle.com/cd/E11223_01/doc.904/e10429/app_special_char.htm Oracle Identity Manager and Microsoft Active Directory]
 
* [http://docs.oracle.com/cd/E11223_01/doc.904/e10429/app_special_char.htm Oracle Identity Manager and Microsoft Active Directory]
 +
 +
| valign="top"  style="padding-left:25px;width:200px;" |
 +
 +
== Donate to OWASP ==
 +
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">{{#widget:PayPal Donation
 +
|target=_blank
 +
|budget=Other (Website Donation) }}</div>

Latest revision as of 15:00, 27 January 2018

Password special characters is an selection of punctuation characters that are present on standard US keyboard and frequently used in passwords.

Character Name Unicode
Space U+0020
 ! Exclamation U+0021
" Double quote U+0022
# Number sign (hash) U+0023
$ Dollar sign U+0024
 % Percent U+0025
& Ampersand U+0026
' Single quote U+0027
( Left parenthesis U+0028
) Right parenthesis U+0029
* Asterisk U+002A
+ Plus U+002B
, Comma U+002C
- Minus U+002D
. Full stop U+002E
/ Slash U+002F
 : Colon U+003A
 ; Semicolon U+003B
< Less than U+003C
= Equal sign U+003D
> Greater than U+003E
 ? Question mark U+003F
@ At sign U+0040
[ Left bracket U+005B
\ Backslash U+005C
] Right bracket U+005D
^ Caret U+005E
_ Underscore U+005F
` Grave accent (backtick) U+0060
{ Left brace U+007B
| Vertical bar U+007C
} Right brace U+007D
~ Tilde U+007E

The same list as string (between double quotes): " !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"

Various operating systems and applications may apply limitations to this set: