Forrest logo
back to context overview

stegsnow

List of commands for stegsnow:

  • stegsnow:tldr:5ea8a stegsnow: Determine approximate [S]torage capacity with line [l]ength less than 72 for file.
    $ stegsnow -S -l 72 ${filename-txt}
    try on your machine
    explain this command
  • stegsnow:tldr:8e923 stegsnow: Conceal [m]essage in text from file and save to result.
    $ stegsnow -m '${message}' ${filename-txt} ${path-to-result-txt}
    try on your machine
    explain this command
  • stegsnow:tldr:91dd5 stegsnow: Extract [m]essage from file.
    $ stegsnow ${filename-txt}
    try on your machine
    explain this command
  • stegsnow:tldr:a9edd stegsnow: Conceal message [f]ile content [C]ompressed in text from file and save to result.
    $ stegsnow -C -f '${path-to-message-txt}' ${filename-txt} ${path-to-result-txt}
    try on your machine
    explain this command
  • stegsnow:tldr:ab47b stegsnow: Conceal [m]essage [C]ompressed and [p]assword protected in text from file and save to result.
    $ stegsnow -C -p ${password} -m '${message}' ${filename-txt} ${path-to-result-txt}
    try on your machine
    explain this command
  • stegsnow:tldr:ac2c8 stegsnow: Extract [C]ompressed and [p]assword protected [m]essage from file.
    $ stegsnow -C -p ${password} ${filename-txt}
    try on your machine
    explain this command
back to context overview