EC-Council: Computer Hacking Forensic Investigator(CHFI-V10) |
||||
Module 9 : Investigating Web Attacks |
||||
Questions available : 43 |
You are not logged in. Please Login for track your learning progress |
|||
Go to Question No. |
Question No 0
If you want to share the link of this question, please click here to "Copy Question Link" and share that generated link. Link from URL may change in future.
Comunity Comments:

Opted Answer: B
Correct Answer: URL Encoding (Percent Encoding)
URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.
URLs cannot contain spaces. URL encoding normally replaces a space with a plus (+) sign or with %20.
Hex encoding : each byte (8 bits) can be represented as two hexadecimal digits.
Base64 : Base64 is a binary-to-text encoding, uses set of 64 unique characters to represent binary data in an ASCII string format. The 64 characters include uppercase and lowercase letters, numbers, and two special characters (‘+’ and ‘/’), along with the ‘=’ padding character.

Opted Answer: A
A: Double encoding