Click here to Skip to main content
16,012,316 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hI GYUS
I want to make a software using which I can implement digital signature to any document. Like text,doc,excel,html etc.
And I dont know from where to start.

Please Help me
Thanking you
Posted
Updated 19-Aug-11 22:55pm
v3
Comments
OriginalGriff 20-Aug-11 4:57am    
Don't bump your question - it's a Saturday, so most of the Western world is at home. Have a little patience.
All you will do by bumping, is annoy people, and reduce the chances of a useful reply.
Sergey Alexandrovich Kryukov 21-Aug-11 3:15am    
Not a question.
--SA

1 solution

Start with this: http://en.wikipedia.org/wiki/Digital_signature[^].

Seriously, using digital signature is much more about understanding of how it works than implementation. This article provides very good explanation. .NET has everything to implement it. See also Web links in this article.

See also this CodeProject article: Implementing Digital Signing in .NET[^].

Another useful article: http://www.simple-talk.com/dotnet/.net-framework/beginning-with-digital-signatures-in-.net-framework/[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900