Re: GPG Problem - invalid radix64 character

2011-05-13 Thread Jerome Baum
On Fri, May 13, 2011 at 12:42, Turbo Fredriksson wrote: > On 13 maj 2011, at 12.08, Jerome Baum wrote: > > 1. What character is D0, 00, AD and DE? What can I look for >>> (to try to diagnose the problem/file) >>> >> > You can look for D0, 00, AD and DE. > > > Doh! I assumed that these where some

Re: GPG Problem - invalid radix64 character

2011-05-13 Thread Turbo Fredriksson
On 13 maj 2011, at 12.08, Jerome Baum wrote: 1. What character is D0, 00, AD and DE? What can I look for (to try to diagnose the problem/file) You can look for D0, 00, AD and DE. Doh! I assumed that these where some code characters (meaning it's something else in the actuall file). Looking

Re: GPG Problem - invalid radix64 character

2011-05-13 Thread Jerome Baum
On Fri, May 13, 2011 at 11:55, Turbo Fredriksson wrote: > *bump* > > Begin forwarded message: > > > But this last one gave me a problem when trying to unpack >> it: >> >>gpg: invalid radix64 character D0 skipped >>gpg: invalid radix64 character 00 skipped >>gpg: invalid ra

Fwd: GPG Problem - invalid radix64 character

2011-05-13 Thread Turbo Fredriksson
*bump* Begin forwarded message: I needed to move lots of data from one site to another across europe. I got a huge disk and archived all data onto that using something like (simplified): find | cpio -o | gpg -e | split - /disk/archive. To extract the data again, it's just as simple: