Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 June 16th, 2003, 03:29 AM
Registered User
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How do I ensure I send my password encrypted?

Hi,

I've a question regarding submitting my username and password encrypted.

I knew that if I submit my username and password under a https:// (SSL) page, even the action page is not a full path, my username and password will send encrypted.

My question is in the below situations, are my username and password send encrypted before it leaves my computer?

1) In the front page, I submit the form to an action page with full SSL path, will the data encrypted before it send to the page? What I mean is like this, I've a front page called http://www.domainname.com/home.asp and the login form in the front page sumbit to action="https://www.domainname.com/checklogin.asp" will the username and password encrypted through SSL before it pass to the server.

2)In the same page http://www.domainname.com/home.asp, I submit my username and password to action="checklogin.asp" then forward the login sesssion to a secured page to display the account information, will my username and password encrypted before it leaves my computer?

Thank you in advance.
 
Old June 16th, 2003, 09:08 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

1. Yes

2. No

Hal Levy
Daddyshome, LLC





Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert Encrypted Password cancer10 Classic ASP Databases 0 April 10th, 2007 11:12 PM
Encrypted password harini19 Java Basics 0 February 15th, 2006 07:29 AM
Random+Encrypted Password ruhin Pro PHP 1 June 28th, 2004 02:07 PM
Encrypted Password field knight Classic ASP Databases 7 June 28th, 2004 12:35 PM
password in encrypted form mateenmohd SQL Server 2000 4 January 24th, 2004 07:52 AM





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