CryptoChef

This commit is contained in:
bee-san 2023-12-21 20:54:43 +00:00
commit eebecb51ce
36 changed files with 18366 additions and 4154 deletions

View file

@ -118,6 +118,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";