Hello all, I am also a beginner and I have the same problem with encrypt1. I read the instructions in the file encrypt1.c Maybe there is other information somewhere about this sample?
D:\Projects\SOAP\encrypt\debug>encrypt.exe tmpl-file.xml key.bin func=xmlSecEncCtxEncDataNodeRead:file=..\src\xmlenc.c:line=885:obj=unkno wn:subj=unknown:error=45:key is not found: func=xmlSecEncCtxBinaryEncrypt:file=..\src\xmlenc.c:line=312:obj=unknown :subj=xmlSecEncCtxEncDataNodeRead:error=1:xmlsec library function failed: Error: encryption failed -----We use the following template named tmpl-file.xml --------------- <?xml version="1.0"?> <!-- XML Security Library example: Simple encryption template file for encrypt1 example. --> <EncryptedData xmlns="http://www.w3.org/2001/04/xmlenc#"> <EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"/> <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#"> <KeyName/> </KeyInfo> <CipherData> <CipherValue></CipherValue> </CipherData> </EncryptedData> --- And the following key file named "key.bin" --------------------- 012345670123456701234567 Thanks for your time. Iulia -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Hagedorn Sent: vendredi 18 avril 2008 17:48 To: [email protected] Subject: [xmlsec] encrypt2 - error=45:key is not found I'm sure this is an absolute beginners question. But what do I miss: C:\test\encrypt2\release>encrypt2 encrypt2-doc.xml deskey.bin func=xmlSecEncCtxEncDataNodeRead:file=..\src\xmlenc.c:line=885:obj=unkno wn:subj=unknown:error=45:key is not found: func=xmlSecEncCtxXmlEncrypt:file=..\src\xmlenc.c:line=375:obj=unknown:su bj=xmlSecEncCtxEncDataNodeRead:error=1:xmlsec library function failed: Error: encryption failed Used files (encrypt2.c encrypt2-doc.xml deskey.bin) are taken from xmlsec1-1.2.11.tar.gz Btw. same result for encrypt1.c ... Thanks for your help! Michael _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
