crypto/stegorsa

This commit is contained in:
2026-07-04 19:11:07 +09:00
parent 4ca13e8958
commit 50ec199551
3 changed files with 4 additions and 0 deletions
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+4
View File
@@ -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