You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to encrypt symmetrically using AES256 so that it can be decrypted using the command line GPG tool and a passphrase. If possible, it is not entirely clear in the documentation how to do this.
The decrypt command should then be something like: gpg --decrypt --cipher-algo AES256 --passphrase="PASSWORD"
The text was updated successfully, but these errors were encountered:
Is it possible to encrypt symmetrically using AES256 so that it can be decrypted using the command line GPG tool and a passphrase. If possible, it is not entirely clear in the documentation how to do this.
The decrypt command should then be something like:
gpg --decrypt --cipher-algo AES256 --passphrase="PASSWORD"
The text was updated successfully, but these errors were encountered: