Cannot open an encrypted file on OS X

1

I cannot decrypt files on OS X (10.6.8 and 10.8.2) which I have encrypted on Ubuntu (10.04) using ccrypt. As a similar problem, I have a password file created with KeePassX. I just cannot open it on OS X.

SHA256 checksums of encrypted files match, so they have not been corrupted during "transport." What could be causing this problem? Could it be, say, character encoding?

Much oblige!

tuope

Posted 2012-10-06T04:40:03.777

Reputation: 11

It could be character encoding if your passwords contain any non-ASCII characters. – Daniel R Hicks – 2012-10-06T13:24:27.090

The characters in my passwords come from this character class: [a-zA-Z0-9_!]. Do you think '_' or '!' might cause some interoperability problems? – tuope – 2012-10-07T06:00:09.703

Only if one side is using an "odd" code page. – Daniel R Hicks – 2012-10-08T01:36:55.687

No answers