Questions tagged [signatures]
43 questions
0
votes
1 answer
Signature Patterns Parsing Efficiency
I convert binary files into hex strings to search through them for specific patterns that the user has provided, the same way anti-viruses handle their signatures database. If a pattern is found, then it will return true.
One difficulty I'm facing…

Karizan
- 29
- 6
0
votes
0 answers
Hash signatures for files
I need to create a program that creates hash signatures for each file in my directory. I need the output to contain the filename and hash next to it.
This is the code I have so far and all it is doing is giving me the hashes.
import os,…

Blake Spiretta
- 13
- 3
0
votes
2 answers
HTML signature showing old image for URL
I recently created html email signatures for my office (uses gmail and apple mail). Everything was going well until we found out that sometimes the photo we use loses it's formatting and goes full size.
We have a webpage where we all have 200x200…

thndrfngrs
- 23
- 1
- 5
0
votes
1 answer
Trouble installing .apk after code change, windows upgrade, and IDE reinstall
This is my first questions on SO, but I would first like to thank the community for helping me along the way in creating a few Android apps. I am not a programmer by profession, and most of the stuff I make is just for fun, but one Android app is a…

Standroid
- 1
- 2
0
votes
2 answers
Html signatures: how to prevent user editing
I have made some .html signatures for one of our clients, and there are two things they want I can't figure out how to achieve.
One of them, the client wants the text inside the signature to not be editable by the user, that is to prevent them from…

pablito.aven
- 1,135
- 1
- 11
- 29
0
votes
1 answer
Removing unused methods from a web service
I found a question that asks the opposite of what I'm trying to do here.
Adding methods to the webservice: do old clients need to update web references?
But, basically I have a web service that I inherited and there were originally grand plans but…

Jarrett Robertson
- 459
- 2
- 13
0
votes
1 answer
Azcopy not working for a sas url that is working on browser
I am trying to copy a vhd from a sas url but that is throwing an error:
AzCopy…

Romonov
- 8,145
- 14
- 43
- 55
0
votes
2 answers
AlienVault OSSIM: Invalid 'if_sid' error
I do not know if the question is considered to be related to programming, but I'll try anyway. I'm new to the Alienvault OSSIM System.
I'm trying to learn how to make my own rules, but unfortunately I am having some difficulty.
I created a simple…

Froike
- 1
- 2
0
votes
1 answer
Docusign: Signatures missing in completed document
I am trying to add 2 signer tabs from code for a document and send. I am able to see the signatures tabs properly where they are expected. After the document signed by both signers, when i open the completed document, the signatures are missing. The…

sangam
- 11
- 4
0
votes
1 answer
different application signatures BUT same keystore
when I updated my android app i got the following error message:
Re-installation failed due to different application signatures.
You must perform a full uninstall of the application. WARNING: This will remove the application data!
Please execute…

user2277241
- 11
- 2
0
votes
1 answer
Raising events in VB.net failure
My code won't compile because it gives an error stating "Signature is not compatible" for MyDigiouts.SensorOneOn
Private Sub myDigioutsInt(ByVal src As Object, ByVal args As DiSnapEventArgs) Handles MyDigiouts.SensorOneOn
MsgBox("Sensor…

Killakeys
- 93
- 1
- 3
- 10
0
votes
1 answer
Is there a way to form secure connections without trusted third parties?
I've just recently learned a bit about how encrypted messages are sent across the Internet, and it seems that it relies a lot on "trusted third parties" My problem is that I don't trust anyone, is there some way to form an encrypted connection…

Noah
- 351
- 2
- 9
0
votes
1 answer
Serialization of structure with OPENSSL Signatures
I am doing serialization of a structure in C but I am having a problem which I can figure it out:s The code is a bit long but I think it is ok to understand.
This is the top level structure I am trying to serialize:
typedef struct
{
uint8_t…

mmm
- 689
- 2
- 12
- 25