All virtual University Subjects Groups (Click & Join Your Subject Group)
- ACC - Fundamentals of auditing and business
ACC311 ACC501
- ACF - (Accounting And Finance Related)
ACF619 ACFI619
- BNK - (Banking Related)
BNK601BNK603BNK604BNK619BNKI619
- COM - (Commerce Related)
COM619COMI619
CS - (Computer Sciences)
CS001 CS101 CS201 CS301 CS302 CS304 CS401 CS402 CS403 CS408 CS410 CS501 CS502 CS504 CS506 CS507 CS508 CS601 CS602 CS604 CS605 CS606 CS607 CS609 CS610 CS614 CS615 CS619 CS701 CS702 CS703 CS704 CS708 CS709 CS712 CS716 CS718 CS720 CS723
ECO - (Economics Related)
ECO401 ECO402 ECO403 ECO404
ENG - (English Related)
ENG001 ENG101 ENG201 ENG301 ENG401
ETH201 - Ethics (for Non-Muslims)
ETH201
- FIN - (Finance Related)
FIN611 FIN621 FIN622 FIN623 FIN624 FIN625 FIN630 FIN619
FINI619
HRM - (Human Resources Related)
HRM611 HRM619 HRMI619 HRM623 HRM624 HRM625 HRM627 HRM628
HRM619 HRMI619
ISL201 - Islamic Studies
ISL201
- IT - (Info Tech Related)
IT430
- MCM - (Mass Media Related)
MCM101 MCM301 MCM304 MCM310 MCM311 MCM401 MCM404 MCM411 MCM431 MCM501 MCM511 MCM514 MCM515 MCM516 MCM517 MCM520MCM531 MCM532 MCM601 MCM604 MCM610 MCM619 MCMI619
- MGMT - (Management Related)
MGMT510 MGMT611 MGMT623 MGMT625 MGMT627 MGMT628 MGMT629 MGMT630
- MGT - (Finance And Management Related)
MGT101 MGT111 MGT201 MGT211 MGT301 MGT401 MGT402 MGT411 MGT501 MGT502 MGT503 MGT504 MGT510 MGT520 MGT601 MGT602 MGT603 MGT604 MGT610 MGT611 MGT613 MGT619 MGTI619
MIS - (Project And Internship Report)
MIS619 MISI619
MKT - (Marketing Related)
MKT501 MKT610 MKT611 MKT621 MKT624 MKT625 MKT630 MKT619
MKTI619
MTH - (Maths Related)
MTH001 MTH101 MTH202 MTH301 MTH302 MTH401 MTH501 MTH601
MTH603
PAD - (Public Administration Related)
PAD619 PADI619
PAK301 - Pakistan Studies
PAK301
PHY - (Physics Related)
PHY101 PHY301
- PSC201 - International Relations
PSC201
- PSY - (Psychology Related)
PSY101 PSY401 PSY402 PSY403 PSY404 PSY405 PSY406 PSY407 PSY408 PSY409 PSY502 PSY504 PSY505 PSY510 PSY511 PSY512 PSY513 PSY514 PSY515 PSY610 PSY619 PSY631 PSY632 PSYI619
SOC - (Socialogy Related)
SOC101 SOC401
- STA - (Statistics and Research)
STA301 STA630


As some Microsoft Operating System geeks know, you can type many more characters than are on a standard keyboard by
using the ALT+NUMPAD combination technique.
For example, by holding down the ALT key, typing 234 on the number pad, then
releasing ALT gives you the O character. I'm writing this article mostly
because when I search around for information on the topic of ALT+Number key combos I find pages that are lacking
in details. Most of the pages I found are coming from the angle of using ALT+NUMPAD combinations as shortcuts for typing in
non-English languages, but I have another use for them. Using ALT+NUMPAD can make for some very ugly passwords to
crack. These odd characters have two major advantages over normal keystrokes:



1. They are unlikely to be in someone's
dictionary or brute force list. Try brute forcing a password like "ace of
?s" or "I am the a and the O".

2. Some hardware key loggers will not log
these odd characters. Your mileage may vary on this as some key loggers can, so
don't rely on it to keep you 100% safe.


I'll cover the 2nd point more in an upcoming article. Using ALT+NUMPAD to type odd characters into your password
also has a few disadvantages.



