
Archive
Btw: There seems to be something wrong with the feed. I'll have a look at it tomorrow!
-
-
Not a very accurate depiction... It was really more like saying goodbye to a good friend. It was sad watching Lenn leave last night (we threw a very modest goodbye party for him).
As the elevator doors closed in front of Lenn waving goodbye, we all were choked up. Then we grew sadder as we realized that it will be quite some time before we see Lenn again in the flesh.
It's been a hard week, my friends.
I'm just glad we get to work for an Original C9 Dude, OCD, Jeff Sandquist, and not somebody else who doesn't get it and casts us as just some small band of Microsoft outcasts and renegades (though, in reality, we are!).
HappyMadSad,
C -
Aw, I most certainly would have cried if I was there at that moment

I wish you guys lots of strength to carry on!!! -
Thank you. We will carry on stronger than ever. Rest assured. This is the year of the Niner and by association, Channel 9.
Time heals all, but time takes time.
C -
Charles wrote:Time heals all, but time takes time.
Moderation +2 - Insightful
Extra 'Insightful' Modifier +1
-
dotnetjunkie wrote:Aw, I most certainly would have cried if I was there at that moment

Are you serious?
-
this one seemed more accurate...

-
Except that my character is facing the wrong way...
-
Keep in mind your under the inks mind control at that point

-
Be assured, there will be a sequel today.
Unfortunatly I forgot to add the following to the strip:
to be continued...
and
Part 1 of 3
Sorry if it was understood the wrong way!
I am sure no one would brush lenn off like this. But there is a reason for it. More tonight (CET). -
Ok, I added the missing information to the strip.

Sorry again!
AND: The gallery is now in Channel9 Style! Check it out!
http://www.adminhell.de/c9park -
You can generate a hash code with .NET (no need to use another site). Simply use FormsAuthentication.HashPasswordForStoringInConfigFile. i.e.
lblMD5.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(txtMD5.Text,"MD5");
If you want to do it client side, you can use the code from:
http://pajhome.org.uk/crypt/md5/
Edit:
Also perhaps you could say on your site password length is not limited, and can even be a phrase. Much more secure that way. This is because MD5 is always 32 characters in length, no matter what you are hashing. So set the password field to be char[32] rather than varchar.
-
sbc wrote:You can generate a hash code with .NET (no need to use another site). Simply use FormsAuthentication.HashPasswordForStoringInConfigFile. i.e.
lblMD5.Text = FormsAuthentication.HashPasswordForStoringInConfigFile(txtMD5.Text,"MD5");
If you want to do it client side, you can use the code from:
http://pajhome.org.uk/crypt/md5/
I know, I thought, it would make people feel better to do it somewhere else (i.e. be sure I only see the hash).... But tired as I was yesterday, I forgot, that they enter it during login anyway...
Will change it later.
EDIT: @EDIT: Good idea, I'll implement that aswell! -

Archive
Am I forgiven?
-
Now, that's a modest going away party.

-
Minh wrote:Now, that's a modest going away party.

I thought he deserved one
-
I am all the way in the back!


Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.