- Finally working desx decryption thanks to Yuval figuring out that ntfs uses
des encryption when decrypting!!! (Yuval)
- Make it compile on Linux. (Anton)
- Add CALG_DES constant for Linux. (Anton)
it and des decryption. Currently the des test fails. It appears ntfs does not
use standard des encryption. )-: Perhaps it uses the export non-restricted
40-bit des key instead of 56-bit des...
bits to the needed 192 bits so it can be used for {en,de}cryption.
Note I couldn't face using the completely insane libgcrypt api so I used
openssl's libcrypto instead... Anyone feel free to swap once we have it
working.