|
-
May 18th, 2009, 05:14 PM
#1
Thread Starter
PowerPoster
[RESOLVED] DES function?
I've looked around and can't seem to find a simple DES function I can incorporate into my code, a simple one where I can give the string and key (and perhaps salt, although not important to my code right now :-)) and it outputs the encrypted text.
I found VBCrypto, but it's serious overkill with all sorts of other functions built into it and I'm not sure if I would be able to clean out the unimportant code from it to keep it short and sweet.
Has anyone got a simple module or something I can use which lets me call the function and get the data back?
Just to confirm, I want *DES* and not triple-DES, there's tons of triple-DES (3DES) and AES stuff out there, I need DES 
Edit: VBCrypto includes class modules that in theory work on their own, but I know nothing at all about using classes in programs, I usually use modules myself...perhaps that is where I need the help :-)
Last edited by smUX; May 18th, 2009 at 06:24 PM.
Well, everyone else has been doing it :-)
Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
Expect more to come in future
If I have helped you, RATE ME! :-)
I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!
And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|