MSDOTnet.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

encrypted password

 
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> ASPNet
Author Message
Claudia Fong



Joined: 11 Aug 2007
Posts: 1

PostPosted: Thu Dec 13, 2007 6:33 am    Post subject: encrypted password Reply with quote

I have two textboxes in my webform for the user to login with their
username and password.

Is it possible to encrypt the password that the user input? For example
if the user input a 6 characters password and I can generate the key
below:

1E-5C-7F-BB-BB-F0-AA-10-56-A3-26-4C-6A-74-9E-B9



Cheers!

Claudi

*** Sent via Developersdex http://www.developersdex.com ***

Archived from group: microsoft>public>dotnet>framework>aspnet
Back to top
View user's profile Send private message
Mark Rae [MVP]



Joined: 08 Aug 2007
Posts: 29

PostPosted: Thu Dec 13, 2007 3:11 pm    Post subject: Re: encrypted password Reply with quote

"Claudia Fong" wrote in message @TK2MSFTNGP05.phx.gbl...

> Is it possible to encrypt the password that the user input?

http://www.google.co.uk/search?sourceid=navclient&aq=t&hl=en-GB&ie=UTF-8&rlz=1T4GZEZ_en-GBGB252GB252&q=%2eNET+cryptography


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Back to top
View user's profile Send private message
Patrice



Joined: 08 Aug 2007
Posts: 36

PostPosted: Thu Dec 13, 2007 4:12 pm    Post subject: Re: encrypted password Reply with quote

Your best bet would be likely to use https for this form..

The idea is that if an attacker can intercept the password, it is likely he
will be able to intercept the client side code that done the encryption
(being then able to decrypt this password).

--
Patrice

"Claudia Fong" a écrit dans le message de news:
OAin9sWPIHA.4752@TK2MSFTNGP05.phx.gbl...
>I have two textboxes in my webform for the user to login with their
> username and password.
>
> Is it possible to encrypt the password that the user input? For example
> if the user input a 6 characters password and I can generate the key
> below:
>
> 1E-5C-7F-BB-BB-F0-AA-10-56-A3-26-4C-6A-74-9E-B9
>
>
>
> Cheers!
>
> Claudi
>
> *** Sent via Developersdex http://www.developersdex.com ***
Back to top
View user's profile Send private message
Patrice



Joined: 08 Aug 2007
Posts: 36

PostPosted: Thu Dec 13, 2007 4:56 pm    Post subject: Re: encrypted password Reply with quote

Ah ! I thought you wanted to do some kind of client side encryption...
See the other response if server side encryption...

--
Patrice



"Patrice" a écrit dans le message de news:
OanUoCXPIHA.748@TK2MSFTNGP04.phx.gbl...
> Your best bet would be likely to use https for this form..
>
> The idea is that if an attacker can intercept the password, it is likely
> he will be able to intercept the client side code that done the encryption
> (being then able to decrypt this password).
>
> --
> Patrice
>
> "Claudia Fong" a écrit dans le message de news:
> OAin9sWPIHA.4752@TK2MSFTNGP05.phx.gbl...
>>I have two textboxes in my webform for the user to login with their
>> username and password.
>>
>> Is it possible to encrypt the password that the user input? For example
>> if the user input a 6 characters password and I can generate the key
>> below:
>>
>> 1E-5C-7F-BB-BB-F0-AA-10-56-A3-26-4C-6A-74-9E-B9
>>
>>
>>
>> Cheers!
>>
>> Claudi
>>
>> *** Sent via Developersdex http://www.developersdex.com ***
>
>

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
Decrypting TripleDES data that was encrypted with CAPICOM I was new to cryptographyy before .NET... however I've come across a task that is stumpnig me. Using the cryptography classes in .NET, I need to decrypt some data that was encrypted using TripleDES via CAPICOM v1. I'm VERY green with CAPICOM but from wh

HexEncoding on UsernameToken Password what does the serialized HexFormat look like ... do I just convert each byte to hex? should there be a space in between? Thank you casey

Winform: Impersonating user with no password set Hi Is there a way to impersonate to a local account with no password defined? My tests were negative until now. Thanks.

ODBC / ASP.NET Connection - Password in Code I have developed an ASP.NET site that uses an ODBC connection to a MS SQL Server. I have set up the ODBC connection in my web application, but have to put the password in the properties of the I have been asked to try and use this ODBC

Changing Access Database Password - ? Greetings & Salutations, I am having a few problems trying to get the .NET data framework to work properly with Access database files (suprised?) I breifly investigated using ODBC to connect to my database, however, I was unable to locate any facilities t
Post new topic   Reply to topic    MSDOTnet.org Forum Index -> ASPNet All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group