|
-
Dec 4th, 2001, 01:32 AM
#1
Thread Starter
Addicted Member
Crypto API
Anyone know how to use the crypt api functions properly? Any examples or tutorials would be helpfull.
Thanks.
-
Dec 4th, 2001, 11:39 AM
#2
Lively Member
i used crypto once and it didnt work on some ppl's machines.... i would suggest not using it.... use rc4.. i have a rc4 class module if u want it... its real nice.
-
Dec 17th, 2001, 03:04 PM
#3
Which one? I see 15 APIs that start with Crypt in the APIViewer.
-
Dec 17th, 2001, 04:23 PM
#4
First off - here is sample Crypto code -
http://www.allapi.net/apilist/exampl...example=Crypto
Hack - you have to call these in sequence - same ideas as FindFirstFile...FindCLose
AlbafaN - you're right - these only work on newer OS versions with more recent verison of Internet Explorer. I believe they are part of support for IE5.0 SSL FOr wide disrtibution find something else.
-
Dec 18th, 2001, 11:58 AM
#5
I suggest going out and looking for a decent crypto library or control.
Preferably one that can hash and encrypt with a known, strong routine like DES
For most non sensative apps, I have a little .dll I found that hashes / unhashes base64 and crypts / decrypts DES-56
Of course, such programs with static, compiled keys are broke in 15 seconds with a dissassembler. If you're really serious, you have a lot of work and research to do on strong encryption.
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
|