Skip to main content

A simple script to decrypt obscured/encrypted passwords from rclone

Project description

Rclone deobscure

Description

A simple script to decrypt obscured/encrypted passwords from Rclone

Features

Can deobscure, and also obscure (equivalent of rclone obscure)

Options

$ python rclonedeobscure.py -h
usage: rclonedeobscure.py [-h] [-d DEOBSCURE | -o OBSCURE]

version: 1.0

options:
  -h, --help            show this help message and exit
  -d DEOBSCURE, --deobscure DEOBSCURE
                        Obscured/encrypted password to deobscure/decrypt
  -o OBSCURE, --obscure OBSCURE
                        Plain-text password to obscure/encrypt

Examples

deobscure

$ python rclonedeobscure.py -d "j_NGTXg4iQHiNwmNXTT6goDab0un-q6XvHXbSuhxzqprLGUZXSNCWwI_qAl1iLTIIRtNug"
[+] obscured password	: j_NGTXg4iQHiNwmNXTT6goDab0un-q6XvHXbSuhxzqprLGUZXSNCWwI_qAl1iLTIIRtNug
[+] deobscured password	: CorrectHorseBatteryStaple0123456789!

obscure

$ python rclonedeobscure.py -o "passw0rd"
[+] plaintext password	: passw0rd
[+] obscured password	: F7VL23kUgcFtx9AFXtflKP5PHLiUxzl9

$ python rclonedeobscure.py -d "F7VL23kUgcFtx9AFXtflKP5PHLiUxzl9"
[+] obscured password	: F7VL23kUgcFtx9AFXtflKP5PHLiUxzl9
[+] deobscured password	: passw0rd

Dependencies and installation

  • The easiest way to setup everything: pip install rclonedeobscure and then directly use $ rclonedeobscure
  • Or manually install requirements: pip install -r requirements.txt

Changelog

  • version 1.0 - 2023-02-26: Initial commit

Copyright and license

Licenced under the MIT Licence, as the Rclone project is.
All trademarks, service marks, trade names and product names appearing on this repository are the property of their respective owners.
I don't own anything on rclone, neither am I affiliated or working on the project.

Contact

  • Thomas Debize < tdebize at mail d0t com >

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rclonedeobscure-1.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file rclonedeobscure-1.1.tar.gz.

File metadata

  • Download URL: rclonedeobscure-1.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for rclonedeobscure-1.1.tar.gz
Algorithm Hash digest
SHA256 0330e774ee618db1a3dd2535219f58e31885c3e8c3fe0cdc21f6a73f9aadb39e
MD5 c797b6ef8b36b0e3e93e8d6908c16be6
BLAKE2b-256 81966c10bd1a70524385217d82925b2c1de968f6fa31518315458d49fca4ff2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page