Login or create a free accountShare your thoughts!
Andyman2340 Photo
Andrew Stacy (Site Newb) wrote Jun 8, 2009
Those changes are good. They better explain what's happening with MD5. I like how you linked the wikipedia article as well.
Andrew Photo
Andrew Johnson (ITNewb Guru) wrote Jun 7, 2009
Good suggestion, thank you.

I changed
Another option, if you don't want to mess with encoding is to run the generated token through md5, which will produce a hash of the randomly generated token that's URL friendly as-is.

to
Another option, if you don't want to mess with encoding is to run the generated token chunk(s) through md5, which produces a 32 character hexadecimal number derived from the randomly generated token that's URL friendly as-is.

At the start of the article I linked MD5 to its Wikipedia article, and in the first function walk through I linked md5 to the PHP function reference. Also, I linked hexadecimal to Tim's new article on base 16.

Do you find this adequate? We do need articles that really explain how md5, sha1 and so on work but I'm wondering if the cryptography series wouldn't be more appropriate. This article could always be updated later on and linked to a local breakdown of the md5 function.

Let me know, and thanks again for the suggestion.
Andyman2340 Photo
Andrew Stacy (Site Newb) wrote Jun 7, 2009
Hey Andrew,
I just have a suggestion on this article. I think it would be a good idea to explain what MD5 hashing is to people that might not be familiar with it. Other than that, great article!
Andrew Photo
Andrew Johnson (ITNewb Guru) wrote Jun 1, 2009
Hi Ben,

Very good points. This has been a common complaint. Frankly, the way I setup that stuff was quite silly. Live and learn, I guess. At any rate, your advice is under-works and before too long CC will be integrated into the site and we'll make it very easy for you to identify the copyright information.

Currently, according to the terms of use you may use the works only for personal use unless the author granted other rights in the article. In the future, the site terms of use will be changed and commercial projects and so on will be addressed. Basically authors will select a CC as you suggested.

If you have anymore questions let me know.
benhaines Photo
benhaines (Site Newb) wrote Jun 1, 2009
Hi Andrew, thanks for the article. Very helpful.

One thought, it isn't clear what license applies to article code samples. I guess this is a site wide concern that I am raising.

I'm not sure the notice on the footer is explicit enough. "Articles © Copyright their respective authors with all rights reserved."

Perhaps it would be worth allowing the author to select from one of the many creative commons licenses.

Requirements

Nickname
  Remember me.
Login
Close