1. The way they are described in this article
only works in Microsoft Operating Systems (DOS, Windows 9x, Vista, XP, 2000),
and there may be some variation amongst the different versions. If you know of
a good way to do the same thing in Linux please email me.

2. Not all applications will let you use
these odd characters. For testing I tried the password "Oÿ" (ALT+234
and ALT+0255) on a Windows XP local account,, but not all application will let
you use these sorts of characters in your password.


Microsoft has the following to say on the subject of ALT+NUM key codes:


From:http://www.microsoft.com/globaldev/reference/glossary.mspx



Alt+Numpad: A method of entering characters by typing in the character’s
decimal code with the Numeric Pad keys (Num Lock turned on). In Windows:



• Alt+<xxx>, where xxx is the decimal value of
a code point, generates an OEM-encoded character.
• Alt+<0xxx>, where xxx is the decimal value of a code point, generates a
Windows-encoded character.
• Alt+<+>+<xxxx>, where xxxx is the hexadecimal Unicode code point,
generates a Unicode-encoded (UTF-16) character.




Shortly I'll explain explain the first two methods further. The 3rd is more
problematic to work with. First, you may have to edit your registry and add a
the REG_SZ value "HKEY_Current_User/Control Panel/Input
Method/EnableHexNumpad", then set it to "1". Also, depending on
where you are trying to type the character the application may interpret your
hexadecimal Fs as attempts to bring down the file menu. Since method three is
so problematic I'll focus on the first two methods.

First, make sure you are using the number pad and not the top roll number
keys, only the number pad works for this. Second, make sure NUM LOCK is on. It
does not have to be on in all cases for these key combos to work, but it helps
by keeping the number pad from being misinterpreted.


The chart from the site shows the relevant key
codes to get various symbols. The table on the left shows the OEM Extended
ASCII character set (AKA: IBM PC Extended Character Set; Extended ASCII; High
ASCII; 437 U.S.
English). True ASCII is only 7 bit, so the range is 0 to 127. IBM extended it
to 8 bits and added more characters. To type these characters you merely have
to hold down an ALT key, type the numeric value of the character, then release
the ALT key.


The table on the right shows the ANSI character set (AKA: Window's ANSI/ISO
Latin-1/ANSI Extended ASCII, though technically they are not exactly the same
thing.). To use the ANSI character set you do the same thing as the OEM set,
but you preface the number with an extra zero. Notice that the first 127 should
be the same in both sets, though values 0-31 may not be viewable in all cases.
I've been in "character encoding hell" just trying to get this
article on my site in a readable format.


For example, ALT+257 gives me a in Wordpad, but
in Notepad it loops back around the character set and gives me?(257-256=1 which
is ? in the OEM set) . If you want to know what key code will bring up a
particular character in a certain Windows font run Windows Character Map
(charmap.exe) and look in the bottom right corner to find out.


some examples :

ALT+130 é
ALT+131 â
ALT+132 ä
ALT+133 à
ALT+134 å
ALT+135 ç
ALT+136 ê
ALT+137 ë
ALT+138 è
ALT+139 ï
ALT+140 î
ALT+141 ì
ALT+142 Ä
ALT+143 Å
ALT+144 É
ALT+145 æ
ALT+146 Æ
ALT+147 ô
ALT+148 ö
ALT+149 ò
ALT+150 û
ALT+151 ù
ALT+152 ÿ
ALT+153 Ö
ALT+154 Ü
ALT+155 ¢
ALT+156 £
ALT+157 ¥
ALT+158 P
ALT+159 ƒ
ALT+160 á
ALT+161 í
ALT+162 ó
ALT+163 ú
ALT+164 ñ
ALT+165 Ñ
ALT+166 ª
ALT+167 º
ALT+168 ¿
ALT+169 ¬


                    


From


Chief Admin


Ismail Shah

Views: 13


=======================

Virtual University Services

=======================

|*| VU TV
|*| VU SITES

|*| VU EMAIL

|*| VU RADIO

|*| VU ALUMNI

|*| VU LIBRARY

|*| HEC Recognised Universities
Created By
: Ismail Shah

Senior Admin : Saba Gul

Managment : Moderators

Powered bY eZiLine Developers

© 2012   Created by ¤iSmAiL sHaH¤.

Badges  |  Report an Issue  |  Terms of Service