Jump to content

Help with those 2 things !!!!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
Hi everyone i need help again :$ ok the first what i want to know is
how to make a md5 hash generator second
a frend of mine wants to make a quiz and the problem is at the end of the quiz he wantz to make a highscore table people should insert they names and see who gots at most score

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
To make a MD5 hash generator you'll first have to find out how they work and how they're implemented. You can find lots of information around on the internet.

There's multiple ways to save data like your friend wants. It can be saved in a database, plain-text file, or something else. Find out how it shall be saved, and everything will be much easier for you.

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
can you show me an example project

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I would suggest you use a DLL to calculate the md5, will be quite complicated for you to make it in pure VB

And as for the saving I there are too much options for your friend, just choose one.

And I can't show any code ATM, because this is the second time I'm formatting my computer in the last 5 days.. so for now I'm not planning to install everything, and I will not install VB 6.0 for now.