Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 1st, 2005, 4:03 PM   #1
jaymunee80
Newbie
 
Join Date: Jul 2005
Posts: 1
Rep Power: 0 jaymunee80 is on a distinguished road
Simple VB Program

Is it possible to make a program that can rewrite a checksum? what would it include. Could someone point me in the right direction. Im very new to programming so any help would be great. Im pretty sure this would be a simple program.
jaymunee80 is offline   Reply With Quote
Old Jul 5th, 2005, 10:05 AM   #2
Clotters
Programmer
 
Join Date: May 2005
Posts: 60
Rep Power: 4 Clotters is on a distinguished road
If you would explain what exactly you want by a 'checksum' I could probably help you out a bit more, but I'm assuming you want a simple program that will recieve input from a user and perform some simple mathematic functions to calculate results.

If this is true, you should have no problem with it, assuming you have any kind of VB experience.
Clotters is offline   Reply With Quote
Old Jul 6th, 2005, 4:56 AM   #3
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
Well the industry standard is now MD5, though what's in textbooks is usually CRC (32). Both of these are very processor intensive, so it's best to use an out of process DLL written in C or ASM for VB6 (try Gnu Zlib http://www.gzip.org/zlib/).

Such algorithms are not trivial however: if this is homework or something, the one being used probably involves simple manipulation of a string/byte-array and could be done directly in VB.
Rory is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:40 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC