Forrest logo
back to context overview

basenc

List of commands for basenc:

  • basenc:tldr:08895 basenc: Encode a file with base64 encoding.
    $ basenc --base64 ${filename}
    try on your machine
    explain this command
  • basenc:tldr:ae17a basenc: Encode from `stdin` with base32 encoding.
    $ ${command} | basenc --base32
    try on your machine
    explain this command
  • basenc:tldr:b493c basenc: Encode from `stdin` with base32 encoding with 42 columns.
    $ ${command} | basenc --base32 -w42
    try on your machine
    explain this command
  • basenc:tldr:c2c95 basenc: Decode a file with base64 encoding.
    $ basenc --decode --base64 ${filename}
    try on your machine
    explain this command
back to context overview