.. |
Arithmetic.mjs
|
Added eslint space-before-blocks rule
|
2019-08-27 18:13:33 +01:00 |
Bacon.mjs
|
Tidied up Bacon Cipher operations
|
2019-09-04 17:13:05 +01:00 |
Base45.mjs
|
Tidied up Base45 ops
|
2022-03-28 16:15:37 +01:00 |
Base58.mjs
|
Refactored file type detection engine
|
2018-12-18 17:44:42 +00:00 |
Base64.mjs
|
Fixed 'From Base64' bug adding null bytes. Closes #1362
|
2022-06-06 14:54:06 +01:00 |
Base85.mjs
|
Added a CodeQL workflow to check for bugs through code analysis. Fixed numerous bugs and implemented safeguards as already reported.
|
2021-02-10 13:13:19 +00:00 |
BCD.mjs
|
Fixed some typos
|
2019-10-16 15:38:20 +01:00 |
Binary.mjs
|
Fixed toBinary delim adjustment
|
2022-06-03 13:15:18 +01:00 |
BitwiseOp.mjs
|
Switch XOR input and output differential logic. Fixes #1155
|
2021-09-03 14:58:48 +01:00 |
Blowfish.mjs
|
Updated dependencies
|
2020-12-11 17:58:23 +00:00 |
Bombe.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Braille.mjs
|
'To Braille' and 'From Braille' operations added. Closes #255
|
2018-08-24 01:07:51 +01:00 |
CanvasComponents.mjs
|
Refactored file type detection engine
|
2018-12-18 17:44:42 +00:00 |
Charts.mjs
|
Fixed reflected XSS described in issue 1265
|
2021-10-29 17:59:02 +01:00 |
ChrEnc.mjs
|
Tidied up Normalise Unicode operation
|
2019-12-20 16:05:24 +00:00 |
Ciphers.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
CipherSaber2.mjs
|
CipherSaber2 ops now accept a variety of key types
|
2020-03-05 16:39:52 +00:00 |
Code.mjs
|
ESM: Tidied up recently ported ops
|
2018-05-27 16:13:18 +01:00 |
Colossus.mjs
|
Tidied up Colossus operation
|
2020-03-06 13:05:08 +00:00 |
ConvertCoordinates.mjs
|
Updated dependencies
|
2019-08-30 18:49:05 +01:00 |
Crypt.mjs
|
Added Crypt lib for common resources
|
2021-02-09 15:00:35 +00:00 |
DateTime.mjs
|
Fixed all HTML operations
|
2018-07-15 13:25:44 +01:00 |
Decimal.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Delim.mjs
|
Fixed some typos
|
2019-10-16 15:38:20 +01:00 |
Enigma.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Extract.mjs
|
Extract operations now offer built-in Sort and Unique options. Unique operation offers option to count occurances. Closes #1334.
|
2022-04-14 18:08:16 +01:00 |
FileSignatures.mjs
|
Implemented webp extractor
|
2022-06-17 09:56:36 +01:00 |
FileType.mjs
|
Added a CodeQL workflow to check for bugs through code analysis. Fixed numerous bugs and implemented safeguards as already reported.
|
2021-02-10 13:13:19 +00:00 |
FlowControl.mjs
|
ESM: Tidied up FlowControl ops
|
2018-05-21 11:39:10 +00:00 |
FuzzyMatch.mjs
|
Added 'Fuzzy Match' operation
|
2021-02-12 13:51:51 +00:00 |
Hash.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Hex.mjs
|
Added numeric validation for arguments in Binary and Hex operattions. Fixes #1178
|
2021-02-22 19:13:38 +00:00 |
ImageManipulation.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
IP.mjs
|
Magic rebuild
|
2020-02-25 11:27:03 +00:00 |
JWT.mjs
|
Tidied up JWT ops
|
2021-02-09 14:14:59 +00:00 |
LoremIpsum.mjs
|
Added eslint space-before-blocks rule
|
2019-08-27 18:13:33 +01:00 |
Lorenz.mjs
|
Tidied up Colossus operation
|
2020-03-06 13:05:08 +00:00 |
LS47.mjs
|
Comments and linting.
|
2020-01-28 10:35:01 +00:00 |
Magic.mjs
|
Updated to Node 17
|
2022-03-25 14:59:54 +00:00 |
PGP.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Protobuf.mjs
|
Fixed issues in Protobuf parsing
|
2021-08-26 16:51:42 +01:00 |
Protocol.mjs
|
Added 'Parse TCP' operation
|
2022-05-30 18:06:15 +01:00 |
PublicKey.mjs
|
'Parse X.509 Certificate' Issuer and Subject name parsing improved. Closes #1365
|
2022-06-08 18:59:27 +01:00 |
QRCode.mjs
|
Updated dependencies
|
2020-12-14 17:51:12 +00:00 |
Rotate.mjs
|
ESM: Tidied up Rotate operations
|
2018-04-06 12:40:39 +00:00 |
RSA.mjs
|
Tidied up and added tests for RSA operations
|
2021-02-01 19:15:32 +00:00 |
SIGABA.mjs
|
Added operation description note and modified comment formatting
|
2020-06-08 12:27:40 +01:00 |
SM4.mjs
|
Tidied up SM4 ops and NoPadding options for AES, DES and TripleDES
|
2022-03-29 18:01:57 +01:00 |
Sort.mjs
|
Extract operations now offer built-in Sort and Unique options. Unique operation offers option to count occurances. Closes #1334.
|
2022-04-14 18:08:16 +01:00 |
Stream.mjs
|
Modify stream library to support reading until a null byte
|
2022-06-09 10:12:19 +01:00 |
TLVParser.mjs
|
Updated a range of operations to use ArrayBuffers instead of byteArrays to improve performance with large files.
|
2019-07-29 17:09:46 +01:00 |
Typex.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |
Zlib.mjs
|
Imports now specify the file extension to support Node v12
|
2019-07-09 12:23:59 +01:00 |