crypto/stegorsa
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p exiftool jq xxd openssl
|
||||
|
||||
exiftool -j image.jpg | jq -r '.[0].Comment' | xxd -r -p | openssl pkeyutl -decrypt -inkey /proc/self/fd/0 -in flag.enc
|
||||
Reference in New Issue
Block a user