Matt C
d502dd9857
Add LZMA Decompress operation
2022-09-19 14:24:09 +01:00
Matt C
1ec7033d46
Add LZMA Compress operation
2022-09-19 14:24:09 +01:00
n1474335
4200ed4eb9
Tidied Cetacean ciphers
2022-07-08 17:16:35 +01:00
n1474335
6b16f11d3b
Merge branch 'master' of https://github.com/valdelaseras/CyberChef
2022-07-08 17:02:06 +01:00
n1474335
d99ee32cc4
Merge branch 'ROT8000' of https://github.com/thomasleplus/CyberChef
2022-07-08 16:28:42 +01:00
n1474335
c02c4a72e4
Merge branch 'add-lz-string' of https://github.com/crespyl/CyberChef
2022-07-08 16:23:15 +01:00
n1474335
418a7962a5
Merge branch 'rot_bruteforce' of https://github.com/mikecat/CyberChef
2022-07-08 15:55:27 +01:00
n1474335
45ede4beaf
Merge branch 'LS47Cipher' of https://github.com/n1073645/CyberChef
2022-07-08 15:41:16 +01:00
n1474335
99a0a05947
Merge branch 'caesarBoxCipher' of https://github.com/n1073645/CyberChef
2022-07-08 15:32:56 +01:00
n1474335
7d4e554571
Tweaks to P-List Viewer operation
2022-07-08 15:26:33 +01:00
n1474335
2858a74cbf
Merge branch 'plistViewer' of https://github.com/n1073645/CyberChef
2022-07-08 15:18:50 +01:00
n1474335
cc3033266c
Updated CHANGELOG
2022-06-09 15:17:08 +01:00
n1073645
3990ba774f
Implemented readelf-like functionality.
2022-06-05 18:35:02 +01:00
n1474335
7d6a879a67
Added script for updating the CHANGELOG
2022-05-31 00:20:19 +01:00
n1474335
a895d1d82a
Added 'Parse TCP' operation
2022-05-30 18:06:15 +01:00
Thomas Leplus
e712af33b7
Adding ROT8000
2022-04-11 18:44:14 -07:00
n1474335
8117926ca3
Tidied up SM4 ops and NoPadding options for AES, DES and TripleDES
2022-03-29 18:01:57 +01:00
n1474335
31e9d27f1a
Merge branch 'master' of https://github.com/swesven/CyberChef into swesven-master
2022-03-29 17:30:22 +01:00
n1474335
a762fb4df4
Merge branch 'SIGABA' of https://github.com/hettysymes/CyberChef into hettysymes-SIGABA
2022-03-29 12:26:39 +01:00
n1474335
709b8696fc
Merge branch 'base45' of https://github.com/t-8ch/CyberChef into t-8ch-base45
2022-03-28 16:04:34 +01:00
n1474335
9733bf65de
Merge branch 'nodejs16' of https://github.com/john19696/CyberChef into john19696-nodejs16
2022-03-28 11:37:23 +01:00
Robin Scholtes
578a61d331
add cetacean cipher encoder and decoder operations, tests. Update .gitignore to exclude idea generated files
2022-01-17 23:37:24 +13:00
Thomas Weißschuh
6017578964
Add Base45 operations
...
Closes #1219
Co-developed-by: Cyril Delétré <cyril.deletre@gmail.com>
2021-11-09 21:12:44 +01:00
Peter Jacobs
671ae6558f
Added 'LZString Decompress' and 'LZString Compress' operations
2021-10-29 15:26:31 -05:00
MikeCAT
e8f91316ff
Added ROT13/47 Brute Force
2021-10-20 21:28:48 +09:00
n1474335
dd18e52993
Protobuf operations improved to enable full and partial schema support
2021-08-18 17:22:09 +01:00
n1474335
e9ca4dc9ca
Added HASSH operations
2021-08-10 16:48:35 +01:00
n1474335
289a417dfb
Added 'JA3S Fingerprint' operation
2021-08-10 14:57:34 +01:00
n1474335
9a33498fed
Added 'TLS JA3 Fingerprint' operation
2021-07-28 14:32:39 +01:00
n1474335
88e3c2ccb2
Merge branch 'issue-991' of https://github.com/Danh4/CyberChef into Danh4-issue-991
2021-03-26 13:59:16 +00:00
swesven
6155634d3b
Add the SM4 block cipher, also a no-padding option for block ciphers.
...
This adds an implementation of the SM4 block cipher, and operations
to encrypt and decrypt using it with CBC,ECB,CFB,OFB,CTR modes.
Also, a "no padding" option is added for AES,DES,3DES and SM4
decryption in ECB/CBC modes. This variant does not attempt to
validate the last block as being PKCS#7 padded.
This is useful, both since other padding schemes exist, and also
for decrypting data where the final block is missing.
2021-03-24 00:58:54 +01:00
n1474335
8ad18bc7db
Added 'Fuzzy Match' operation
2021-02-12 13:51:51 +00:00
n1474335
61a1c44f26
Renamed 'Generate Current Epoch' to 'Get Time'. It now uses the W3C High Resolution Time API and supports microsecond granularity
2021-02-11 18:47:44 +00:00
n1474335
e6c7899569
Merge branch 'EPOCH' of https://github.com/n1073645/CyberChef into n1073645-EPOCH
2021-02-11 18:08:55 +00:00
n1474335
672b477751
Extract ID3 operation now returns a JSON blob and presents an HTML table
2021-02-11 18:01:08 +00:00
n1474335
19360391a6
Merge branch 'ID3Tags' of https://github.com/n1073645/CyberChef into n1073645-ID3Tags
2021-02-11 16:16:33 +00:00
n1474335
1abc46058c
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
n1474335
76926d9252
Merge branch 'base_64_order' of https://github.com/Prinzhorn/CyberChef into Prinzhorn-base_64_order
2021-02-02 17:36:10 +00:00
n1474335
3ce3866000
Merge branch 'SM3' of https://github.com/n1073645/CyberChef into n1073645-SM3
2021-02-02 11:58:36 +00:00
n1474335
74ae77f17a
Tidied up and added tests for RSA operations
2021-02-01 19:15:32 +00:00
n1474335
99eb1cced5
Merge branch 'rsa' of https://github.com/mattnotmitt/CyberChef into mattnotmitt-rsa
2021-02-01 17:30:02 +00:00
Matt
13a54ec318
Add unicode text format operation
2020-08-13 12:36:02 +01:00
n1073645
3e3c526a62
Caesar Box Cipher Added
2020-07-06 16:35:14 +01:00
n1073645
d68c8cb845
Casing Variations
2020-07-06 10:44:05 +01:00
hettysymes
e2b3389da6
Added SIGABA simple test
2020-06-06 19:47:15 +01:00
n1073645
7526f4d7b1
Generate Epoch Time Operation Added
2020-06-01 13:47:51 +01:00
n1073645
57c1a03c4f
Option structures added for hashing algorithms
2020-04-24 14:04:13 +01:00
Alexander Prinzhorn
cb8fe42c66
Put Base64 after Base62
2020-04-16 10:20:38 +02:00
Matt
fad163e0eb
Added tests (that can't be run)
2020-04-07 21:16:29 +01:00
Matt
73864e0809
Merge branch 'master' into features/rsa
2020-04-05 12:08:24 +01:00