Open zsaw opened 1 year ago
I don't understand why CryptoJS has no limit on key size?
Wiki Description of the ciphers AES is based on a design principle known as a substitution–permutation network, and is efficient in both software and hardware.[11] Unlike its predecessor DES, AES does not use a Feistel network. AES is a variant of Rijndael, with a fixed block size of 128 bits, and a key size of 128, 192, or 256 bits. By contrast, Rijndael per se is specified with block and key sizes that may be any multiple of 32 bits, with a minimum of 128 and a maximum of 256 bits. Most AES calculations are done in a particular finite field.
Did you find any solution?
js:
output:
go:
output:
Why is there no limit to the key size of CryptoJS? How can I decrypt it in go?