CyberChef/src/core/operations
n1474335 1097170a68 Updated dependencies 2018-03-28 23:56:33 +01:00
..
Arithmetic.js Arithmetic operations now support BigNumbers 2018-01-05 18:04:55 +00:00
BCD.js Updated dependencies 2018-01-26 19:14:05 +00:00
BSON.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
Base.js Blank BigNumber dishes are now treat as NaN instead of erroring 2018-01-05 18:20:06 +00:00
Base58.js autofix no-var 2017-04-28 16:45:00 +01:00
Base64.js 'To Base64' and 'To Hexdump' operations now support ArrayBuffers 2017-12-28 15:59:58 +00:00
BitwiseOp.js Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with the much smaller and actively maintained utf8 library. 2017-12-25 23:11:52 +00:00
ByteRepr.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
CharEnc.js Added 'Disassemble x86' operation 2017-10-04 22:35:44 +01:00
Checksum.js Added 'CRC-16 Checksum' operation 2017-09-12 15:50:46 +00:00
Cipher.js Updated dependencies 2018-01-26 19:14:05 +00:00
Code.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
Compress.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
Convert.js Updated dependencies 2018-01-26 19:14:05 +00:00
DateTime.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
Diff.js Added module framework 2017-08-09 20:09:23 +01:00
Endian.js autofix no-var 2017-04-28 16:45:00 +01:00
Entropy.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
Extract.js Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness. 2018-02-28 16:40:15 +00:00
FileType.js Changed inputType for file magic byte operations to ArrayBuffer 2017-12-26 22:05:10 +00:00
Filetime.js Updated dependencies 2018-01-26 19:14:05 +00:00
HTML.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
HTTP.js Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness. 2018-02-28 16:40:15 +00:00
Hash.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
Hexdump.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
IP.js Replaced hexToByteArray with fromHex and byteArrayToHex with toHex. Switched displayFilesAsHTML operation to use template strings and introduced markup formatting method. 2017-07-07 13:23:58 +00:00
Image.js Changed inputType to ArrayBuffer for 'Frequency distribution', 'Chi Square' and 'Extract EXIF' operations. 2017-12-28 00:24:16 +00:00
JS.js Updated dependencies and linted 2017-07-24 13:49:16 +00:00
MAC.js Added IPv6 interface IDs to the 'Format MAC address' operation 2018-02-21 11:24:38 +00:00
MS.js Fixed trailing spaces 2017-12-20 15:51:57 +00:00
MorseCode.js autofix no-var 2017-04-28 16:45:00 +01:00
NetBIOS.js Fixed NetBIOS space removal 2017-12-19 14:12:18 +00:00
Numberwang.js Removed unnecessary whitespace 2017-12-20 16:34:21 +00:00
OS.js Introduced key-spacing eslint rule 2017-07-24 14:55:48 +00:00
OTP.js Changed HOTP inputType to byteArray 2017-12-19 14:38:13 +00:00
PGP.js Updated dependencies 2018-03-28 23:56:33 +01:00
PHP.js Moved PhpDeserialize.js to PHP.js to encompass possible future PHP-related ops 2017-11-24 16:32:11 +00:00
PublicKey.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
Punycode.js autofix no-var 2017-04-28 16:45:00 +01:00
QuotedPrintable.js Updated dependencies and linted 2017-07-24 13:49:16 +00:00
Regex.js Switched from uas_parser.js to ua-parser-js library to improve library management and remove ReDos vulnerabilities. Also improved performance of two native regexes. Thanks to James Davis for raising awareness. 2018-02-28 16:40:15 +00:00
Rotate.js Added 'Bit shift left' and 'Bit shift right' operations 2017-09-05 14:26:09 +00:00
SeqUtils.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
Shellcode.js Added 'Disassemble x86' operation 2017-10-04 22:35:44 +01:00
StrUtils.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
Tidy.js 'Take bytes' and 'Drop bytes' operations now support ArrayBuffers 2018-01-02 15:33:02 +00:00
URL.js Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers. 2017-12-28 14:38:57 +00:00
UUID.js Added note to Default.js to show that crypto is included in that module. 2017-12-19 14:24:47 +00:00
Unicode.js Added Bcrypt, Scrypt, BSON and string operations along with many new tests. 2018-03-26 22:25:36 +01:00
XKCD.js Added 'XKCD Random Number' operation 2018-02-13 15:05:55 +00:00