Top "Sign" questions

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

Verilog 32-bit ALU with Overflow, Sign, and Zero Flags

I have an assignment asking for creation of a module as described in the title. I need to add, subtract, …

overflow verilog sign alu
OpenCV traffic sign recognition

I'm coding a software (for my studies) for traffic sign recognition with an IP Camera.For a moment, I have …

opencv sign surf traffic
How to see what attributes are signed inside pkcs#7?

I have a pkcs#7 file, which contains signed data. It successfully verifies: $ openssl smime -verify -in data.p7s -CAfile …

openssl sign pkcs#7
Git error: gpg failed to sign the data on Linux

I am having trouble signing commits. With the following git config: user.name=Bob user.email=[bob's email] user.signingkey=…

linux git sign
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 …

encryption gnupg sign pgp
Signing embedded framework not working in Xcode 11.2.1

I have a small proof-of-concept app, where I am trying to embed (and sign) a framework (Alamofire) inside of my …

ios swift xcode frameworks sign
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 …

ant sign launch4j
VS2012 Signing Assembly Error - "Cannot find the certificate..."

I'm trying to sign my app in VS2012 but I'm receiving "Cannot find the certificate and private key for decryption" …

visual-studio certificate sign
Can maven sign not only produced jar, but also dependencies

I managed to create main jar, copy dependencies to a single directory, the only step left is to sign all …

maven-2 jar sign