Results 1 to 4 of 4

Thread: How to make an application to store digital signatures

  1. #1
    Join Date
    Dec 2010
    Posts
    102

    How to make an application to store digital signatures

    Is someone knows something about making an application to store digital signatures in a database, if anyone has any example would serve me much. I have search solution for this but after visiting many of the forum site I am not able to get any proper solution. And I have also seen that many of the user ar looking for the same query. So it will be grateful if you have any solution for this.

  2. #2
    Join Date
    May 2009
    Posts
    677

    Re: How to make an application to store digital signatures

    Really should not use IMAGE as a data type is outdated and may disappear in future versions of SQL Server, instead you should use VARBINARY. This article lists the "features" Obsolete SQL Server and what is its replacement: SQL Server, Deprecated Features Object. Take this opportunity to spend the binding of some articles I wrote about digital signatures and certificates, so take a look on this by searching this on Google and I am sure that it may serve you:
    • Concepts of Digital Certificate and Digital Signature
    • Create test certificates for server and client
    • Using digital certificates from. NET (surely this can help you, because they also explain how to sign documents)
    • Signing a PDF document from C # with iTextSharp
    • How to calculate the hash of an array of bytes or a string

  3. #3
    Join Date
    Mar 2010
    Posts
    567

    Re: How to make an application to store digital signatures

    What is your exact problem? The digital signature after all is nothing but a sequence of bytes. If memory loads an array of bytes, you can dump directly to a field of type IMAGE or VARBINARY (MAX) in the database without doing anything special, like a field otherwise. For example, if you make a parameterized INSERT, you can assign the byte array parameter, as if you were inserting a string or a date. Or if you use a DataAdapter to record, no problem in the corresponding DataTable has a column of type array of bytes, not to do anything special other than what you would do.

  4. #4
    Join Date
    May 2009
    Posts
    970

    Re: How to make an application to store digital signatures

    You can rest assured the image has already been in the catalog of data with which you can get back up and restore it to another location to be read from your application without any problem and do not affect anything you use C: / bob.jpg instead of C: \ bob.jpg. So this is the one way through which you can fix your issue. And I also do not know much more about it but ya as soon as I get information on this I will share it over here.

Similar Threads

  1. Replies: 9
    Last Post: 17-11-2011, 06:24 PM
  2. Replies: 7
    Last Post: 06-04-2011, 08:42 AM
  3. Application store on iPhone 4 freezes
    By Everleigh in forum Portable Devices
    Replies: 5
    Last Post: 08-11-2010, 07:17 PM
  4. Digital Signatures
    By jimmaya in forum Windows Software
    Replies: 1
    Last Post: 16-10-2010, 12:48 AM
  5. Problem installing Windows XP Pro digital signatures
    By Zoe in forum Operating Systems
    Replies: 2
    Last Post: 17-12-2008, 06:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,011,542.01989 seconds with 17 queries