Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Nov 22, 2024
1 parent d63713a commit 25bfd3a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
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.

0 comments on commit 25bfd3a

Please sign in to comment.