Ask a Question related to Dreamweaver AppDev, Design and Development.
-
caprice #1
Encrypted Password
I am trying to use an existing customer table in our SQL database for another
Member-Only section of our web site, so they will share the same password as
the store. When I view the Customer table in Dreamweaver the password is
encrypted. For example a password such as 'train' is converted to FF56OORT and
the new login page that I make will only respond to the encrypted version of
the password not the orginal. Any ideas? Is there some code that convert the
encyrption? Thanks in advance.
caprice Guest
-
Selling encrypted PDFs online with buyer's email as password?
Hi all I am planning on selling a PDF file online. The content is the same for every buyer, however I'd like to encrypt the PDF with the buyer's... -
Connect to database using encrypted password
I'm needing to connect to a database manually (not using cfquery). However I'm not wanting to hardcode the password into the file. I have a... -
Storing encrypted password in xml file??
Hi, I have an XML file that stores a Profile of a user, including the username, password, server name, etc. I want to be able to leave the XML... -
Forgot Password encrypted email system
I really wish there were some examples explaining how to create a forgot password email link system when you encrypt a password in a database and... -
Reinstaled, Lost profiles, encrypted files left encrypted
Bob; Are you sure it is not an Ownership issue: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q308421& If the files are encrypted. If... -
Michael Fesser #2
Re: Encrypted Password
.oO(caprice)
That's how it's supposed to be.>I am trying to use an existing customer table in our SQL database for another
>Member-Only section of our web site, so they will share the same password as
>the store. When I view the Customer table in Dreamweaver the password is
>encrypted.
You have to encrypt the entered password before comparing it with a>For example a password such as 'train' is converted to FF56OORT and
>the new login page that I make will only respond to the encrypted version of
>the password not the orginal.
stored one. You have to use the same encryption method that was used on
the stored passwords.
If done properly you won't be able to decrypt the passwords.>Any ideas? Is there some code that convert the
>encyrption?
Micha
Michael Fesser Guest



Reply With Quote

