Added NTLM operation

Hashing operation - MD4 on UTF16LE-encoded input
This commit is contained in:
BrunonDEV 2022-09-27 23:13:22 +02:00
parent c2cf535f88
commit f1ce67d79b
4 changed files with 71 additions and 2 deletions

View file

@ -121,7 +121,7 @@ import "./tests/Subsection.mjs";
import "./tests/CaesarBoxCipher.mjs";
import "./tests/LS47.mjs";
import "./tests/LZString.mjs";
import "./tests/NTLM.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";