I am unable to decrypt the data extraction file that authorize.net has send over. I am using the following command to decrypt the file but it is not working.
openssl aes-256-cbc -d -in ENCRYPTED_FILE.enc -out DECRYPED_FILE -pass file:PRIVATE_PGP_KEY_FILE
When I run this command, it throws the following error:
Can't open filePRIVATE_PGP_KEY_FILE
Error getting password
139807753143960:error:02001002:system library:fopen:No such file or directory:bss_file.c:175:fopen('PRIVATE_PGP_KEY_FILE','r')
139807753143960:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:178:
But this file exist at the path and when I uses the following command, it shows the content of the file
vi PRIVATE_PGP_KEY_FILE
How should I proceed with decrypting the file?
04-08-2021 09:27 AM
192.168.1.254 - 192.168.l.254 is considered one of the most common IP addresses reserved for wireless modems or router
08-30-2021 11:32 PM