Anonymous
6/27/2025, 5:39:01 AM No.105718040
>uses libmaid
key=feffe9928665731c6d6a8f9467308308
iv=cafebabefacedbaddecaf888
echo "aaa" | maid encrypt aes-128-gcm hex:$key hex:$iv null: | xxd
>uses openssl
The enc program does not support authenticated encryption modes like CCM and GCM. The utility does not store or retrieve the authentication tag.
Seems like they want to keep you away from strong encryption
key=feffe9928665731c6d6a8f9467308308
iv=cafebabefacedbaddecaf888
echo "aaa" | maid encrypt aes-128-gcm hex:$key hex:$iv null: | xxd
>uses openssl
The enc program does not support authenticated encryption modes like CCM and GCM. The utility does not store or retrieve the authentication tag.
Seems like they want to keep you away from strong encryption
Replies: