0

While using GPG for encryption is it safe to rename the file after it is encrypted or depending on the algorithm used for encryption the file uses the name also for verifying the contents.

Vibha
  • 1
  • 4

1 Answers1

0

You can rename the file without issues. The original filename is safely encrypted inside the file. The filename is never used for decryption in any way.

ThoriumBR
  • 930
  • 12
  • 25