ErrLookup › gchq/CyberChef
gchq/CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis · JavaScript · 651 source files
Analyzed at 4290ea7539 on 2026-08-13. 609 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Data is not a valid ${Dish.enumLookup(type)}: ${sample} | validation | error | dish, type-mismatch, validation, disherror |
| Error translating from ${Dish.enumLookup(this.type)} to Arra | exception | error | dish, translation, arraybuffer, disherror |
| Error translating from ArrayBuffer to ${Dish.enumLookup(toTy | exception | error | dish, translation, type-conversion, disherror |
| ${this.name} cannot be empty. | validation | error | ingredient, validation, required-field, operationerror |
| ${this.name} length cannot exceed ${this.maxLength}. | validation | error | ingredient, validation, length-limit, string, operationerror |
| ${this.name} must be a number. | validation | error | ingredient, validation, number, operationerror |
| ${this.name} must be an integer. | validation | error | ingredient, validation, integer, number, operationerror |
| ${this.name} must be greater than or equal to ${this.min}. | validation | error | ingredient, validation, range, number, operationerror |
| ${this.name} must be less than or equal to ${this.max}. | validation | error | ingredient, validation, range, number, operationerror |
| ${this.name} must be one of the following: ${permittedOption | validation | error | ingredient, validation, option, dropdown, operationerror |
| Invalid ingredient value. Not a number: ${sample} | validation | error | ingredient, number, coercion, operationerror |
| Failed to set value of ingredient '${this._ingList[i].name}' | exception | error | operation, ingredient, hydration, operationerror |
| Failed to hydrate operation '${o.name}': ${err} | exception | error | recipe, hydration, operation-not-found, error |
| Invalid recipe | validation | error | recipe, parsing, pretty-recipe, syntax, error |
| Invalid Base64 alphabet length (${alphabet.length}): ${alpha | validation | error | base64, encoding, alphabet, validation, operationerror |
| Error: Base64 alphabet should be 64 characters long, or 65 w | validation | error | base64, decoding, alphabet, validation, operationerror |
| Error: Invalid Base64 input length (${data.length}). Cannot | validation | error | base64, decoding, input-validation, strict-mode |
| Error: Base64 padding character (${pad}) not used in the cor | validation | error | base64, decoding, padding, strict-mode, input-validation |
| Error: Base64 not padded to a multiple of 4. | validation | error | base64, decoding, padding, strict-mode, input-validation |
| Error: Base64 input contains non-alphabet char(s) | validation | error | base64, decoding, alphabet, strict-mode, input-validation |
| Invalid value | validation | error | base92, encoding, range-error, input-validation |
| ${val} is not a base92 character | validation | error | base92, decoding, alphabet, input-validation |
| Invalid padding: too many bits remaining | validation | error | bech32, decoding, bip-0173, padding, input-validation |
| Invalid padding: non-zero bits in padding | exception | error | bech32, decoding, bip-0173, padding, canonical |
| Human-Readable Part (HRP) cannot be empty. | exception | error | bech32, encoding, hrp, input-validation |
| HRP contains invalid character at position ${i}. Only printa | exception | error | bech32, encoding, hrp, ascii, input-validation |
| Invalid witness version: ${witnessVersion}. Must be 0-16. | exception | error | bech32, segwit, bitcoin, bip-0173, input-validation |
| Invalid witness program length: ${witnessProgram.length}. Mu | exception | error | bech32, segwit, bitcoin, bip-0141, input-validation |
| Invalid witness program length for v0: ${witnessProgram.leng | exception | error | bech32, segwit, bitcoin, bip-0173, consensus, input-validation |
| Encoded string exceeds maximum length of 90 characters (got | exception | error | bech32, encoding, bip-0173, length-limit, input-validation |
| Input cannot be empty. | exception | error | bech32, decoding, input-validation, empty-input |
| Invalid Bech32 string: exceeds maximum length of 90 characte | exception | error | bech32, decoding, bip-0173, length-limit, input-validation |
| Invalid Bech32 string: mixed case is not allowed. Use all up | exception | error | bech32, decoding, bip-0173, case-sensitivity, input-validation |
| Invalid Bech32 string: no separator '1' found. | exception | error | bech32, decoding, separator, format-detection, input-validation |
| Invalid Bech32 string: Human-Readable Part (HRP) cannot be e | exception | error | bech32, decoding, hrp, separator, input-validation |
| Invalid Bech32 string: data part is too short (minimum 6 cha | exception | error | bech32, decoding, checksum, length-limit, input-validation |
| The value of `a` must be coprime to 26. | exception | error | cryptography, affine-cipher, input-validation, math |
| Unable to detect the input delimiter automatically. | exception | error | coordinates, geo, input-validation, delimiter-detection |
| Unable to detect the input format automatically. | exception | error | coordinates, geo, input-validation, format-detection |
| Invalid co-ordinate format for Degrees Minutes Seconds | exception | error | coordinates, geo, input-validation, dms |
| Invalid co-ordinate format for Degrees Decimal Minutes. | exception | error | coordinates, geo, input-validation, ddm |
| Invalid co-ordinate format for Decimal Degrees. | exception | error | coordinates, geo, input-validation, decimal-degrees |
| Unknown input format '${inFormat}' | exception | error | coordinates, geo, input-validation, enum |
| Could not convert co-ordinates to OS National Grid. Are the | exception | error | coordinates, geo, osng, range-check, output-format |
| Error converting co-ordinates. | exception | error | coordinates, geo, input-validation, output-format, enum |
| Rotor wiring must be 26 unique uppercase letters | exception | error | enigma, cryptography, input-validation, rotor |
| Rotor steps must be 0-26 unique uppercase letters | exception | error | enigma, cryptography, input-validation, rotor |
| Rotor ring setting must be exactly one uppercase letter | exception | error | enigma, cryptography, input-validation, rotor |
| Rotor initial position must be exactly one uppercase letter | exception | error | enigma, cryptography, input-validation, rotor |
| Rotor wiring must have each letter exactly once | exception | error | enigma, cryptography, input-validation, rotor, permutation |
| Rotor steps must be unique | exception | warning | enigma, cryptography, input-validation, rotor |
| ${name} must be a whitespace-separated list of uppercase let | exception | error | enigma, cryptography, input-validation, plugboard, reflector |
| ${name} connects ${pair[0]} more than once | exception | error | enigma, cryptography, input-validation, plugboard, reflector, duplicate |
| ${name} connects ${pair[1]} more than once | exception | error | enigma, plugboard, reflector, validation, duplicate, configuration |
| Reflector must have exactly 13 pairs covering every letter | exception | error | enigma, reflector, validation, configuration, completeness |
| Invalid marker while parsing JPEG at pos ${stream.position}: | exception | error | jpeg, file-format, parsing, corruption, file-signatures |
| Unable to parse JPEG successfully | exception | error | jpeg, file-format, truncation, parsing, file-signatures |
| Not a valid RTF file | exception | error | rtf, file-format, validation, file-signatures |
| Invalid block type while parsing DEFLATE stream at pos ${str | exception | error | deflate, compression, parsing, corruption, file-signatures |
| Caught in probable infinite loop while parsing Huffman Block | exception | error | deflate, huffman, dos-guard, corruption, file-signatures |
| Invalid Huffman Code length while parsing DEFLATE block at p | exception | error | deflate, huffman, parsing, corruption, file-signatures |
| Byte length must be a positive integer | exception | error | hex, validation, argument, parsing |
| IPv4 CIDR must be less than 32 | exception | error | ip, ipv4, cidr, validation, range |
| IPv6 CIDR must be less than 128 | exception | error | ip, ipv6, cidr, validation, range |
| More than 4 blocks. | exception | error | ip, ipv4, validation, parsing |
| Block out of range. | exception | error | ip, ipv4, validation, range |
| Badly formatted IPv6 address. | exception | error | ip, ipv6, validation, parsing |
| Data is not a valid TLS Client Hello. QUIC is not yet suppor | exception | error | tls, ja4, networking, fingerprinting, quic |
| Data is not a valid TLS Server Hello. QUIC is not yet suppor | exception | error | tls, ja4, networking, fingerprinting, quic |
| Letter ${letter} is not included in LS47 | exception | error | ls47, crypto, alphabet, validation, initialization |
| Wrong key size | validation | error | cryptography, ls47, validation, user-input |
| Letter ${elem} not in LS47 | validation | error | cryptography, ls47, validation, upstream-bug |
| Letter duplicated in the key | validation | error | cryptography, ls47, validation, upstream-bug |
| Letter ${letter} is not in the key | exception | error | cryptography, ls47, validation, user-input |
| Malformed LZNT1 stream: Block too small! Has the stream been | exception | error | compression, lznt1, ntfs, data-corruption |
| Malformed LZNT1 stream: Invalid shift! | exception | error | compression, lznt1, ntfs, data-corruption |
| Byte length must be a positive integer | validation | error | encoding, modhex, yubico, validation, user-input |
| Did not provide passphrase with locked private key. | validation | error | cryptography, pgp, key-management, authentication |
| Could not import private key: ${err} | exception | error | cryptography, pgp, key-management, error-wrapping |
| Could not import public key: ${err} | exception | error | cryptography, pgp, key-management, error-wrapping |
| unexpected character encountered: "${character}" | validation | warning | encoding, parity, binary, validation, user-input |
| No padding requested but input is not a ${blockSize}-byte mu | validation | error | cryptography, present, padding, validation |
| Unknown padding type: ${padding} | exception | error | cryptography, present, padding, api-misuse, validation |
| Invalid PKCS#5 padding. | exception | error | cryptography, present, padding, decryption, wrong-key |
| Invalid BIT padding. | exception | error | cryptography, present, padding, decryption, wrong-key |
| Invalid block cipher mode: ${mode} | exception | error | cryptography, present, block-mode, api-misuse, validation |
| Invalid ciphertext length: ${cipherText.length} bytes. Must | validation | error | cryptography, present, block-mode, data-corruption, validation |
| Protobuf input must be a byteArray or Uint8Array | validation | error | protobuf, type-check, constructor, bytearray |
| Schema Error: Schema not defined | validation | error | protobuf, schema, encode, validation |
| Input Error: ${error} | validation | error | protobuf, schema, encode, validation, input-error |
| Schema ${error} | validation | error | protobuf, schema, parse, validation |
| Input ${error} | validation | error | protobuf, schema, decode, validation, input-error |
| Exhausted Buffer | exception | error | protobuf, decode, buffer, truncation, validation |
| Unknown type 0x${type.toString(16)} | exception | error | protobuf, decode, wire-type, validation |
| Error opening image. (${err}) | exception | error | qrcode, image, jimp, validation, operation-error |
| Error normalising image. (${err}) | exception | warning | qrcode, image, jimp, normalise |
| Could not read a QR code from the image. | exception | warning | qrcode, image, jsqr, not-found, operation-error |
| Unsupported QR code format. | validation | error | qrcode, format, validation, operation-error |
| Error generating QR code. (${err}) | exception | error | qrcode, generation, capacity, operation-error |
| Error generating QR code. | exception | error | qrcode, generation, operation-error |
| No padding requested but input is not a ${blockSize}-byte mu | validation | error | crypto, rc6, padding, block-cipher, operation-error |
| Unknown padding type: ${padding} | exception | error | crypto, rc6, padding, validation, operation-error |
| Invalid PKCS#5 padding. | exception | error | crypto, rc6, padding, pkcs5, decrypt, operation-error |
| Invalid BIT padding. | exception | error | crypto, rc6, padding, bit-padding, decrypt, operation-error |
| Invalid block cipher mode: ${mode} | exception | error | rc6, cipher, block-mode, enum, argument-error |
| Invalid ciphertext length: ${originalLength} bytes. Must be | exception | error | rc6, cipher, block-mode, validation, decryption |
| Invalid Public Key | exception | error | sm2, ecc, public-key, validation, argument-error |
| Decryption Error -- Computed Hashes Do Not Match | exception | error | sm2, ecc, decryption, integrity, mac-failure |
| No padding requested in ${mode} mode but input is not a 16-b | exception | error | sm4, cipher, padding, block-mode, validation |
| Invalid block cipher mode: ${mode} | exception | error | sm4, cipher, block-mode, enum, argument-error |
| With ECB or CBC modes, the input must be divisible into 16 b | exception | error | sm4, cipher, block-mode, validation, decryption |
| Invalid PKCS#7 padding. | exception | error | sm4, cipher, padding, pkcs7, decryption |
| No padding requested but input length (${message.length} byt | exception | error | tea, xtea, cipher, padding, block-mode, validation |
| Unknown padding type: ${padding} | exception | error | tea, xtea, cipher, padding, enum, argument-error |
| Invalid PKCS#5 padding. | exception | error | tea, xtea, cipher, padding, pkcs5, decryption |
| Invalid BIT padding. | exception | error | tea, xtea, cipher, padding, bit-padding, decryption |
| Invalid block cipher mode: ${mode} | exception | error | crypto, tea, block-cipher-mode, argument-validation |
| Invalid ciphertext length: ${originalLength} bytes. Must be | exception | error | crypto, tea, decryption, block-alignment, argument-validation |
| Not handshake data. | exception | error | tls, parsing, handshake, protocol-validation |
| Incorrect handshake length. | exception | error | tls, parsing, record-framing, length-validation |
| Not enough data in Handshake message. | exception | error | tls, parsing, handshake, framing, length-validation |
| Not a known handshake message. | exception | error | tls, parsing, handshake, unsupported-message |
| No padding requested but input is not a ${blockSize}-byte mu | exception | error | crypto, twofish, padding, block-alignment, argument-validation |
| Unknown padding type: ${padding} | exception | error | crypto, twofish, padding, argument-validation |
| Invalid PKCS#5 padding. | exception | error | crypto, twofish, padding, decryption, data-integrity |
| Invalid BIT padding. | exception | error | crypto, twofish, padding, decryption, data-integrity |
| Invalid block cipher mode: ${mode} | exception | error | crypto, twofish, block-cipher-mode, argument-validation |
| Invalid ciphertext length: ${originalLength} bytes. Must be | exception | error | crypto, twofish, decryption, block-alignment, argument-validation |
| Typex must have 5 rotors | exception | error | crypto, typex, rotor-config, argument-validation |
| Plugboard wiring must be 26 unique uppercase letters | exception | error | crypto, typex, plugboard, wiring, argument-validation |
| err.message.replace("Rotor", "Plugboard") | exception | error | crypto, typex, plugboard, wiring, permutation-validation |
| Error: all numbers must be between 1 and 26. | exception | error | cipher, a1z26, validation, input-parsing |
| Invalid key length: ${key.length} bytes The following algor | exception | error | aes, crypto, key-management, validation |
| Input is too short to contain an IV of ${ivLength} bytes. | exception | error | aes, iv, validation |
| Unable to decrypt input with these parameters. | exception | error | aes, crypto, decryption, auth |
| Invalid key length: ${key.length} bytes The following algor | exception | error | aes, crypto, key-management, validation |
| Input length must be a multiple of 16 bytes for NoPadding mo | exception | error | aes, padding, validation |
| KEK must be either 16, 24, or 32 bytes (currently " + kek.le | exception | error | aes, key-wrap, kek, validation |
| IV must be 8 bytes (currently " + iv.length + " bytes) | exception | error | aes, key-wrap, iv, validation |
| input must be 8n (n>=3) bytes (currently " + inputData.lengt | exception | error | aes, key-wrap, validation, length |
| IV mismatch | exception | error | aes, key-wrap, integrity, auth |
| KEK must be either 16, 24, or 32 bytes (currently " + kek.le | exception | error | aes, key-wrap, kek, validation |
| IV must be 8 bytes (currently " + iv.length + " bytes) | exception | error | aes, key-wrap, iv, validation |
| input must be 8n (n>=2) bytes (currently " + inputData.lengt | exception | error | aes, key-wrap, validation, length |
| Invalid file type. | exception | error | image, jimp, validation, file-type |
| Error loading image. (${err}) | exception | error | image, jimp, decode |
| Error preparing fonts. (${err}) | exception | error | image, jimp, fonts, build, bundling |
| Error loading font. (${err}) | exception | error | image, jimp, fonts, loading |
| Error adding text to image. (${err}) | exception | error | image, jimp, rendering, blit |
| Error exporting image. (${err}) | exception | error | image, jimp, export, encode |
| The values of a and b can only be integers. | exception | error | cipher, input-validation, affine-cipher, argument-validation |
| The value of `a` must be coprime to 26. | exception | error | cipher, affine-cipher, math, argument-validation |
| Invalid hash | exception | error | hash, input-validation, format |
| Invalid UUID | exception | error | uuid, input-validation, format |
| Error: ${err.message} | exception | error | crypto, kdf, argon2, parameter-validation |
| Invalid key length: ${key.length} bytes. Ascon-AEAD128 requ | exception | error | crypto, aead, ascon, key-length |
| Invalid nonce length: ${nonce.length} bytes. Ascon-AEAD128 | exception | error | crypto, aead, ascon, nonce-length |
| Unable to decrypt: authentication failed. The ciphertext, ke | exception | error | crypto, aead, ascon, authentication |
| Invalid key length: ${key.length} bytes. Ascon-AEAD128 requ | exception | error | crypto, aead, ascon, key-length |
| Invalid nonce length: ${nonce.length} bytes. Ascon-AEAD128 | exception | error | crypto, aead, ascon, nonce-length |
| Invalid key length: ${keyArray.length} bytes. Ascon-Mac req | exception | error | crypto, mac, ascon, key-length |
| Please provide an input. | exception | error | avro, input-validation, empty-input |
| Key cannot be greater than 64 bytes It is currently " + key. | exception | error | crypto, hash, blake2, key-length |
| Key cannot be greater than 32 bytes It is currently " + key. | exception | error | crypto, hash, blake2, key-length |
| The key must be exactly 32 bytes long | exception | error | crypto, hash, blake3, key-length |
| ${err.toString()} | exception | error | bson, serialization, format, input-validation |
| ${err.toString()} | exception | error | bson, serialization, format, json |
| ${err.toString()} | exception | error | crypto, bcrypt, password, input-validation |
| Error: ${err.toString()} | exception | error | crypto, bcrypt, password, input-validation |
| The key must consist only of letters in the English alphabet | exception | error | cipher, bifid-cipher, input-validation |
| The key must consist only of letters in the English alphabet | exception | error | cipher, validation, alphabet, bifid |
| Invalid key length: ${key.length} bytes Blowfish's key leng | exception | error | crypto, blowfish, key-length, validation |
| Invalid IV length: ${iv.length} bytes. Expected 8 bytes. | exception | error | crypto, blowfish, iv-length, validation |
| Unable to decrypt input with these parameters. | exception | error | crypto, blowfish, decryption-failure, block-size |
| Invalid key length: ${key.length} bytes Blowfish's key leng | exception | error | crypto, blowfish, key-length, validation |
| Invalid IV length: ${iv.length} bytes. Expected 8 bytes. | exception | error | crypto, blowfish, iv-length, validation |
| Invalid file type. | exception | error | image, validation, file-type, blur |
| Error loading image. (${err}) | exception | error | image, jimp, decode, blur |
| Error blurring image. (${err}) | exception | error | image, jimp, blur, runtime |
| Crib cannot be empty | exception | error | cipher, bombe, validation, crib |
| Offset cannot be negative | exception | error | cipher, bombe, validation, offset |
| Please provide an input. | exception | error | compression, bzip2, validation, empty-input |
| Please provide an input. | exception | error | compression, bzip2, validation, empty-input |
| The key for AES must be either 16, 24, or 32 bytes (currentl | exception | error | crypto, cmac, aes, key-length, validation |
| The key for Triple DES must be 16 or 24 bytes (currently ${k | exception | error | crypto, cmac, tripledes, key-length, validation |
| Undefined encryption algorithm | exception | error | crypto, cmac, validation, algorithm |
| Invalid custom CRC arguments | exception | error | crc, validation, bigint, checksum |
| Unknown checksum algorithm | exception | error | crc, validation, algorithm, checksum |
| Invalid input HTML. | exception | error | html, css, xmldom, parsing, selector |
| Invalid CSS Selector. Details: ${err.message} | exception | error | css, selector, nwmatcher, html-parsing |
| Unable to parse CSV: ${err} | exception | error | csv, json, parsing, delimiters |
| Incorrect number of sets, perhaps you need to modify the sam | exception | error | cartesian-product, math, input-validation, delimiters |
| Invalid key length: ${key.length} bytes. ChaCha uses a key | exception | error | chacha, cryptography, key-length, input-validation |
| Invalid nonce length: ${nonce.length} bytes. ChaCha uses a | exception | error | chacha, cryptography, nonce, input-validation |
| Unsupported input IP format | exception | error | ip-format, network, config, switch-default |
| Unsupported output IP format | exception | error | ip-format, network, config, switch-default |
| Incorrect hash length | exception | error | citrix, hash, decode, input-validation |
| Invalid ITA2 character : ${errltr} | exception | error | colossus, ita2, input-validation, cryptography |
| Switch R${qr+1}-Q${a+1} can only be set to blank, . or x | exception | error | colossus, switch-config, input-validation, regex |
| Switch Add-Equals can only be set to blank, . or x | exception | error | colossus, switch-config, input-validation, regex |
| Set Total must be between 0000 and 9999 | exception | error | colossus, numeric-range, input-validation, counter |
| Ψ1 start must be between 1 and 43 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Ψ2 start must be between 1 and 47 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Ψ3 start must be between 1 and 51 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Ψ4 start must be between 1 and 53 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Ψ5 start must be between 1 and 59 | exception | error | colossus, wheel-start, numeric-range, bug, input-validation |
| Μ37 start must be between 1 and 37 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Μ61 start must be between 1 and 61 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Χ1 start must be between 1 and 41 | exception | error | colossus, wheel-start, numeric-range, input-validation |
| Χ2 start must be between 1 and 31 | exception | error | cyberchef, colossus, lorenz, range-check, validation, operation-error |
| Χ3 start must be between 1 and 29 | exception | error | cyberchef, colossus, lorenz, range-check, validation, operation-error |
| Χ4 start must be between 1 and 26 | exception | error | cyberchef, colossus, lorenz, range-check, validation, operation-error |
| Incorrect number of samples. | exception | error | cyberchef, fuzzy-hash, ctph, input-validation, operation-error |
| Incorrect number of samples. | exception | error | cyberchef, fuzzy-hash, ssdeep, input-validation, operation-error |
| Invalid file type. | exception | error | cyberchef, image, jimp, file-type, input-validation, operation-error |
| Error loading image. (${err}) | exception | error | cyberchef, image, jimp, decode, operation-error |
| Error containing image. (${err}) | exception | error | cyberchef, image, jimp, resize, operation-error |
| Invalid file format. | exception | error | cyberchef, image, jimp, file-type, input-validation, operation-error |
| Error opening image file. (${err}) | exception | error | cyberchef, image, jimp, decode, operation-error |
| Error converting image format. (${err}) | exception | error | cyberchef, image, jimp, encode, operation-error |
| Invalid file type. | exception | error | cyberchef, image, jimp, file-type, present, operation-error |
| Invalid file type. | exception | error | cyberchef, image, jimp, file-type, input-validation, operation-error |
| Error loading image. (${err}) | exception | error | cyberchef, image, jimp, decode, operation-error |
| Error covering image. (${err}) | exception | error | cyberchef, image, jimp, resize, operation-error |
| Invalid file type. | exception | error | cyberchef, image, jimp, file-type, input-validation, operation-error |
| Error loading image. (${err}) | exception | error | cyberchef, image, jimp, decode, operation-error |
| Error cropping image. (${err}) | exception | error | cyberchef, image, jimp, crop, operation-error |
| Invalid key length: ${key.length} bytes DES uses a key leng | exception | error | crypto, des, key-length, validation |
| Invalid IV length: ${iv.length} bytes DES uses an IV length | exception | error | crypto, des, iv-length, validation |
| Unable to decrypt input with these parameters. | exception | error | crypto, des, decryption, padding |
| Invalid key length: ${key.length} bytes DES uses a key leng | exception | error | crypto, des, key-length, validation |
| Invalid IV length: ${iv.length} bytes DES uses an IV length | exception | error | crypto, des, iv-length, validation |
| ${error.toString()} This error could be caused by one of th | exception | error | network, dns, url-validation |
| Error making request to ${url} ${e.toString()} | exception | error | network, dns, fetch, cors |
| Invalid encoding | exception | error | encoding, codepage, validation, programmatic |
| L must be non-negative | exception | error | crypto, hkdf, validation, argument |
| L too large (maximum length for ${args[2]} is ${255 * HashLe | exception | error | crypto, hkdf, validation, argument |
| Incorrect number of samples, perhaps you need to modify the | exception | error | text, diff, validation, delimiter |
| Invalid 'Diff by' option. | exception | error | text, diff, validation, programmatic |
| Invalid hexadecimal input. Please provide valid hex characte | exception | error | disassembly, arm, hex, validation |
| Invalid hexadecimal input. Length must be even. | exception | error | disassembly, arm, hex, validation |
| Failed to initialise Capstone disassembler: ${e} | exception | error | disassembly, arm, capstone, wasm |
| No valid ${architecture} instructions found in input. The by | exception | error | disassembly, arm, capstone, architecture |
| Disassembly failed: ${e} | exception | error | disassembly, arm, capstone, runtime |
| Invalid mode value | exception | error | disassembly, x86, validation, programmatic |
| Invalid file type. | exception | error | image, file-type, dither, validation |
| Error loading image. (${err}) | exception | error | image-processing, jimp, input-validation, operation-error |
| Error applying dither to image. (${err}) | exception | error | image-processing, jimp, encoding, operation-error |
| 'Drop every' must be a positive integer. | exception | error | input-validation, argument-validation, byte-manipulation, operation-error |
| 'Starting at' must be a positive or zero integer. | exception | error | input-validation, argument-validation, byte-manipulation, operation-error |
| Please enter a private key. | exception | error | crypto, ecdsa, key-validation, operation-error |
| Provided key is not an EC key. | exception | error | crypto, ecdsa, key-validation, jsrsasign, operation-error |
| Provided key is not a private key. | exception | error | crypto, ecdsa, key-validation, jsrsasign, operation-error |
| Signature format could not be detected | exception | error | crypto, ecdsa, signature, format-detection, operation-error |
| No "r" value in the signature JSON | exception | error | crypto, ecdsa, signature, json, operation-error |
| No "s" value in the signature JSON | exception | error | crypto, ecdsa, signature, json, operation-error |
| Please enter a public key. | exception | error | crypto, ecdsa, key-validation, operation-error |
| Signature format could not be detected | exception | error | crypto, ecdsa, signature, format-detection, operation-error |
| No "r" value in the signature JSON | exception | error | crypto, ecdsa, signature, json, operation-error |
| No "s" value in the signature JSON | exception | error | crypto, ecdsa, signature, json, operation-error |
| Provided key is not an EC key. | exception | error | crypto, ecdsa, key-validation, jsrsasign, operation-error |
| Provided key is not a public key. | exception | error | crypto, ecdsa, key-validation, jsrsasign, operation-error |
| Invalid ELF | exception | error | binary-parsing, elf, input-validation, operation-error |
| Invalid encoding | exception | error | encoding, text, codepage, input-validation, operation-error |
| Rotor ${i} must be provided. | exception | error | cipher, enigma, input-validation, argument-validation, operation-error |
| Value a must be defined | exception | error | validation, number-theory, argument-required |
| Value b must be defined | exception | error | validation, number-theory, argument-required |
| Values a and b must be defined | exception | error | validation, number-theory, argument-required |
| No input data. Load an audio file (drag/drop or use the open | exception | error | validation, audio, input-required, arraybuffer |
| Could not extract EXIF data from image: ${err} | exception | error | image, exif, metadata, parse-error, input-validation |
| Error while attempting to extract ${detectedFile.fileDetails | exception | warning | file-carving, forensics, extraction, config |
| No valid ID3 header. | exception | error | audio, id3, mp3, header-validation, input-validation |
| Unknown Frame Identifier: ${id} | exception | error | audio, id3, mp3, parse-error, data-corruption |
| Please enter a valid image file. | exception | error | image, steganography, input-validation, lsb |
| Error: Bit argument must be between 0 and 7 | exception | error | image, steganography, argument-validation, lsb, range-error |
| Please enter a valid image file. | exception | error | image, steganography, input-validation, rgba |
| ${err} | exception | error | crypto, encryption, fernet, key-validation, decrypt |
| ${err} | exception | error | crypto, encryption, fernet, key-validation, encrypt |
| Invalid regex. Details: ${err.message} | exception | error | regex, validation, syntax-error, xregexp |
| Invalid Flask token format. Expected payload.timestamp.signa | exception | error | crypto, flask, session, format-validation, cookie |
| Invalid Base64 payload | exception | error | crypto, flask, session, base64, decode-error |
| Unable to decode JSON payload: ${e.message} | exception | error | crypto, flask, session, json, decode-error |
| Secret key required | exception | error | crypto, flask, session, hmac, key-required |
| Secret key required | exception | error | crypto, flask, session, hmac, key-required |
| Invalid Flask token format. Expected payload.timestamp.signa | exception | error | crypto, flask, session, format-validation, cookie |
| Invalid Base64 payload | exception | error | flask, base64, session-cookie, crypto, input-validation |
| Invalid signature! | exception | error | flask, hmac, signature, session-cookie, crypto, authentication |
| Unable to decode JSON payload: ${e.message} | exception | error | flask, json, session-cookie, deserialization, crypto |
| Invalid input file type. | exception | error | image, jimp, file-type, input-validation, arraybuffer |
| Error loading image. (${err}) | exception | error | image, jimp, decode, file-type, corruption |
| Error flipping image. (${err}) | exception | error | image, jimp, encode, memory, processing |
| Invalid file type. | exception | warning | image, presentation, file-type, ui, defensive-check |
| No data | exception | warning | statistics, empty-input, input-validation, arraybuffer |
| Invalid input | exception | error | bcd, binary, input-format, parsing, input-validation |
| Value ${Utils.bin(n, 4)} is not in the encoding scheme | exception | error | bcd, encoding, scheme, input-validation, parsing |
| Error: Radix argument must be between 2 and 36 | exception | error | radix, bignumber, argument-validation, numeric |
| Character not in alphabet: '${c}' | exception | error | base45, alphabet, input-validation, parsing |
| Triplet too large: '${triple.join("")}' | exception | error | base45, decode, data-corruption, range |
| Alphabet must be of length 58 | exception | error | base58, alphabet, argument-validation, config |
| Char '${c}' at position ${charIndex} not in alphabet | exception | error | base58, alphabet, input-validation, parsing |
| Alphabet must be of length 85 | exception | error | base85, ascii85, alphabet, argument-validation, config |
| The all-zero group char cannot appear in the alphabet | exception | error | base85, ascii85, alphabet, argument-validation, config |
| Error: Base argument must be between 2 and 36 | exception | error | charcode, radix, argument-validation, numeric |
| Could not decode MessagePack to JSON: ${err} | exception | error | messagepack, notepack, decode, binary, input-validation |
| Unrecognised unit | exception | error | datetime, unix-timestamp, argument-validation, config |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, argument-validation, recipe-config |
| ${err} | exception | error | crypto, gost, cipher, input-validation |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, argument-validation, recipe-config |
| ${err} | exception | error | crypto, gost, cipher, input-validation |
| ${err} | exception | error | crypto, gost, hash, input-validation |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, key-wrap, argument-validation |
| Incorrect input length. Must be a multiple of the block size | exception | error | crypto, gost, key-wrap, input-length |
| ${err} | exception | error | crypto, gost, key-wrap, input-validation |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, key-wrap, argument-validation |
| Incorrect input length. Must be a multiple of the block size | exception | error | crypto, gost, key-wrap, input-length |
| ${err} | exception | error | crypto, gost, key-wrap, input-validation |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, mac, argument-validation |
| ${err} | exception | error | crypto, gost, mac, input-validation |
| Unknown algorithm version: ${version} | exception | error | crypto, gost, mac, argument-validation |
| Unknown hash input type: ${inputType} | exception | error | hash, checksum, internal, argument-validation |
| Invalid alphabet size, required to be between 2 and 9 (inclu | exception | warning | combinatorics, de-bruijn, argument-validation, bounds |
| Invalid alphabet size, required to be integer. | exception | warning | combinatorics, de-bruijn, argument-validation, type |
| Invalid key length, required to be integer. | exception | warning | combinatorics, de-bruijn, argument-validation, type |
| Invalid key length, required to be at least 2. | exception | warning | combinatorics, de-bruijn, argument-validation, bounds |
| Too many permutations, please reduce k^n to under 50,000. | exception | warning | combinatorics, de-bruijn, argument-validation, resource-limits |
| Invalid secret. The input must be a valid base32 string (cha | exception | error | otp, base32, hotp, user-input, argument-validation |
| Unsupported Mode: (${mode}) | exception | error | image, argument-validation, enum, user-input |
| Number of bytes is not a divisor of ${bytesPerPixel} | exception | error | image, input-validation, user-input |
| Error while generating image from pixel values. (${err}) | exception | error | image, jimp, pixel, runtime |
| Error generating image. (${err}) | exception | error | image, jimp, png, encoding, runtime |
| Invalid file type. | exception | error | image, present, file-type, runtime |
| Invalid length type | exception | error | lorem-ipsum, argument-validation, enum, user-input |
| Length must be greater than 0 | exception | error | lorem-ipsum, argument-validation, numeric, user-input |
| Length must be less than ${maxLoremWords} | exception | warning | lorem-ipsum, argument-validation, limit, user-input |
| Length must be less than ${maxLoremCharacters} | exception | warning | lorem-ipsum, argument-validation, limit, user-input |
| Bit length must be at least 2 | exception | error | prime, crypto, argument-validation, numeric, user-input |
| Bit length limited to 4096 bits for performance reasons | exception | warning | prime, crypto, argument-validation, limit, performance, user-input |
| Failed to generate prime after ${maxAttempts} attempts. Try | exception | error | prime, crypto, retry, rng, runtime |
| Invalid file type. | exception | error | qr-code, present, file-type, runtime |
| Invalid secret. The input must be a valid base32 string (cha | exception | error | otp, base32, totp, user-input, argument-validation |
| Invalid UUID version | exception | error | uuid, argument-validation, enum, user-input |
| Invalid UUID namespace | exception | error | uuid, argument-validation, namespace, user-input |
| Unknown granularity value: ${granularity} | exception | error | time, argument-validation, enum, user-input |
| CIDR must be less than 32 for IPv4 or 128 for IPv6 | exception | error | ipv4, ipv6, subnet, cidr, argument-validation |
| Incorrect packet length. | exception | error | ssh, hassh, fingerprinting, binary-parsing, packet-length |
| Not a Key Exchange Init. | exception | error | ssh, hassh, fingerprinting, message-code, kex-init |
| Incorrect packet length. | exception | error | ssh, hassh, fingerprinting, binary-parsing, packet-length |
| Not a Key Exchange Init. | exception | error | ssh, hassh, fingerprinting, message-code, kex-init |
| Error: Null response. Try setting the connection mode to COR | exception | warning | http, fetch, cors, cross-origin, browser |
| ${e.toString()}\n\nThis error could be caused by one of the | exception | warning | http, fetch, cors, mixed-content, url-validation |
| Error: You can only calculate the edit distance between 2 st | exception | error | hamming-distance, delimiter, argument-validation, string-metric |
| Error: Both inputs must be of the same length. | exception | error | hamming-distance, length-mismatch, argument-validation, string-metric |
| Input must in the format lat1, lng1, lat2, lng2 | exception | error | haversine, geo, coordinate-format, regex, argument-validation |
| Number of vertical bins must be greater than 0 | exception | error | chart, heatmap, bins, argument-validation |
| Number of horizontal bins must be greater than 0 | exception | error | chart, heatmap, bins, argument-validation |
| Invalid file type. | exception | error | image, jimp, file-type, magic-bytes, argument-validation |
| Error loading image. (${err}) | exception | warning | image, jimp, decode-error, corrupt-file |
| Error adjusting image brightness or contrast. (${err}) | exception | warning | image, jimp, processing-error, brightness, contrast |
| Invalid file type. | exception | error | image, jimp, file-type, magic-bytes, argument-validation |
| Error loading image. (${err}) | exception | warning | image, jimp, decode-error, corrupt-file |
| Error applying filter to image. (${err}) | exception | warning | image, jimp, processing-error, greyscale, sepia |
| Invalid file type. | exception | error | image, cyberchef, input-validation, file-format, jimp |
| Error loading image. (${err}) | exception | error | image, jimp, decoding, cyberchef, error-handling |
| Error adjusting image hue / saturation / lightness. (${err}) | exception | error | image, jimp, argument-validation, cyberchef, error-handling |
| Invalid file type. | exception | error | image, cyberchef, input-validation, file-format, jimp |
| Error loading image. (${err}) | exception | error | image, jimp, decoding, cyberchef, error-handling |
| Error changing image opacity. (${err}) | exception | error | image, jimp, argument-validation, cyberchef, error-handling |
| Invalid input file format. | exception | error | image, cyberchef, input-validation, file-format, jimp |
| Error loading image. (${err}) | exception | error | image, jimp, decoding, cyberchef, error-handling |
| Error inverting image. (${err}) | exception | error | image, jimp, error-handling, cyberchef |
| Invalid file type. | exception | error | image, cyberchef, rendering, input-validation, web |
| Not handshake data. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3 |
| Incorrect handshake length. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3 |
| Not a Client Hello. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3 |
| Not enough data in Client Hello. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3 |
| Not handshake data. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3s |
| Incorrect handshake length. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3s |
| Not a Server Hello. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3s |
| Not enough data in Server Hello. | exception | error | tls, network, parsing, cyberchef, input-validation, ja3s |
| Invalid input JSON: ${err.message} | exception | error | json, jpath, input-validation, parse |
| Invalid JPath expression: ${err.message} | exception | error | jpath, jsonpath, query, validation |
| Unable to parse input as JSON.\n${err} | exception | error | json, json5, input-validation, parse |
| Unable to parse JSON to CSV: ${err.toString()} | exception | error | json, csv, conversion, validation |
| Unable to stringify YAML: ${err} | exception | error | yaml, json, conversion, serialization |
| Input is not a JSON Web Key | exception | error | jwk, crypto, key, input-validation |
| Invalid JWK format | exception | error | jwk, crypto, key, validation |
| Unsupported JWK key type '${inputJson.kty}' | exception | error | jwk, crypto, key, validation, bug |
| ${err} | exception | error | jwt, crypto, input-validation, parse |
| Error: Have you entered the key correctly? The key should be | exception | error | jwt, crypto, key, configuration |
| ${verified.message} | exception | error | jwt, crypto, key, verification |
| ${err} | exception | error | jwt, crypto, verification, bug |
| Unable to parse JavaScript.<br>${e.message} | exception | error | javascript, beautify, escodegen, parse |
| Error minifying JavaScript. (${result.error}) | exception | error | javascript, minify, terser, parse |
| Invalid jq expression: ${err.message} | exception | error | jq, json, query, validation |
| Invalid input JSON: ${err.message} | exception | error | json, jsonata, input-validation, parse |
| Invalid Jsonata Expression: ${err.message} | exception | error | jsonata, json, query, validation |
| Invalid size | exception | error | keccak, hash, crypto, argument-validation |
| Unable to find compression function | exception | error | lzstring, compression, argument-validation |
| Unable to find decompression function | exception | error | lzstring, compression, argument-validation |
| Incorrect number of samples. Check your input and/or delimit | exception | error | levenshtein, input-validation, delimiter, edit-distance, argument-mismatch |
| Negative costs are not allowed. | exception | error | levenshtein, argument-validation, edit-distance, numeric-range |
| Ψ1 start must be between 1 and 43 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Ψ2 start must be between 1 and 47 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Ψ3 start must be between 1 and 51 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Ψ4 start must be between 1 and 53 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Ψ5 start must be between 1 and 59 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Μ37 start must be between 1 and 37 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, motor-wheel, numeric-range |
| Μ61 start must be between 1 and 61 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, motor-wheel, numeric-range |
| Χ1 start must be between 1 and 41 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Χ2 start must be between 1 and 31 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Χ3 start must be between 1 and 29 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Χ4 start must be between 1 and 26 | exception | error | lorenz, wheel-position, argument-validation, rotor-cipher, numeric-range |
| Ψ1 custom lugs must be 43 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, string-format |
| Ψ2 custom lugs must be 47 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, string-format |
| Ψ3 custom lugs must be 51 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, string-format |
| Ψ4 custom lugs must be 53 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, string-format |
| Ψ5 custom lugs must be 59 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, string-format |
| M37 custom lugs must be 37 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, motor-wheel, string-format |
| M61 custom lugs must be 61 long and can only include . or x | exception | error | lorenz, custom-pattern, lug-validation, argument-validation, rotor-cipher, motor-wheel, string-format |
| Χ1 custom lugs must be 41 long and can only include . or x | exception | error | lorenz, cipher, validation, input-length, wheel-pattern |
| Χ2 custom lugs must be 31 long and can only include . or x | exception | error | lorenz, cipher, validation, input-length, wheel-pattern |
| Χ3 custom lugs must be 29 long and can only include . or x | exception | error | lorenz, cipher, validation, input-length, wheel-pattern |
| Χ4 custom lugs must be 26 long and can only include . or x | exception | error | lorenz, cipher, validation, input-length, wheel-pattern |
| Lorenz model type not recognised | exception | error | lorenz, cipher, validation, enum, config |
| Invalid ITA2 character : ${errltr} | exception | error | lorenz, cipher, validation, ita2, character-encoding |
| Invalid Plaintext character : ${letter} | exception | error | lorenz, cipher, validation, plaintext, character-encoding |
| Character: ${elem} is not valid in radix ${radix}. | exception | error | luhn, checksum, validation, radix, number-format |
| Error: Radix argument must be between 2 and 36 | exception | error | luhn, checksum, validation, radix, argument-range |
| Error: Radix argument must be divisible by 2 | exception | error | luhn, checksum, validation, radix, argument-constraint |
| Size must be between 0 and 512 | exception | error | md6, hash, crypto, validation, argument-range |
| Levels must be greater than 0 | exception | error | md6, hash, crypto, validation, argument-range |
| Unhandled Charset | exception | error | mime, rfc2047, charset, validation, encoding |
| Incorrectly Encoded Word | exception | error | mime, rfc2047, q-encoding, validation, malformed-input |
| Modulus cannot be zero | exception | error | mod, arithmetic, validation, divide-by-zero, number-format |
| Modulus must be defined | exception | error | modular-exponentiation, crypto, rsa, validation, argument-required |
| Base must be defined | exception | error | modular-exponentiation, crypto, rsa, validation, argument-required |
| Exponent must be defined | exception | error | modular-exponentiation, crypto, rsa, validation, argument-required |
| Base and Exponent must be defined | exception | error | modular-exponentiation, crypto, rsa, validation, argument-required |
| Modulus must be greater than zero | exception | error | crypto, modular-arithmetic, argument-validation |
| Value (a) must be defined | exception | error | crypto, modular-arithmetic, argument-validation |
| Modulus (m) must be defined | exception | error | crypto, modular-arithmetic, argument-validation |
| Value (a) and Modulus (m) must be defined | exception | error | crypto, modular-arithmetic, argument-validation |
| Modulus must be greater than zero | exception | error | crypto, modular-arithmetic, argument-validation |
| Inverse does not exist because gcd(a, m) ≠ 1 | exception | error | crypto, modular-arithmetic, number-theory |
| Rotor wiring must be 26 unique uppercase letters | exception | error | crypto, enigma, bombe, validation |
| A minimum of three rotors must be supplied | exception | error | crypto, enigma, bombe, validation |
| A minimum of one reflector must be supplied | exception | error | crypto, enigma, bombe, validation |
| Crib cannot be empty | exception | error | crypto, enigma, bombe, validation |
| Offset cannot be negative | exception | error | crypto, enigma, bombe, validation |
| Invalid file type. | exception | error | image, file-type, validation |
| Error opening image file. (${err}) | exception | error | image, jimp, decode-error, corrupt-file |
| Error normalising image. (${err}) | exception | error | image, jimp, encode-error, dependency |
| Unknown Normalisation Form | exception | error | encoding, unicode, validation, argument-validation |
| Not enough samples, perhaps you need to modify the sample de | exception | warning | comparison, validation, delimiter |
| This operation only works in a browser | exception | error | ocr, environment, browser-only, node |
| Unsupported file type (supported: jpg,png,pbm,bmp) or no fil | exception | error | ocr, image, file-type, validation |
| Error performing OCR on image. (${err}) | exception | error | ocr, tesseract, wasm, browser, image |
| PEM footer '${footer}' not found | exception | error | pem, parsing, base64, cryptography |
| PEM footer '${footer}' not found | exception | error | pem, parsing, jwk, cryptography |
| Unsupported RSA public key format. Only PKCS#8 is supported. | exception | error | pem, rsa, pkcs1, pkcs8, jwk, cryptography |
| DSA keys are not supported for JWK | exception | error | pem, dsa, jwk, cryptography |
| Unsupported PEM type '${match[1]}' | exception | error | pem, parsing, jwk, cryptography |
| Enter the private key of the recipient. | exception | warning | pgp, validation, kbpgp, cryptography |
| Couldn't decrypt message with provided private key: ${err} | exception | error | pgp, kbpgp, decryption, cryptography |
| Enter the public key of the signer. | exception | warning | pgp, validation, kbpgp, cryptography |
| Could not identify a key manager. | exception | error | pgp, kbpgp, signature, cryptography |
| The data does not appear to be signed. | exception | warning | pgp, kbpgp, signature, cryptography |
| Couldn't verify message: ${err} | exception | error | pgp, kbpgp, signature, cryptography |
| Enter the public key of the recipient. | exception | warning | pgp, validation, kbpgp, cryptography |
| Couldn't encrypt message with provided public key: ${err} | exception | error | pgp, kbpgp, encryption, cryptography |
| Enter the private key of the signer. | exception | warning | pgp, validation, kbpgp, cryptography |
| Couldn't sign message: ${err} | exception | error | pgp, kbpgp, signing, cryptography |
| Enter the private key of the signer. | exception | warning | pgp, validation, kbpgp, cryptography |
| Couldn't sign message: ${err} | exception | error | pgp, kbpgp, signing, cryptography |
| Enter the public key of the signer. | exception | warning | pgp, validation, kbpgp, cryptography |
| Could not identify a key manager. | exception | error | pgp, kbpgp, signature, cryptography |
| The data does not appear to be signed. | exception | error | pgp, signature, crypto, kbpgp |
| Couldn't verify message: ${err} | exception | error | pgp, signature, crypto, kbpgp, error-wrapping |
| End of input reached before end of script | exception | error | php, deserialization, parsing, data-integrity |
| Unexpected input found | exception | error | php, deserialization, parsing, data-integrity |
| Unknown type: ${kind} | exception | error | php, deserialization, parsing, unsupported-type |
| Encountered a non-implemented type: ${typeof content} | exception | error | php, serialization, type-error, unreachable-guard |
| Encountered a non-implemented type: ${typeof object} | exception | error | php, serialization, type-error, unreachable-guard |
| Invalid key length: ${key.length} bytes PRESENT uses a key | exception | error | present, cipher, crypto, key-length, validation |
| Invalid IV length: ${iv.length} bytes PRESENT uses an IV le | exception | error | present, cipher, crypto, iv-length, validation |
| Invalid key length: ${key.length} bytes PRESENT uses a key | exception | error | present, cipher, crypto, key-length, validation |
| Invalid IV length: ${iv.length} bytes PRESENT uses an IV le | exception | error | present, cipher, crypto, iv-length, validation |
| Invalid input format selected. | exception | error | ethernet, network, argument-validation, format |
| Invalid input. Enter either a CIDR range (e.g. 10.0.0.0/24) | exception | error | ip, network, parsing, regex, validation |
| Unrecognised input format. | exception | error | ipv4, network, argument-validation, format |
| Invalid IPv6 address | exception | error | ipv6, network, parsing, regex, validation |
| ${err} | exception | error | mongodb, bson, objectid, parsing, validation |
| Invalid file type. | exception | error | qr-code, image, file-type, validation |
| Invalid input format. | exception | error | ssh, key, argument-validation, format |
| Unable to detect input key format. | exception | error | ssh, key, encoding, auto-detection, validation |
| Unrecognised input format. | exception | error | tcp, network, argument-validation, format |
| Need at least 20 bytes for a TCP Header | exception | error | networking, tcp, input-validation, length-check |
| Type or Length size must be greater than 0 | exception | error | parsing, tlv, input-validation, arguments |
| Unrecognised input format. | exception | error | networking, udp, input-validation, config |
| Need 8 bytes for a UDP Header | exception | error | networking, udp, input-validation, length-check |
| Invalid input format. Please enter the permissions in either | exception | error | filesystem, permissions, input-validation, unix |
| failed to format datetime string ${datetime} | exception | error | crypto, x509, crl, parsing, datetime |
| CRL entry extension object missing 'extname' key: ${ext} | exception | error | crypto, x509, crl, parsing, extensions |
| 'cRLNumber' CRL entry extension missing 'num' key: ${ext} | exception | error | crypto, x509, crl, parsing, extensions |
| invalid revoked certificate object, missing either serial nu | exception | error | crypto, x509, crl, parsing, revoked-certificates |
| 'cRLReason' CRL entry extension missing 'code' key: ${ext} | exception | error | crypto, x509, crl, parsing, extensions |
| Invalid or unrecognised file type | exception | error | media, file-type, input-validation, audio, video |
| Invalid file type | exception | error | media, file-type, presentation, audio, video |
| ${err} | exception | error | protobuf, parsing, serialization, input-validation |
| ${error} | exception | error | protobuf, serialization, schema, input-validation |
| Min and Max must be between `-(2^53 - 1)` and `2^53 - 1`. | validation | error | crypto, random, numeric, input-validation |
| Min cannot be larger than Max. | validation | error | crypto, random, numeric, input-validation, arguments |
| Range between Min and Max cannot be larger than `2^53` | validation | error | crypto, random, numeric, input-validation |
| PEM footer '${footer}' not found | validation | error | crypto, x509, certificate, pem, input-validation |
| Unsupported public key type | exception | error | crypto, x509, certificate, public-key, jsrsasign |
| Invalid key length: ${key.length} bytes (expected: 16) | validation | error | crypto, rabbit, key-validation, validation |
| Invalid IV length: ${iv.length} bytes (expected: 0 or 8) | validation | error | crypto, rabbit, iv-validation, validation |
| Key has to be bigger than 2 | validation | error | cipher, rail-fence, key-validation, validation |
| Key should be smaller than the cipher's length | validation | error | cipher, rail-fence, key-validation, validation |
| Offset has to be a positive integer | validation | error | cipher, rail-fence, validation |
| Key has to be bigger than 2 | validation | error | cipher, rail-fence, key-validation, validation |
| Key should be smaller than the plain text's length | validation | error | cipher, rail-fence, key-validation, validation |
| Offset has to be a positive integer | validation | error | cipher, rail-fence, validation |
| Bit length must be at least 2 | validation | error | crypto, prime, validation |
| Bit length limited to 4096 bits for performance reasons | validation | error | crypto, prime, validation, performance |
| Failed to generate prime after ${maxAttempts} attempts. Try | exception | error | crypto, prime, retry, random |
| Please enter a valid image file. | validation | error | image, validation, jimp |
| Error: Invalid output format | validation | error | regex, validation, recipe |
| Invalid regex. Details: ${err.message} | exception | error | regex, xregexp, validation |
| Could not remove EXIF data from image: ${err} | exception | error | image, exif, jpeg, validation |
| Invalid file type | exception | error | image, render, validation |
| Input does not appear to be a PDF file. | exception | error | pdf, render, validation, magic-bytes |
| Invalid file type. | exception | error | image, resize, validation, jimp |
| Error loading image. (${err}) | exception | error | image, resize, jimp, decode-error |
| Error resizing image. (${err}) | exception | error | image, jimp, resize, operation |
| Invalid Decode option | exception | error | rison, encoding, operation, argument |
| Invalid encode option | exception | error | rison, encoding, operation, argument |
| Invalid file type. | exception | error | image, file-type, operation, validation |
| Error loading image. (${err}) | exception | error | image, jimp, decode, operation |
| Error rotating image. (${err}) | exception | error | image, jimp, rotation, operation |
| Invalid size | exception | error | crypto, hash, sha3, operation, argument |
| Input private key must be in hex; and should be 32 bytes | exception | error | crypto, sm2, key, operation, validation |
| Invalid Public Key - Ensure each component is 32 bytes in si | exception | error | crypto, sm2, key, operation, validation |
| Invalid key length: ${key.length} bytes SM4 uses a key leng | exception | error | crypto, sm4, cipher, key, operation, validation |
| Invalid IV length: ${iv.length} bytes SM4 uses an IV length | exception | error | crypto, sm4, cipher, iv, operation, validation |
| Invalid key length: ${key.length} bytes SM4 uses a key leng | exception | error | crypto, sm4, cipher, key, operation, validation |
| Invalid IV length: ${iv.length} bytes SM4 uses an IV length | exception | error | crypto, sm4, cipher, iv, operation, validation |
| Invalid key length: ${key.length} bytes. Salsa20 uses a key | exception | error | crypto, salsa20, cipher, key, operation, validation |
| Invalid nonce length: ${nonce.length} bytes. Salsa20 uses a | exception | error | crypto, salsa20, cipher, nonce, operation, validation |
| Error: ${err} | exception | error | crypto, scrypt, kdf, operation |
| Incorrect number of sets, perhaps you need to modify the sam | exception | error | set, data, delimiter, operation, validation |
| Incorrect number of sets, perhaps you need to modify the sam | exception | error | set, data, delimiter, operation, validation |
| Incorrect number of sets, perhaps you need to modify the sam | exception | error | set-operations, input-validation, delimiter |
| Size must be greater than 0 | exception | error | crypto, hash, sha3, argument-validation |
| Invalid size | exception | error | crypto, hash, sha3, argument-validation |
| Invalid IV length: ${iv.length} bytes TEA uses an IV length | exception | error | crypto, tea, iv, validation, argument |
| Invalid key length: ${key.length} bytes TEA requires a key | exception | error | crypto, tea, key, validation, argument |
| Invalid IV length: ${iv.length} bytes TEA uses an IV length | exception | error | crypto, tea, iv, validation, argument |
| 'Take every' must be a positive integer. | exception | error | validation, argument, integer, bytes |
| 'Starting at' must be a positive or zero integer. | exception | error | validation, argument, integer, bytes |
| ${e} | exception | error | handlebars, template, syntax, json |
| Character at position ${i} exceeds Latin-1 range (0-255). On | exception | error | encoding, latin1, bigint, unicode, validation |
| Invalid input | exception | error | bcd, number, validation, argument |
| Fractional values are not supported by BCD | exception | error | bcd, number, integer, validation |
| Error: Input must be a number | exception | error | number, base, validation, truthiness |
| Error: alphabet must be of length 58 | exception | error | base58, alphabet, validation, argument |
| Error: Alphabet must be of length 85 | exception | error | base85, alphabet, validation, argument |
| Invalid Regular Expression (Please note this version of node | exception | error | regex, syntax, lookbehind, validation, runtime |
| Error: Base argument must be between 2 and 36 | exception | error | charcode, radix, validation, argument |
| Input is not a multiple of ${byteSize} | exception | error | float, ieee754, alignment, validation, bytes |
| Width must be a positive integer | exception | error | hexdump, validation, integer, argument |
| Width must be no more than ${MAX_WIDTH} | exception | error | hexdump, validation, limit, argument |
| Could not encode JSON to MessagePack: ${err} | exception | error | messagepack, serialization, json, validation |
| Unrecognised unit | exception | error | datetime, unix-timestamp, validation, argument |
| No capitalization scope was provided. | exception | error | validation, argument, text, uppercase |
| Unrecognized capitalization scope | exception | error | validation, string, argument-error, recipe |
| Invalid key length: ${key.length} bytes Twofish uses a key | exception | error | crypto, twofish, validation, key-length, argument-error |
| Invalid IV length: ${iv.length} bytes Twofish uses an IV le | exception | error | crypto, twofish, validation, iv-length, argument-error |
| Invalid key length: ${key.length} bytes Twofish uses a key | exception | error | crypto, twofish, validation, key-length, argument-error |
| Invalid IV length: ${iv.length} bytes Twofish uses an IV le | exception | error | crypto, twofish, validation, iv-length, argument-error |
| Rotor ${i} must be provided. | exception | error | typex, validation, argument-error, recipe |
| Unrecognised unit | exception | error | datetime, filetime, validation, argument-error, recipe |
| ${err} | exception | error | protobuf, varint, validation, input-type, runtime |
| Negative values cannot be represented as VarInt | exception | error | protobuf, varint, validation, argument-error |
| ${err} | exception | error | protobuf, varint, validation, input-type, runtime |
| Please enter a valid image file. | validation | error | image, validation, input-type, jimp |
| Error loading image. (${err}) | exception | error | image, jimp, runtime, decode-failure |
| Error: Bit argument must be between 0 and 7 | validation | error | image, validation, argument-error, range |
| No key entered | validation | error | cipher, vigenere, validation, argument-error |
| No key entered | validation | error | cipher, vigenere, validation, argument-error |
| Unrecognised unit | validation | error | windows-filetime, unix-timestamp, operation-args, config-mismatch |
| Blocksize must be a positive integer. | validation | error | xor-checksum, operation-args, numeric-validation |
| Invalid input XML. | exception | error | xpath, xml, parse-error, xmldom |
| Invalid XPath. Details:\n${err.message}. | exception | error | xpath, query-syntax, parse-error |
| Invalid key length: ${key.length} bytes. XSalsa20 uses a ke | validation | error | xsalsa20, crypto, key-length, operation-args |
| Invalid nonce length: ${nonce.length} bytes. XSalsa20 uses | validation | error | xsalsa20, crypto, nonce-length, operation-args |
| Invalid key length: ${key.length} bytes XTEA requires a key | validation | error | xtea, crypto, key-length, operation-args |
| Invalid IV length: ${iv.length} bytes XTEA uses an IV lengt | validation | error | xtea, crypto, iv-length, operation-args |
| Invalid number of rounds: ${rounds} Rounds must be an integ | validation | error | xtea, crypto, rounds, operation-args |
| Invalid key length: ${key.length} bytes XTEA requires a key | validation | error | xtea, crypto, key-length, operation-args |
| Invalid IV length: ${iv.length} bytes XTEA uses an IV lengt | validation | error | xtea, crypto, iv-length, operation-args |
| Invalid number of rounds: ${rounds} Rounds must be an integ | validation | error | xtea, crypto, rounds, operation-args |
| Unable to decrypt using this key | exception | error | xxtea, crypto, decrypt, key-mismatch |
| Unable to parse YAML: ${err} | exception | error | yaml, json, parse-error, js-yaml |
| Couldn't find an operation with name '${ing}'. | validation | error | node-api, noderecipe, recipe-config, operation-not-found |
| flowControl operations like ${ing.opName} are not currently | validation | error | node-api, noderecipe, flow-control, unsupported-operation |
| Inputted function not a Chef operation. | validation | error | node-api, noderecipe, invalid-operation, module-instance |
| Recipe can only contain function names or functions | validation | error | node-api, noderecipe, recipe-schema, type-validation |
| Sorry, the ${name} operation is not available in the Node.js | exception | error | node-api, excluded-operation, browser-only, excludedoperationerror |