mirror of
https://github.com/itsyourap/JioFiber-Home-Gateway.git
synced 2025-01-21 17:05:40 +00:00
1.4 KiB
1.4 KiB
Decrypt Configuration File (Does not work anymore)
Disclaimer: - This is Only for educational purposes, No one is responsible for any type of damage.
- Make sure you have openssl installed or else install it and add it to environment variable PATH.
- Grab the key for your router model from here.
- Go to Your Router WEB-UI Page (
http://192.168.29.1
) and Sign in as Admin. (The default credentials areadmin : Jiocentrum
) - Go to Administrator --> Maintenance and click Backup.
- A file (
RSTXXXXXXX_JCXXXXX.enc
) will be downloaded with.enc
extension. - Open up Terminal or Command Prompt.
- Decrypt the downloaded
.enc
file using the commandopenssl aes-128-cbc -d -kfile "<path to the key file>" -in "RSTXXXXXXX_JCXXXXX.enc" -out "RSTXXXXXXX_JCXXXXX.txt"
RSTXXXXXXX_JCXXXXX.txt
contains the decrypted configuration. You might view or edit it at your own risk as your router may get bricked due to incorrect configuration (A hard reset might fix it. Just push the button (inside a hole) behind the router for about 30 seconds)- You may also want to encrypt the configuration file after editing it and restore it. Instructions to do so are here.