1password cli output difference? cannot decrypt

daniilk
daniilk
Community Member
edited October 8 in CLI

I have the following problem. All of a sudden, my workflow of decrypting a tar file stopped working. It's been working fine for over a year. The workflow looks like this (it's a makefile command)

unpack:
openssl enc -aes-256-cbc -d -in diary.tar.gz.enc -out decrypted.tar.gz -pass pass:$(op read op://Personal/diary/password)
tar xf decrypted.tar.gz --directory=.
rm decrypted.tar.gz

I have a fear that I have never actually verified that the password gets output automatically and now can no longer decrypt my archive. I have verified the command separately, and it shows that the password is correct. I probably encrypted it with some output by the op command that was the same throughout the last year but stopped working all of a sudden.


1Password Version: Not Provided
Extension Version: 2.29.0
OS Version: 14.5
Browser: Not Provided