First Cryptochef branch commit.

This commit is contained in:
David C Goldenberg 2023-04-26 10:24:39 -04:00
parent 415c59d74c
commit f79ca6cf02
36 changed files with 7134 additions and 4 deletions

View file

@ -115,6 +115,19 @@ import "./tests/CBORDecode.mjs";
import "./tests/JA3Fingerprint.mjs";
import "./tests/JA3SFingerprint.mjs";
import "./tests/HASSH.mjs";
import "./tests/ExtractDoubleSHA.mjs";
import "./tests/ExtractSegwitArtifacts.mjs";
import "./tests/TypeCryptoArtifacts.mjs";
import "./tests/ExtractSeedphrases.mjs";
import "./tests/PublicKeyToP2PKHAddress.mjs";
import "./tests/PrivateECKeyToPublic.mjs";
import "./tests/PrivateKeyToWIF.mjs";
import "./tests/ChangeExtendedKeyVersion.mjs";
import "./tests/SeedToMPK.mjs";
import "./tests/DecryptKeyStoreFile.mjs";
import "./tests/WIFToPrivateKey.mjs";
import "./tests/SeedphraseToSeed.mjs";
import "./tests/DeserializeExtendedKey.mjs";
import "./tests/GetAllCasings.mjs";
import "./tests/SIGABA.mjs";
import "./tests/ELFInfo.mjs";