I'm trying the encrypt1.c example. I have complied it dynamical with the windows port. After executing the program it crashes.
Section 2.7 from the FAQ http://www.aleksey.com/xmlsec/faq.html
In the comments is written I should use the "deskey.bin". This file is 24 bytes long->Keylength must be 96 Bits. But in the internet is written that DES should use 56 bit keys? Is this my problem?
No. Triple-DES key is 168=3*56=8*24
Where can I define the encryption method? Is it only defined by the values of the template xml?
You set the encryption method in the template or in the xmlSecEncCtx. Aleksey _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
