Skip to content

Instantly share code, notes, and snippets.

@lmarcondes
Created October 18, 2024 15:48
Show Gist options
  • Save lmarcondes/d5b8dac14d733644e21ad91ddbf0b103 to your computer and use it in GitHub Desktop.
Save lmarcondes/d5b8dac14d733644e21ad91ddbf0b103 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
openssl aes-128-cbc -d \
-K babb4a9f774ab853c96c2d653dfe544a \
-iv 00000000000000000000000000000000 \
-in $1 | \
dd bs=1 skip=16 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment