Friday, August 29, 2008
Cracking MD5 hashes
I want to be clear, that I am not advocating trying to crack and steal information,
Gr33nN1nj4 has an interesting article on using a dictionary based attack to find out encrypted MD5 information.
Background: MD5 is a one-way encryption algorithim (also known as a Cryptographic hash). These hashes are used by many software/web based programs to securely store confidential information such as passwords.
You may have often heard that it is very important when choosing a password, to choose one that contains lots of alpha-numeric characters, including special characters like "@ . !" etc. This tutorial helps to explain why if you pick a password like "password" it can be hacked literally in seconds !
Read More...
Gr33nN1nj4 has an interesting article on using a dictionary based attack to find out encrypted MD5 information.
Background: MD5 is a one-way encryption algorithim (also known as a Cryptographic hash). These hashes are used by many software/web based programs to securely store confidential information such as passwords.
You may have often heard that it is very important when choosing a password, to choose one that contains lots of alpha-numeric characters, including special characters like "@ . !" etc. This tutorial helps to explain why if you pick a password like "password" it can be hacked literally in seconds !
Read More...
Labels: cracking, password-tips, passwords, security
Wednesday, August 27, 2008
How to send a trackback with blogger
If your a blogger and you use the blogger platform from google you may have noticed, it is not easy to send trackbacks with blogger.
Trackbacks are a common way to link back to other blogs which you want to comment on.
I found this article from Any Beard's blog which is a great how-to for doing this if you use greasemonkey and firefox.
Read More...
Trackbacks are a common way to link back to other blogs which you want to comment on.
I found this article from Any Beard's blog which is a great how-to for doing this if you use greasemonkey and firefox.
Install Greasemonkey
Lots of people might have it already and I know 65% of my readers use Firefox. If you don't have it already, it is extremely useful, and there are thousands of user scripts for it.
Install Blogger Trackback
After you have Greasemonkey installed, install the appropriate script - the developer says both can co-exist, but I haven't tested that.
If you are using New Blogger, you can use this trackback script for greasemonkey.
If you are using old blogger, there is an older script available
Read More...
Labels: blogger, blogging, trackbacks, web log
Tuesday, August 26, 2008
How to create your own reddit on your own domain
The social news and bookmarking site Reddit recently announced the ability to create fully customizable sub-reddits . In addition to creating your own look and feel you can also point them your own domain.
How it works:
Step #1) Create your Reddit
First Create your own Reddit by filling out the form
In this step you are asked to pick a name for this reddit. This is important and will be needed later
Here's one I created:
Step #2) Customize your Layout
After saving your site (the reddit name must be unique), you can customize the CSS and image logo from the site you are taken to. Normally this will be something like
http://www.reddit.com/r/philosophycorner/
Step #3) Add a CNAME (alias) record to your domain
The specific steps on this will depend on how your DNS is hosted, but basically you will add a CNAME type record to your DNS's nameserver. The new record will contain the name you defined for "domain:" when you created the site. In this example it was philosophy.bwebcentral.com
For the points to portion of the record you use the name you defined for the reddit (in this case philosophycorner and reddit.com -> http://philosophycorner.reddit.com
This is important, you cannot redirect to www.reddit.com/r/philosophycorner! It must be [subreddit].reddit.com
It can take up to 24 hours for your DNS settings to be propagated, once they are you can access the site
Congrats Your Done!
One additional tip!
The "bookmarklets" button on the bottom of your main page is the standard bookmarklets for submitting to reddit. However, you can send users to your own bookmarklets page at
[sub-reddit].bwebcentral.com/bookmarklets
http://philosophy.bwebcentral.com/bookmarklets
The Cons [edit: Aug 27]
As I've been playing around with this, I've noticed that the way reddit is redirecting to your blog isn't really "web/search engine friendly". When they detect your web address request to their site, they are generating a frameset to mask the page. So should a search engine visit the page they will see the real content they will just see the frame pointing to the actual page on reddit.
I think it would have been smarter if reddit, simply used somethign like a ReWriteRule to softly redirect and actually send the content to the browser instead of just a frame. Although it seems like reddit might be using IIS 3.0 (that can't be right can it?) to serve the pages.
[Submitted Feature Request (135)]
Hope this tutorial has helped you! If so, Please grab my bookmarklet and start submitting your philosophy entries to my reddit!
How it works:
Step #1) Create your Reddit
First Create your own Reddit by filling out the form
In this step you are asked to pick a name for this reddit. This is important and will be needed later
Here's one I created:
Step #2) Customize your Layout
After saving your site (the reddit name must be unique), you can customize the CSS and image logo from the site you are taken to. Normally this will be something like
http://www.reddit.com/r/philosophycorner/
Step #3) Add a CNAME (alias) record to your domain
The specific steps on this will depend on how your DNS is hosted, but basically you will add a CNAME type record to your DNS's nameserver. The new record will contain the name you defined for "domain:" when you created the site. In this example it was philosophy.bwebcentral.com
For the points to portion of the record you use the name you defined for the reddit (in this case philosophycorner and reddit.com -> http://philosophycorner.reddit.com
This is important, you cannot redirect to www.reddit.com/r/philosophycorner! It must be [subreddit].reddit.com
It can take up to 24 hours for your DNS settings to be propagated, once they are you can access the site
Congrats Your Done!
One additional tip!
The "bookmarklets" button on the bottom of your main page is the standard bookmarklets for submitting to reddit. However, you can send users to your own bookmarklets page at
[sub-reddit].bwebcentral.com/bookmarklets
http://philosophy.bwebcentral.com/bookmarklets
The Cons [edit: Aug 27]
As I've been playing around with this, I've noticed that the way reddit is redirecting to your blog isn't really "web/search engine friendly". When they detect your web address request to their site, they are generating a frameset to mask the page. So should a search engine visit the page they will see the real content they will just see the frame pointing to the actual page on reddit.
I think it would have been smarter if reddit, simply used somethign like a ReWriteRule to softly redirect and actually send the content to the browser instead of just a frame. Although it seems like reddit might be using IIS 3.0 (that can't be right can it?) to serve the pages.
[Submitted Feature Request (135)]
Hope this tutorial has helped you! If so, Please grab my bookmarklet and start submitting your philosophy entries to my reddit!
Labels: how-to, reddit, social bookmarking
Subscribe to Posts [Atom]