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