API Hashing is a technique used in cybersecurity, particularly by malware, to conceal the use of specific system functions. Instead of calling Windows system APIs by their readable names, the program uses hashed (encoded) versions of those names. This makes it harder for security tools to detect or analyze malicious activity, since the actual function names are obscured and not easily recognized in the code.