github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_cryptdecode.md (about)

     1  ---
     2  title: "rclone cryptdecode"
     3  description: "Cryptdecode returns unencrypted file names."
     4  slug: rclone_cryptdecode
     5  url: /commands/rclone_cryptdecode/
     6  versionIntroduced: v1.38
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/cryptdecode/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone cryptdecode
    10  
    11  Cryptdecode returns unencrypted file names.
    12  
    13  ## Synopsis
    14  
    15  
    16  rclone cryptdecode returns unencrypted file names when provided with
    17  a list of encrypted file names. List limit is 10 items.
    18  
    19  If you supply the `--reverse` flag, it will return encrypted file names.
    20  
    21  use it like this
    22  
    23  	rclone cryptdecode encryptedremote: encryptedfilename1 encryptedfilename2
    24  
    25  	rclone cryptdecode --reverse encryptedremote: filename1 filename2
    26  
    27  Another way to accomplish this is by using the `rclone backend encode` (or `decode`) command.
    28  See the documentation on the [crypt](/crypt/) overlay for more info.
    29  
    30  
    31  ```
    32  rclone cryptdecode encryptedremote: encryptedfilename [flags]
    33  ```
    34  
    35  ## Options
    36  
    37  ```
    38    -h, --help      help for cryptdecode
    39        --reverse   Reverse cryptdecode, encrypts filenames
    40  ```
    41  
    42  
    43  See the [global flags page](/flags/) for global options not listed here.
    44  
    45  # SEE ALSO
    46  
    47  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    48