Created
October 18, 2024 15:48
-
-
Save lmarcondes/d5b8dac14d733644e21ad91ddbf0b103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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