A few years back, I was using the ucrypt utility on CentOS 5. Now I am using Fedora 11 and need ucrypt for file encryption and decryption, but I don't have a backup of the old system. Where can I find ucrypt now?
- 
        I prefer you to go for either truecrypt or cryptsetupSHW– SHW2012-06-26 07:30:42 +00:00Commented Jun 26, 2012 at 7:30
- 
        I have some old files which were encrypted using ucrypt. I am not sure how to decrypt those files using truecrypt or cryptsetup. Can you please suggest on that too.Space– Space2012-06-26 07:38:13 +00:00Commented Jun 26, 2012 at 7:38
- 
        Please don't crosspost - stackoverflow.com/questions/11202449/…Ulrich Dangel– Ulrich Dangel2012-06-26 09:47:00 +00:00Commented Jun 26, 2012 at 9:47
- 
        What is ucrypt? I never heard of it before.Ulrich Dangel– Ulrich Dangel2012-06-26 09:47:52 +00:00Commented Jun 26, 2012 at 9:47
                    
                        Add a comment
                    
                 | 
            
                
            
        
         
    2 Answers
The package you are probably looking for is cfs-utils. A google search should find you some RPMs that you can use.
Try yum if it finds anything:
yum provides \*/ucrypt
I couldn't find anything, so I'd simply compile it myself. There is a project on GitHub providing ucrypt.

