-
Ctrl-Alt + keyboard keys cooresponding to ASCII
-
Alt + ASCII decimal value using keyboard top
-
Alt + ASCII decimal value on number pad
-
Shift-Alt + keyboard keys cooresponding to ASCII
EXPLANATION
I have used Alt + ASCI decimal value entered on the number
pad for many years for various reasons. It's a nice way to hide
characters in passwords or files you want to keep secure. A password
with an Alt-255 (null) character will display as a space and baffle even
the most experienced hacker. While working in a public school system,
my remote software client was VNC and it stored the password in
hexidecimal format in the registry which above average students might
possibly be able to decode. But when ASCII 255 characters are found,
they're totally confused. I have also named programs and batch files
with just the null character plus extension to make it hidden. I have
also used ASCII extended box and line characters to make things look
nicer in batch programs, but is limited with newer versions of Windows
that lack ANSI.sys not being standard (it can be enabled).
0 comments:
Post a Comment