background preloader

HowTos

Facebook Twitter

Detection d'intrusion. Security. Bash:tip_colors_and_formatting - FLOZz' MISC. The ANSI/VT100 terminals and terminal emulators are not just able to display black and white text ; they can display colors and formatted texts thanks to escape sequences.

bash:tip_colors_and_formatting - FLOZz' MISC

Those sequences are composed of the Escape character (often represented by “^[” or “<Esc>”) followed by some other characters: “<Esc>[FormatCodem”. In Bash, the <Esc> character can be obtained with the following syntaxes: \e \033 \x1B. Bash scripting Tutorial. How To Send Encrypted Text Through Chats,Emails. Posted by Ivan Blazevic in Articles, Internet Want to send encrypted texts in chats (facebook chats),emails etc ..

How To Send Encrypted Text Through Chats,Emails

I found out how to do it online.While using this encryption service your plain text will be converted into something else which we can’t understand.We can also assign a password which is to secure the encrypted item so that it will always prompt for password while decrypting(converting to plain text).