How to use copycom dll or other for digital signature with chrome browser

om shankar 1 Reputation point
2021-07-16T18:32:57.607+00:00

I am working on asp.net project and need to sign data.

I want to sign data with chrome instead of ie or other browser. Or I want to use secure technique to sign data from any browser.
Currently I am working copicom dll, which is now working with chrome.
What should I use secure technique to read digit signature and verify it.
Please provide need full solution with code.

Thanks.

Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,096 Reputation points
    2021-07-19T09:32:49.897+00:00

    Hi @om shankar ,
    As far as I think,you could use Cryptographic Signatures.You could uses the SHA1 algorithm and call the CreateSignature method to perform the signing.
    And you need to have the information including of the public key of the party that signed the data,the digital signature,the data that was signed and the hash algorithm used by the signer to verify that data was signed by a particular party.
    More details,you could refer to below article:
    https://learn.microsoft.com/en-us/dotnet/standard/security/cryptographic-signatures
    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.