mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 21:50:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,15 +6,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# steghide
|
||||
|
||||
> Steganography tool for JPEG, BMP, WAV and AU file formats.
|
||||
> More information: <https://github.com/StefanoDeVuono/steghide>.
|
||||
> More information: <https://manned.org/steghide>.
|
||||
|
||||
- Embed data in a PNG, prompting for a passphrase:
|
||||
|
||||
`steghide embed --coverfile {{path/to/image.png}} --embedfile {{path/to/data.txt}}`
|
||||
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.png}} {{[-ef|--embedfile]}} {{path/to/data.txt}}`
|
||||
|
||||
- Extract data from a WAV audio file:
|
||||
|
||||
`steghide extract --stegofile {{path/to/sound.wav}}`
|
||||
`steghide extract {{[-sf|--stegofile]}} {{path/to/sound.wav}}`
|
||||
|
||||
- Display file information, trying to detect an embedded file:
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Embed data in a JPEG image, using maximum compression:
|
||||
|
||||
`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --compress {{9}}`
|
||||
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-z|--compress]}} {{9}}`
|
||||
|
||||
- Get the list of supported encryption algorithms and modes:
|
||||
|
||||
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Embed encrypted data in a JPEG image, e.g. with Blowfish in CBC mode:
|
||||
|
||||
`steghide embed --coverfile {{path/to/image.jpg}} --embedfile {{path/to/data.txt}} --encryption {{blowfish|...}} {{cbc|...}}`
|
||||
`steghide embed {{[-cf|--coverfile]}} {{path/to/image.jpg}} {{[-ef|--embedfile]}} {{path/to/data.txt}} {{[-e|--encryption]}} {{blowfish|...}} {{cbc|...}}`
|
||||
|
||||
Reference in New Issue
Block a user