1
General Discussion / Re: [SOLVED] decrypt system configuration backup manually
« on: January 11, 2020, 05:23:40 pm »
Remove everything except the base64 encoded jibberish, add a trailing newline and run
Code: [Select]
openssl enc -aes-256-cbc -base64 -d -p -in encrypted_config.xml -out decrypted_config.xml