Questions tagged [signatures]

43 questions
2
votes
1 answer

How to make an outlook signature that calls data from file(s) that are hosted on the internet

I have been searching and searching and fear there is no way to do this. All answers on this and every other site have pointed me to Java, PHP, and iFrames - none of which will work in outlook. The goal is to have a central location to update a…
NJDR
  • 21
  • 1
2
votes
1 answer

How to create XML signatures for Photoshop Extension

I created new Photoshop Panel and I use the PS-installer to install my extension. However, I must create the signatures.xml to properly run my panel, but I don't know how do it. The extension could not be loaded because it was not properly…
2
votes
1 answer

Adding outlook signature from vb.net application

I'm writing a simple application that prompts users for their full name, email address and contact information. It then uses this information to generate the HTML code for their corporate signature, ensuring that all signatures are universal in…
John
  • 755
  • 1
  • 18
  • 46
2
votes
1 answer

Possible to use iOS keyboard shortcuts to create HTML email signatures?

iOS allows HTML email signatures. But it's a blunt tool which can either be used all the time or not at all (on a per account basis). Sometimes a spiffy email sig is appropriate. Other times (like when replying to an existing conversation) it's…
puffmoike
  • 21
  • 2
2
votes
1 answer

Use applescript to set multiple signatures in Outlook 11

I'm trying to create an applescript to use on outgoing email messages in Outlook 11 for Mac to dynamically set the email signature in the message based on who the sender address is. I have multiple accounts in Outlook, and would like to change the…
1
vote
1 answer

Generation of public key

I apologise for mixing notions but my knowledge of assymmetric web service security is shallow. Right, I've got a java key store containing my private key and a customers public key. When calling the customers web service I get an error message in…
Daniel
  • 429
  • 2
  • 9
  • 20
1
vote
2 answers

Antivirus scan speed optimization

I have been developing an antivirus using vb.net. The virus scanner works fine but I was thinking of ways to optimize the scanning speed (because large files take forever). The algorithm I'm using to detect the viruses is via binary (converted to…
Seif Shawkat
  • 237
  • 2
  • 15
1
vote
2 answers

Calling different constructor signatures of templated Types

I have a template-heavy code at hand in which classes which are supposed to be used as template parameters to the user code, have different constructor signatures. My problem is, that I have not found a good way to call the constructors of the…
1
vote
0 answers

Is there any ECDSA Attack if I have millions of signatures?

I have been given the task to test the security of our company software. Our company software generates ecdsa signed supply order files. One can generate as many files as he wants. so my question is Is there any ECDSA Attack if I have millions of…
rajadr99
  • 11
  • 2
1
vote
1 answer

Java varargs - why are these unacceptable syntax?

I had this practice test question for my OCAJP8 exam preparation. Can someone please explain why the 'Wrong' ones are wrong? Thanks. Which of the following compile? Response Wrong public void moreD(String... values, int... nums) {} Wrong …
1
vote
1 answer

Applescript and Mail in macOS Sierra: broken feature?

I guess you can't make a signature in Mail using AppleScript anymore? If you're running Sierra, give this simple script a try: tell application "Mail" to make new signature with properties {name:"My Signature"} All I get is "Mail got an error.…
PHennessey
  • 186
  • 1
  • 7
1
vote
2 answers

Regex with unknown character length

Simple question for you folks. Sorry that I have to ask it. On my website, I want to use signatures at "random" places in my text. The problem is, There could be multiple DIFFERENT signatures in this given string. The signature code is…
timtj
  • 94
  • 2
  • 11
1
vote
1 answer

Amazon S3 Signed URLs to change content type

We have a large number of videos/audo/media hosted on a custom domain on S3 and have created a set of functions in order to sign the URLs and allow them to be both streamable and downloadable. The problem is that the signed URL of course never…
dcmbrown
  • 1,049
  • 9
  • 15
0
votes
2 answers

App for signing PDF's and categorizing them on a webserver

I've been researching the best way to implement an application for my brother's business, and have been pretty stumped in terms of how to structure my application. The application will be run on iPad 2's deployed in the field, sometimes without…
CDD
  • 147
  • 2
  • 9
0
votes
1 answer

How to create a dynamic image that updates when requested?

So I'm trying to make my own forum signature generator for some friends, and I've gotten most of the work done. My real issue now is refreshing the information when the image is requested from my server. I have almost no clue how to even go about…
Landmine
  • 1,759
  • 6
  • 39
  • 60