Mohamed Mansour's Personal Website
Articles
SHA1 Generator Simple
Posted on October 25, 2006, 10:58 pm EST
I am taking this class called Introduction to Security, and Professor Carlisle Adams placed our midterm marks as SHA1 encrypted student ids. So I decided to spend ~15 minutes to do a quick Online Sha1 Finder. I included the source as well so people could see how easy it is to do it themselves.
You can take a look at the PHP code here: http://www.m0interactive.com/files/downloads/sha1/
As you see, the source code is very straight forward and simple. It may be messy, but oh well :> Not going to create an object oriented code that just uses 1 method to do its purpose :)
