Malware Detection Developed a malware detection system in JavaScript using SHA-1 and MD5 hashing techniques. The system computes file hashes and compares them against a known database of malicious hashes. It then determines and displays whether a file is malicious or safe based on the comparison.