Commit graph

1810 commits

Author SHA1 Message Date
Barry Brown
3bc95f431d Merge branch 'master' into affine_enhancements 2024-06-14 16:52:37 +00:00
Barry Brown
7806fd999a More error checking to conform to the new tests 2024-06-14 03:44:35 +00:00
Barry Brown
e1e88c35ef affineDecrypt accepts either null or undefined from modInv 2024-06-14 02:40:24 +00:00
Barry Brown
1017294942 Deprecate affineEncode 2024-06-13 17:43:10 +00:00
Barry Brown
86ad59842f Updated description 2024-06-13 17:42:54 +00:00
Barry Brown
7ae35bc587 Uses new Utils.modInv function 2024-06-13 17:32:21 +00:00
Barry Brown
cb6b1f7509 Merge remote-tracking branch 'origin/more-efficient-modInv' into affine_inverse_coeff 2024-06-13 17:29:54 +00:00
Barry Brown
8530c47cb8 modInv uses Extended Euclidean Algorithm 2024-06-13 17:19:11 +00:00
Barry Brown
9c696b523d Remove assumption of 26 as modulus 2024-06-13 06:49:14 +00:00
Barry Brown
6876d90e78 Encrypt with user-supplied alphabets 2024-06-13 06:45:11 +00:00
Barry Brown
ede3dc7471 Decrypt with user-specified alphabet; allow user to input inverse coefficients 2024-06-13 06:44:48 +00:00
Barry Brown
41585e0d3d Throws error if modInv didn't work 2024-06-13 06:43:54 +00:00
Barry Brown
7bef120a0a Uses affineEcrypt instead of affineEncode 2024-06-13 01:44:56 +00:00
Barry Brown
979de8e488 Refactor affine encrypt/decrypt functions 2024-06-13 01:44:08 +00:00
Barry Brown
de57002c6f Checkbox for mod inverse; calculations implemented 2024-06-12 14:57:27 +00:00
a3957273
6c30c9c6b8
Merge branch 'master' into master 2024-06-11 23:49:11 +01:00
n1474335
c23a8de5a0
Merge branch 'master' of github.com:gchq/CyberChef 2024-06-11 18:07:33 +01:00
n1474335
2b275f0897
Updated eslint, Jimp, and other dependencies 2024-06-11 18:07:22 +01:00
piguagua
b6c95492f1 chore: remove repeat words
Signed-off-by: piguagua <piguagua@aliyun.com>
2024-06-10 17:36:17 +08:00
n1474335
74d0166682
Fixed GOST sBox arg bug 2024-06-06 17:08:37 +01:00
n1474335
86d59783fa
Improved GOST algorithm naming and block size selection 2024-05-16 18:09:12 +01:00
n1474335
0a353eeb37
Improved XXTEA operations. Added XXTEA Decrypt. 2024-04-24 13:09:17 +01:00
n1474335
361a35b44c
Removed trailing spaces from RAKE 2024-04-23 18:29:04 +01:00
a3957273
7538be68c5
Merge pull request #1275 from cplussharp/ec-asn1 2024-04-15 01:15:36 +01:00
CPlusSharp
21ac516248 ECDSA JSON Web Signature format
used e.g. by JWT
2024-04-14 17:18:06 +02:00
CPlusSharp
7e7195c291 ECDSA: Output keys as JSONWebKeySet instead of two JWK 2024-04-14 16:53:09 +02:00
CPlusSharp
1fbc7e03f0 make the ECDSA JSON signature parsing more robust
also rename the format to "Raw JSON"
as I will later introduce "JSON Web Signature"
2024-04-14 16:46:55 +02:00
CPlusSharp
7b54d9e873 ECDSA rename signature format "Concat HEX" to "P1363 HEX"
this format name is more specific and easier to search for on the internet
2024-04-14 15:20:41 +02:00
a3957273
6e8c759dde
Merge pull request #1788 from EvieHarv/master 2024-04-13 22:24:10 +01:00
a3957273
f6c5a04088
Merge branch 'master' into master 2024-04-13 22:04:53 +01:00
a3957273
edc23a860d
Merge pull request #1642 from cplussharp/pubkey-from-cert 2024-04-13 21:24:27 +01:00
CPlusSharp
cbf990fab9 JWK conversion from/to PEM 2024-04-13 13:30:46 +02:00
CPlusSharp
8f182e4a9b Sign/Verify Operations for ECDSA
also an Operation for ECDSA signature conversion,
as there could be multiple formats of the signature
2024-04-13 12:57:14 +02:00
CPlusSharp
7a2c9ddbc4 Operation: Generate ECDSA Key Pair 2024-04-13 12:55:21 +02:00
CPlusSharp
28e2a391b8 Public Key from Private Key 2024-04-13 12:39:58 +02:00
CPlusSharp
f86817bc86 Public Key from Certificate 2024-04-13 12:38:14 +02:00
n1474335
7b2d572902
Added 'JA4Server Fingerprint' operation 2024-04-12 14:41:00 +01:00
sw5678
0cfb67bd06 Improved readability and efficiency of RAKE 2024-04-12 11:27:29 +01:00
sw5678
f606d4b25f
Merge branch 'gchq:master' into master 2024-04-12 10:43:52 +01:00
Ethan Harvey
a09f8451fd Require (a, 26) to be coprime in affine encode 2024-04-10 23:19:50 +00:00
n1474335
409e795ce9
Moved UUID regex in list 2024-04-05 18:12:06 +01:00
n1474335
6ca60cb013
Improvements to HEIF file signature and GIF file extractor 2024-04-05 18:11:51 +01:00
n1474335
ef52195167
Fixed and improved some infoURLs 2024-04-05 18:10:57 +01:00
n1474335
ed930d2364
Moved ops to different modules 2024-04-05 18:10:14 +01:00
n1474335
d3fb8bd6e9
Fixed typos 2024-04-05 18:08:21 +01:00
a3957273
2000938040
Merge pull request #1732 from tomgond/date-delta 2024-04-02 21:38:18 +01:00
a3957273
c795271502 Change output to 'html' 2024-04-02 20:27:48 +00:00
a3957273
1d4c810554
Merge pull request #512 from MShwed/feature/extract-hashes 2024-04-02 21:22:51 +01:00
a3957273
ccd3839a9b
Merge pull request #1504 from jkataja/parse-csr 2024-04-02 21:17:51 +01:00
Janne Kataja
fda77cf37a add option to show Parse CSR only supports RSA 2024-04-02 21:30:59 +02:00