signatures

How do I export Cisco IDS V6.1 signatures to Excel?

I'm interesting of exporting the Cisco IDS signatures version 6.1 to Excel format. ...

Splitting GPG encrypted messages into packets?

As an example, let's say that Alice signs a message with her secret key and encrypts the message and signature with Trent's public key. Trent decrypts the message and signature with his secret key, verifies Alice's signature using her public key, and then re-encrypts the message and Alice's signature using Bob, Carol and Zoe's public key...

Firefox plugin to capture signature (via stylus/tablet)

I am wondering if anyone has any experience capturing signatures with a tablet/stylus over the internet. How would you write a plug-in that uses an ActiveX control and can securely post the signature over the web? Or maybe you've got a better idea how to handle this... Thanks in advance. [EDIT] To be more specific, I need something th...

How do I Install the signatures module on Strawberry Perl 5.10.1?

I seem to be having some issues trying to install the signatures module from CPAN using Strawberry Perl 5.10.1 on Windows XP. I get some "undefined reference" errors during linking. I'm guessing that there is something wrong with my B::Hooks::Parser module, but reinstalling that one didn't fix my problem. Here's the output: cpan shel...

Adding methods to the webservice: do old clients need to update web references?

ProductA uses our only web service, which is a separate deployment from ProductA. We deploy both to production. Later, we're writing ProductB. During that effort, we add a new method to our only web service. That new method wasn't in the WSDL when ProductA shipped. We make no changes to ProductA in development. When we deploy Produ...

C#: Method signatures?

Let's say I create these two methods: public void AddScriptToPage(params string[] scripts) { /*...*/ } public void AddScriptToPage(string href, string elementId) { /*...*/ } Which one of these methods gets call by the code below, and why? AddScriptToPage("dork.js", "foobar.js"); How does the compiler determine which method to call?...

Exchange 2010 Dynamic Disclaimers

Hello all, I am coming up with a standard signature for a client pulling AD values using the Disclaimer action for the Transport Rule. It is simple to add html and AD tokens using the following syntax: %%DisplayName%%<br/> My question is given I am not allowed to use any 3rd party components and must be server side solution is there...

Where do I get a list of all known viruses signatures?

I have written some antivirus software in Python, but am unable to find virus signatures. The software works by dumping each file on the hard disk to hex, thus getting the hex signature. Where do i get signatures for all the known viruses? ...

How can I digitally sign an executable?

I'm coding software that requires administrative access. When a UAC dialog pops up, it shows a different popup for digitally signed software than non-signed software. I believe digitally signing my software would enable users to trust my software easier. Does it cost thousands of dollars to digitally sign software, or is it free? Is ther...