Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 13th, 2007, 03:28 PM
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET control to encrypt data ?

I am new to ASP.NET. My most pressing need is for a control I can place on a web site that will allow a visitor to point to a local file, encrypt it (its tax data, so security is critical), create an email and send it to me. Can I do this with ASP.NET ? Or is there an easier/better way ? I thought about an encrypted upload function using SSL, but don't want to purchase/maintain an SSL certificate.

Thanks,
Scott

AustinTXsupport
 
Old September 13th, 2007, 06:04 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

hi there.. if you don't want to use ssl why don't you just use a desktop app?? .net has a lot of encryption functionality within.. also using a control will do a run trip with the insecure data in it... the only way to do it will be with javascript (and maybe not even that!, I don't know if that is posible...)

also you are saying that they will mail the info to you.. so I would suggest a desktop app...

HTH

Gonzalo

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========
 
Old September 14th, 2007, 07:53 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

I do not believe it is possible to write an asp.net app that will secure the HTTP communication between client and server without SSL.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Encrypt Data Brendan Bartley Access 2 April 29th, 2008 08:30 AM
Best Data Source Control to Use in ASP.Net 2.0 srotondo ASP.NET 2.0 Basics 2 January 23rd, 2008 05:30 PM
Encrypt data in database acdsky Classic ASP Databases 0 January 24th, 2006 05:18 AM
Encrypt ASP CODE Varg_88 Classic ASP Databases 4 September 11th, 2004 09:37 AM
Encrypt data Ned SQL Server 2000 1 February 4th, 2004 12:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.