-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# mustreveal | ||
Tool for reveal (decrypt) obscured rclone configuration. | ||
A tool to reveal (decrypt) obscured rclone configuration. | ||
|
||
By default, in the rclone config file, human-readable passwords are obscured. | ||
Obscuring them is done by encrypting them and writing them out in base64. | ||
|
||
But rclone does not include command for reveal (decrypt) obscured configuration. | ||
If you need to view obscured passwords, there is no simple option available. | ||
|
||
The mustreveal tool allows you to easily navigate thru configuration and view the obscured passwords. | ||
|
||
Please note: This tool is not intended to decrypt config files encrypted using `rclone config encryption` command. |