Security and Cryptography
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationSecurity and Cryptography

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 28th, 2004, 11:53 AM
Caimin Caimin is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Location: Rome, Italy.
Posts: 48 Caimin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 52 sec
Reputation Power: 6
Electronic signatures in web form

A client of mine wants to incorporate an electronic signature in a web form. Can anyone suggest a good product to do this? He's looking for a relatively cheap solution.

From my point of view, something that works well with PHP would be better.

Thanks.
__________________
Caimin
Freelance Flash, web + games developer

Reply With Quote
  #2  
Old February 10th, 2004, 06:32 PM
alexgreg's Avatar
alexgreg alexgreg is offline
Full Access
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jun 2000
Location: London, UK
Posts: 2,019 alexgreg User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 sec
Reputation Power: 11
Quote:
A client of mine wants to incorporate an electronic signature in a web form.

What exactly is he hoping to achieve with this? You need to provide much more detail on the problem before we can help you with a solution.
__________________
Alex
(http://www.alex-greg.com)

Reply With Quote
  #3  
Old May 30th, 2004, 05:53 AM
HuiXu HuiXu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 HuiXu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I have the same question!

I want to incorporate an electronic signature in a web page so that others can not change or copy it or falsify it.

Reply With Quote
  #4  
Old May 31st, 2004, 06:49 AM
mitakeet's Avatar
mitakeet mitakeet is offline
Last Day: May 28, 2005
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Jul 2003
Location: Maryland
Posts: 4,575 mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 9 h 51 m 4 sec
Reputation Power: 21
What, exactly, are you trying to protect yourself from? Unless you have an infrastructure in place to provide your clients with uncorruptible signatures for your document, all you have done is add another (small) bump in the road for any hacker to corrupt your system. If you have paranoid clients that will verify the signatures that come with your documents then there is a reasonable chance that they will retain the most current (and valid) version of whatever key you use to verify the authenticity of your documents, but if you are expecting random visitors to your site to take the time to download, install and execute software (how can they trust the software?) to verify the signatures on the documents, you are asking a very large amount, probably too much.

If a hacker gains access to your site, he/she has the ablity to modify the signatures to match whatever changes that are made to the document.
__________________

Left DevShed May 28, 2005. Reason: Unresponsive administrators.
Free code: http://sol-biotech.com/code/.
Secure Programming: http://sol-biotech.com/code/SecProgFAQ.html.
Performance Programming: http://sol-biotech.com/code/PerformanceProgramming.html.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Me, I just made it up

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw

Reply With Quote
  #5  
Old June 2nd, 2004, 03:21 AM
HuiXu HuiXu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 2 HuiXu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Thank you very much!But I have another question to ask!

Now, if I adopt the electronic signature, how do I make a signature on web pages or encrypt the datas of web pages so that others can't change them. In this environment,I must assure that the author of these datas is me. Readers also can believe that the author of these datas is me . Can you give me some suggestions or offer some methods ! Thank you very much!

Reply With Quote
  #6  
Old June 2nd, 2004, 05:52 AM
mitakeet's Avatar
mitakeet mitakeet is offline
Last Day: May 28, 2005
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Jul 2003
Location: Maryland
Posts: 4,575 mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level)mitakeet User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 1 Week 2 Days 9 h 51 m 4 sec
Reputation Power: 21
You must be able to ensure the security of your web server. I talk a bit about it on this thread: http://forums.devshed.com/t148569/s.html, but if you are just serving static pages a lot of my comments are meaningless. Even if you are able to totally secure your web server, it is still possible for people to be directed to another server all together (by fooling DNS) or by spoofing your web site. Unless you are going to exclusively serve your data via HTTPS and require authentication, there is very little you can do to protect yourself from such activities. The question you have to ask is 'is your data that important?'. If you feel it is, then you need to get a SSL certificate, install it on your server, and ensure that your content is only served via the secured pages. Then you need to hope that the people accessing your site will actually care to check that the site has a valid certificate (are you even sure they will check your digital signature?). To get a really good idea that your content is served tamper free, you will need the user to supply some token (such as a user name/password) that some other spoofing site would have to capture somehow (which is possible, btw). Of course, somehow you need to get the token to the user so they can access your site. Keep in mind that all of this can be duplicated to the point where the user can't distinguish the switch!

Reply With Quote
  #7  
Old June 6th, 2004, 10:44 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Actualy what I would do is install an IDS sensor such as SNORT that will validate the authenticity of the files and send an alarm when they are modified. that way you will know if your files on the web server have been compromised. the use of SSL and certificates is also a good idea.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationSecurity and Cryptography > Electronic signatures in web form


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT