md5 is it unique
Posted on
16th Feb 2014 07:03 pm by
admin
I know this is most likely one of many simple questions that can be found semi easily. But I'm pressed for time. I have searched google, php.net, etc. But it only tells me how to make md5 hashes. Ok great that part I knew.
What I am curious of is, if I create a md5 hash and store it as a session a cookie, or an entry in a database for later comparison with something else. If I followed the same exact method of creating the variable for the session, with the same exact data, would it create the same exact hash as before or would it create a new hash that would be diffrent
example
$session_key = md5('Name-of-Product'.'Price'.'Shipping');
$compare_key = md5('Name-of-Product'.'Price'.'Shipping');
for the example above I would initial hash the info for the $session_key
through a series of different actions the user will eventually end up sending the data through the site via some form of variable or another $_POST or $_GET what I am tempting to do is want to make sure that if i take the user provided data that it matches that of the session I created earlier by comparing the 2 hash strings.
No comments posted yet
Your Answer:
Login to answer
271
23
Other forums
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&PHP code for a proxy I was wondering which function I could use to create an online proxy tool. I was thinking cURL would Protecting forms Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa Php navigation I have four buttons on a php page. If i click a button it will redirect to different php pages. Program with calculate Meteorologic measurements Hello I'm a beginner and I want to make a program with calculate Meteorologic measurements:
ba Output Full URL of Current Page Let's say I am currently viewing a dynamic page: http://www.mydomain.com/directory/index.php how to timeout $doc = new DOMDocument()->load($url) I am currently using this $doc->load($url) to fetch an rss feed. If a feed takes long than Error querying database. I get the above error when trying to insert some values to a datatable. Here's the code :
Working with popups and such in a class I've recently started building my applications completely enclosed in classes. I like the fact that Weekly Calendar Hi, I am looking at creating a weekly calendar. The calendar will read from Monday - Sunday. Does an
|