79305071

Date: 2024-12-24 08:08:45
Score: 1.5
Natty:
Report link

In my case, the solution was to not override the original decrypted file and create an encrypted new file flagged with ".locked" suffix.

Because to avoid this common error java.io.IOException: No matching key found for the ciphertext in the stream. the encrypted file should not be corrupted with a copy or rename.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hichem Laroussi