Questions tagged [sign]

A digital signature is a mathematical scheme for demonstrating the authenticity of a digital message or document.

A digital signature is a mathematical scheme for demonstrating the authenticity of a digital message or document. A valid digital signature gives a recipient reason to believe that the message was created by a known sender, such that the sender cannot deny having sent the message (authentication and non-repudiation) and that the message was not altered in transit (integrity).

1267 questions
8
votes
6 answers

play protect does not recognize this app's developer

I try to publish my app in a market that is not google play. When I try to install my app it says: Play Protect doesn't recognise this app's developer. Apps from unknown developers can sometimes be unsafe. I think the problem may be from the sign…
mohammad khojaste
  • 107
  • 1
  • 1
  • 7
8
votes
2 answers

nw.js sign application OSX

I want to sign my app to get rid of app blocking with according to security. I followed to the official NW.js documentation Mac-App-Store-(MAS)-Submission-Guideline Generated certificates, packaged my app, sign it. But after signed, my app close…
Arti
  • 7,356
  • 12
  • 57
  • 122
8
votes
2 answers

Using JavaScript to properly sign a string using HmacSHA256

In the Houndify API Docs for Authentication, you have the following block of content: An Example of Authenticating a Request Let's assume we have the following information: UserID: ae06fcd3-6447-4356-afaa-813aa4f2ba41 RequestID:…
ObiHill
  • 11,448
  • 20
  • 86
  • 135
7
votes
5 answers

Sign extension from 16 to 32 bits in C

I have to do a sign extension for a 16-bit integer and for some reason, it seems not to be working properly. Could anyone please tell me where the bug is in the code? I've been working on it for hours. int signExtension(int instr) { int value =…
Sorin Cioban
  • 2,237
  • 6
  • 30
  • 36
7
votes
3 answers

Is http://timestamp.geotrust.com/tsa not longer available for SignTool?

We sign our executables on the build server. Suddenly the build server failed to build giving the error: SingTool Error: The sepcified timestamp server either could not be reached or returned an invalid response. After changing the timestamp…
Mat
  • 1,960
  • 5
  • 25
  • 38
7
votes
4 answers

Assigning a value to each range of consecutive numbers with same sign in R

I'm trying to create a data frame where a column exists that holds values representing the length of runs of positive and negative numbers, like so: Time V Length 0.5 -2 1.5 1.0 -1 1.5 1.5 0 0.0 2.0 2 1.0 2.5 0 0.0 3.0 1 1.75 3.5 …
hfisch
  • 1,312
  • 4
  • 19
  • 36
7
votes
2 answers

Create pgp file with gpg from command line

I want to encrypt an xml file and I am using gpg4win (kleopatra). Using the kleopatra interface I set an option to produce files with extension pgp instead of gpg which is the default extension. I am trying to create a pgp file from command line…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
7
votes
2 answers

Signed JAR being blocked by Java Security

I'm racking my brains as to why when I'm signing my JAR using a code signing certificate which has been used before, I still get a Java Security Application Blocked dialog which stipulates that my application is self-signed: However, when I run the…
lilalfyalien
  • 203
  • 1
  • 3
  • 9
7
votes
2 answers

Signing APK file in Cordova v-5.0 CLI is not working

i tried to add keystore properties into two files in the platforms/android directory. key.store=Users/admin/workspace/android-keystore/keystore key.alias=keystore into ant.properties and project.properties File. It worked fine in previous…
redrom
  • 11,502
  • 31
  • 157
  • 264
7
votes
3 answers

currency list with currency signs and currency name in native language

I have this currency list (from…
user2306309
  • 521
  • 3
  • 6
  • 14
7
votes
3 answers

SSE intrinsic over int16[8] to extract the sign of each element

I'm working with SSE intrinsic functions. I have an __m128i representing an array of 8 signed short (16 bit) values. Is there a function to get the sign of each element? EDIT1: something that can be used like this: short tmpVec[8]; __m128i tmp,…
Michele
  • 366
  • 2
  • 13
7
votes
3 answers

Sign a launch4j executable in ant with sign4j and jsign

I have an application in a Jar and I wrap it in a exe with launch4j so is easy for the user to launch it (in windows). I have a certificate, so I sign the jar (I don't know if this is really necessary because it will be wrapped inside the exe) and I…
PhoneixS
  • 10,574
  • 6
  • 57
  • 73
7
votes
2 answers

How to dual sign a dll with a certificate?

We need to sign a dll file with SHA1 & SHA2 (to obtain prior to Win XP SP3 signing cert with SHA1 and post Win XP SP3 OS's with highest security of SHA2). I found an article that says to do something like the below, but I can't get it to work (show…
Japster24
  • 1,486
  • 3
  • 21
  • 23
7
votes
3 answers

Sign PDF with iTextSharp 5.3.3 and USB token

I'm new to iTextSharp (and StackOverFlow). I'm trying to sign a PDF in C# using external USB token. I try using the follow code I've digged from the internet. Org.BouncyCastle.X509.X509CertificateParser cp = new…
Kaloyan Iliev
  • 147
  • 1
  • 2
  • 10
6
votes
1 answer

How can I sign a Safari Extension for just one computer?

I wrote a Safari Extension that I'd like to have permanently enabled on my computer. It works fine, but I have to click Develop -> Allow Unsigned Extensions and enable it manually every time I open Safari for it to be available. I'm not really sure…
kneedhelp
  • 555
  • 4
  • 18