Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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!

share|improve this question
It could be character encoding if your passwords contain any non-ASCII characters. – Daniel R Hicks Oct 6 '12 at 13:24
The characters in my passwords come from this character class: [a-zA-Z0-9_!]. Do you think '_' or '!' might cause some interoperability problems? – tuope Oct 7 '12 at 6:00
Only if one side is using an "odd" code page. – Daniel R Hicks Oct 8 '12 at 1:36

migrated from stackoverflow.com Oct 6 '12 at 6:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.