Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [digital-signature]

mathematical scheme for demonstrating the authenticity of a digital message or document (Wikipedia). A cryptographic toolkit is often used along with a public-private key pair to digitally sign a message and to verify a message.

digital-signature
1 vote
1 answer
68 views

How to digital sign a pdf file using smartcard and iTextSharp?

I'm new in digital signing concept, I'm developing a winform application that allow an user to select a certificate from Windows certificate store, and use the selected certificate to sign to a pdf ...
user2905416's user avatar
0 votes
0 answers
14 views

How Digitally Sign a pdf using python [closed]

I was working on a project where i want to digitally sign a pdf document. And my Digital Signature in the output pdf should look like this enter image description here I know how to do this in C# and ...
Harshal Pawar's user avatar
0 votes
1 answer
36 views

PADES certificate signature not validating but approval signatures validate (DocMDP)

I've created a document with a PADES approval signature, which works fine, when digitally signed, but fails when i try add a DocMDP dictionary to turn the first signature into a certification/Author ...
dragonsdesign's user avatar
1 vote
1 answer
98 views
+100

How to sign Excel file programmatically in c# application

I have some long-existing code that uses Microsoft.Office.Interop.Excel.Application to manipulate Excel files, and then serves those files to client browsers in response to HTTP requests. This ...
Stephan G's user avatar
  • 3,439
0 votes
0 answers
35 views

Need to extend the certificate profile validity on Azure trusted signing accounts

I have created a Private certificate profile in azure trusted signing account method. But it was valid for 3 days only, after 3 days, the certificate profile will get auto-renewal for next 3 days. How ...
revanth reddy's user avatar
0 votes
0 answers
69 views

Generating RSA Signature in C# Without CRT Parameters Using System.Security.Cryptography or BouncyCastle

I'm working on a C# application (Framework 4.7.2, Visual Studio 2019, upgrading is not an option) that needs to generate a signature for a given sequence of bytes using RSA. My dataset contains only ...
user26408975's user avatar
0 votes
0 answers
15 views

Guidance on Using HSM-Generated Code Signing Certificates on Virtual Machines with Developer RDP Access

I am planning to purchase a code signing certificate and understand that recent updates to the process now require the private key to be generated by a Hardware Security Module (HSM). I need ...
JonLinux's user avatar
  • 173
0 votes
0 answers
54 views

Dotnet Core Signing XML Document with XAdES-BES

I'm required to Sign xml document with XAdES-BES standard. My vendor Suggested in their documentation that I should use Apache Santuario library, but As I'm using dotnet, I don't have acccess to that ...
Hanad Ahmed's user avatar
1 vote
1 answer
53 views

How to automatically create the OID (SHA-256) in MbedTLS / OpenSSL?

I am using MbedTLS in firmware. I successfully received a remote file and an encrypted hash of it that was encrypted with a private key (via OpenSSL). I used mbedtls_sha256() to locally make my own ...
kackle123's user avatar
  • 301
0 votes
0 answers
33 views

Extract which bytes should be included in the hash calculation (Signature)

I'm looking to implement the enveloped signature in a project and I'm creating a proof of concept. The integration documentation requests that: Prepare the signature document Calculate which bytes (...
Tiago Paza's user avatar
-1 votes
0 answers
25 views

What is the point in using for example StAX for signing / verifying signatures if the elements get buffered anyways?

I have been trying to use Apache Santuario to sign and verify signatures of large xml documents in Java. If it gets to really big files I still regularly get Java out of heap space and memory errors. ...
ylr's user avatar
  • 9
0 votes
0 answers
59 views

How to generate canonicalized element using c14n11

I am signing my XML document using Python's signxml library. Here's my code: signer = XMLSigner( method=methods.enveloped, signature_algorithm="rsa-sha256", ...
Package.JSON's user avatar
0 votes
0 answers
17 views

Signing nupkg packages on Linux

On Windows, we can use the built in nuget sign command and a certificate from the Windows certificate store. The beauty of it is we can have any KSP to perform the actual signing. The private key does ...
fhcat's user avatar
  • 1,193
0 votes
0 answers
49 views

MSBuild detect if signed driver is same as previous built non-signed driver (prevent re-signing via caching)

My organization has a driver that now needs to be signed by both our organization and by Microsoft. We have a build process that runs on windows as a batch file, it runs msbuild for all of the ...
applecider's user avatar
-1 votes
0 answers
13 views

Generate Digital Signature for Oracle database

I need to Sign the generated invoice hash with ECDSA using the private key to Generate Digital Signature for ZATCA in oracle database. is there any built in function doing that. if so does it works ...
abdurahman hasan's user avatar

15 30 50 per page
1
2 3 4 5
239