Register and join over 40,000 other developers!
Recent Topics
-
Print specific values from dictionary with a specific key name
Siten0308 - Jun 20 2019 01:43 PM
-
Learn algorithms and programming concepts
johnnylo - Apr 23 2019 07:49 AM
-
Job Gig PHP Form Needed
PJohnson - Apr 18 2019 03:55 AM
-
How to make code run differently depending on the platform it is running on?
xarzu - Apr 05 2019 09:17 AM
-
How do I set a breakpoint in an attached process in visual studio
xarzu - Apr 04 2019 11:47 AM
Recent Blog Entries
Recent Status Updates
Popular Tags
- networking
- Managed C++
- stream
- console
- database
- authentication
- Visual Basic 4 / 5 / 6
- session
- Connection
- asp.net
- import
- syntax
- hardware
- html5
- array
- mysql
- java
- php
- c++
- string
- C#
- html
- loop
- timer
- jquery
- ajax
- javascript
- programming
- android
- css
- assembly
- c
- form
- vb.net
- xml
- linked list
- login
- encryption
- pseudocode
- calculator
- sql
- python
- setup
- help
- game
- combobox
- binary
- hello world
- grid
- innerHTML

32 replies to this topic
#25
Posted 01 June 2009 - 05:22 AM
The provider of the file also has to provide the hash. You then recheck the hash of what you downloaded to see if it matches.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
My MineCraft server site: http://banishedwings.enjin.com/
#26
Posted 01 June 2009 - 05:45 AM
Oww oke I understand it a little better now, thanks for that explanation! Oke well I'm gonna last it later today
thanks for your help

4d 65 6c 76 69 6e 0d 0a
"If happiness was the national currency, what kind of work would make you rich?"
"If happiness was the national currency, what kind of work would make you rich?"
#27
Posted 30 August 2009 - 06:06 AM
Looks interesting.
#28
Posted 30 August 2009 - 08:14 PM
Well done outsid3r, you -rep'ed me without leaving a comment IN THE THREAD. You've shown the lack of balls to tell everyone what you thought, and if I was a new member, I would feel discouraged from posting more tutorials. You never asked any questions to see whether I had any comprehension of the subject at hand.
Edited by Termana, 31 August 2009 - 05:38 AM.
Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!
#29
Posted 19 February 2010 - 02:34 PM
Hi,
I'm using this tool when I need to hash a string, pretty cool online md5 converter : stringfunction.com/md5-hash.html
I'm using this tool when I need to hash a string, pretty cool online md5 converter : stringfunction.com/md5-hash.html
#30
Posted 27 February 2010 - 08:01 AM
Well done outsid3r, you -rep'ed me without leaving a comment IN THE THREAD. You've shown the lack of balls to tell everyone what you thought, and if I was a new member, I would feel discouraged from posting more tutorials. You never asked any questions to see whether I had any comprehension of the subject at hand.
Hi, didn't check this post until now! First, i didn't feel to comment it at the time, i can't remember exactly why... maybe because many have done previously, why just another one? and second, if i can discourage people to submit tutorials like this, it's just great for codecall.
#31
Posted 19 March 2010 - 01:12 AM
Hey all,
The main function is like this right? (for example):
So I input (minus the comments):
In the main function (like between the brackets) or in the main body of the code (in between the {} and the beginning and the end of the code)?
The main function is like this right? (for example):
int main ()
So I input (minus the comments):
// This will allow us to access the md5wrapper class. md5wrapper md5; // This will store the md5 hash of a file called test.txt in a string hash1 std::string hash1 = md5.getHashFromFile("test.txt"); // This will store the md5 hash of some text into a string hash2 std::string hash2 = md5.getHashFromString("Hello World"); // This will print, the hash from the file and from the string std::cout << hash1 << std::endl; << hash2 std::endl; system("PAUSE"); // Remove if your using Linux. return 0;
In the main function (like between the brackets) or in the main body of the code (in between the {} and the beginning and the end of the code)?
#33
Posted 03 September 2012 - 10:48 AM
sehr geil, danke!
Also tagged with one or more of these keywords: hello world, md5
Language Forums →
Java →
A simple hello world programStarted by FaizalRahman, 18 May 2013 ![]() |
|
![]() |
||
Tutorial Forums →
C/C++ Tutorials →
C for Beginner -- part2 : How to Write a Hello World Program in C LanguageStarted by kernelcoder, 26 Feb 2013 ![]() |
|
![]() |
||
General Forums →
The Lounge →
Introductions →
Hello CodeCallStarted by xxsalami, 20 Feb 2013 ![]() |
|
![]() |
||
Tutorial Forums →
HTML, CSS and Javascript Tutorials →
The Node.js -- Part1: The BasicStarted by kernelcoder, 03 Feb 2013 ![]() |
|
![]() |
||
Language Forums →
Python →
md5 hash/digest and sprintfStarted by kimbo, 09 Jan 2013 ![]() |
|
![]() |
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download