Top "Sign" questions

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

Signing Windows application on Linux-based distros

I have prepared an application and website where the customer can set several options for this application before he downloads …

linux windows certificate exe sign
Android System App Info

I would like some general info on system apps. I am working with a manufacturer who is willing to give …

android system sign
Negative numbers are stored as 2's complement in memory, how does the CPU know if it's negative or positive?

-1 can be represented in 4 bit binary as (2's complement) 1111 15 is also represented as 1111. So, how does CPU differentiate between 15 …

binary cpu-architecture numeric sign twos-complement
How to disable Kernel Module Signing in linux

I'm working with a real time scheduler developed at my university and when I run it I get "module verification …

linux ubuntu module sign
How to efficiently compare the sign of two floating-point values while handling negative zeros

Given two floating-point numbers, I'm looking for an efficient way to check if they have the same sign, given that …

floating-point compare sign zero negative-number
Signed and Encrypt from KeyPair string

I'm a newbie in jwt and after read a lot of web pages I've not found examples of how to …

c# .net encryption sign jose
Hash_hmac equivalent in Node.js

I have code that is working in my PHP app. In the PHP I sign the url with the following …

javascript php node.js amazon-s3 sign
Lua decimal sign?

I've used this in other languages, but lua seems to be lacking this rather useful function. Could one of you …

function lua decimal sign
apksigner not accepting password

Up until now I had been signing my apks with the following method: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 …

android apk sign
Sign a jar file exported from Eclipse 3.5?

Is it possible to sign a jar file as you export it from Eclipse 3.5? Or a plugin to allow this …

eclipse jar sign