Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Decrypting the backup from Google-Drive
« previous
next »
Print
Pages: [
1
]
Author
Topic: Decrypting the backup from Google-Drive (Read 586 times)
aab
Newbie
Posts: 13
Karma: 0
Decrypting the backup from Google-Drive
«
on:
June 05, 2024, 03:54:29 pm »
Hi,
I want to decrypt the backup file which I got from the google-drive, I want to make changes to it before I restore it (e.g. changing the name of the network interface), does anyone know the command I can use to decrypt the backup of the configuration.xml ?
The following doesn't work for me.
Code:
[Select]
openssl enc -d -AES-256-CBC -md SHA512 -pbkdf2 -iter=100000 -in config-encrypted -pass pass:XXXXXXX
Thanks in advance
Regards
Logged
Monviech (Cedrik)
Global Moderator
Hero Member
Posts: 1599
Karma: 176
Re: Decrypting the backup from Google-Drive
«
Reply #1 on:
June 05, 2024, 04:06:41 pm »
I think you can do it with
opnsense-crypt
So look at it the available commands with
man opnsense-crypt
The tool exists per default on an OPNsense firewall.
Logged
Hardware:
DEC740
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Decrypting the backup from Google-Drive