I cryptographed a file using gpg -c --cipher-algo BLOWFISH. Obviously I use gpg -d to decrypt it.
But my question is, if I want to decrypt this file without GPG, is it possible? What is the file format of the file generated by gpg? Is it some kind of standard? Is this file format the same in other applications?