0
votes
0answers
8 views
How can I use revisions to avoid invalidating digital signatures in a PDF?
Using Acrobat 9, if I sign a PDF using a self-signed certificate and then edit the PDF after I sign it, Acrobat will inform me that there is a valid signature on the document but t …
1
vote
3answers
39 views
How to sign a custom JCE security provider
Sun's PKCS11 JCE security provider is lacking some functionality we need.
So I wrote an enhanced version of it using the original sources.
Unfortunately the JCE infrastructure rej …
0
votes
2answers
26 views
How to separate virus signatures in a virus signature file
I am doing an anti-virus project, I have a signature file and I want to separate the signatures in it. It is all beside each other and in hex, is there is a delimiter or something …
1
vote
4answers
596 views
How do you solve the iPhone error “signature is valid but not trusted”?
Finally got MGTwitterEngine stuff to
compile (by setting the Header Search Paths to /usr/include/libxml2 iphoneos3.0/usr/lib/libxml2)
AND link (by removing the Twitter LibXML …
1
vote
3answers
5k views
How to Embed Image in Outlook Signature?
Is it possible to create an HTML email signature for Outlook 2003 or above that doesn't reference external images?
That is, using those special "cid" reference but embed the image …
0
votes
1answer
17 views
verifying a WCF signed SOAP message
I have a problem verifying a SOAP message timestamp and body.
Before starting to write any code I'm trying to verify it by myself, these are the steps I followed to verify the tim …
1
vote
1answer
70 views
Ability to draw and record a signature as part of a form - iphone
Apolgies in advance for any errors.. new to this and am not a developer/programmer.. just have some basic unix experience.
I have searched the web and struggled to find a solution …
0
votes
1answer
30 views
SAML: Why is the certificate within the Signature???
Hi,
I have to implement SSO with SAML for my company's website (as the relying party). An essential part off course is the verification of the signature. Here is the signature par …
5
votes
11answers
1k views
How to Digitally “Sign” a document
I don't like paper documents. I like everything stored on a server. I'd like to avoid printing, signing, and scanning, if possible.
How do I get signatures from people to sign-o …
0
votes
1answer
45 views
Overriding super class methods in Objective-C
If subclass in objective-c wants to override a super class's method, does it have to match the return type too?
1
vote
1answer
75 views
Is this RSA-based signature (with recovery) scheme cryptographically sound?
I am implementing a simple license-file system, and would like to know if there are any mistakes I'm making with my current line of implementation.
The message data is smaller tha …
1
vote
1answer
36 views
Security token in message transfered by SSL
Hi,
I need in WCF ensure soap header like this:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header>
<wsse:Security xml …
2
votes
6answers
277 views
Main’s Signature in C++
The standard explicitly states that main has two valid (i.e., guaranteed to work) signatures; namely:
int main();
int main(int, char*[]);
My question is simple, would something …
0
votes
2answers
14 views
Create a button that links to a website from within an Outlook 2007 signature
Apparently, Outlook 2007 no longer supports embedded HTML code within signatures. I had no difficulty adding a DONATION button to my signature, but I'm unable to link from that bu …
0
votes
1answer
32 views
Append PDF to a Signed PDF
I need to append a pdf file to a digital signed pdf file, keeping valid the signature ...maybe using revision? ...using iTextSharp? How can I do it?
Please help me with some samp …
