Не расшифровывается


Файл размером 9Gb начинается расшифровка, доходит до 2,8Gb и вываливается с ошибкой, места на диске предостаточно, пробовалось на разных машинах (WindowsXP, gpg версий 1.2.3 и 1.4.1, 1024-bit ELG-E key)


Комментарии
— Kent (05/07/2005 22:53)   
Вот ответ Werner Koch на аналогичный вопрос:

However there might be a problem with the Windows
version. There is a workaround which will work for sure:

gpg -e <message >message.gpg

gpg <message.gpg >message

This way gpg does not know about the files but takes any input of any
size and pipes it to the output. Opening the files and the
redirection is done by Windows (cmd.exe).

В вашем случае надо в консоли выполнить:

gpg <file.ext.gpg >file.ext

Или в Linux расшифровывать ;)