Email verifacation

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




Hello every body I had a question

I am involved in a project where I need to verify the user's email
address by sending them an email and asking them to click on a link. now
I have done this but my link is human readable(example
validator.aspx?address="blah@xxxxxxxx") so any user can just type in
their email address into that link and it will validate it for them...
now what I want to do is to encrypt this email but most of the
encryption methods that I have searched into end up giving me a very
long strings but most professional websites that I have seen have done
this but they use a very short encrypted string.. can somebody give me
some hints on how to go about this...what is the best most professional
method to use?

btw i am coding this in asp.net 2.0 C#
thank you in advance

Awaiting your responds


---
Best Regards
Amir

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



Relevant Pages

  • Re: Email verifacation
    ... When thinking about encryption always as yourself if you need to transmit ... > encryption methods that I have searched into end up giving me a very ... > long strings but most professional websites that I have seen have done ... > this but they use a very short encrypted string.. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Newbie question about AES encryption
    ... initializing the cipher with a SHA1 hash of the password, ... I try and decrypt ONLY PART of the encrypted string, ... If you encrypt in ECB mode, you can decrypt each block seperately ...
    (sci.crypt)
  • Re: Newbie question about AES encryption
    ... Using this code I created a program to encrypt strings by first ... I try and decrypt ONLY PART of the encrypted string, ... just delete that last block of ciphertext. ...
    (sci.crypt)
  • Re: System call on Solaris 2.8 to retrieve current users password
    ... if Solaris 2.8 still uses DES to encrypt password ... encrypts them and then compares the encrypted string ... > not take too long to crack. ... > years (unless that string happened to be in one of your dictionary files). ...
    (comp.sys.sun.admin)
  • Re: encrypt combination of 2 values and decrypt back
    ... You could just hard code a key into your program and website, and encrypt ... your own Base32 implementation as I haven't seen any free ones (we've ... > (thus meaning that the encrypted string should be ...
    (microsoft.public.dotnet.security)