Results 1 to 5 of 5

Thread: Crypto API

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Classified
    Posts
    234

    Crypto API

    Anyone know how to use the crypt api functions properly? Any examples or tutorials would be helpfull.
    Thanks.
    My ICQ Status: (85634850)

    Seriously Sick Tshirts

  2. #2
    Lively Member
    Join Date
    Aug 2001
    Posts
    109
    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.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Which one? I see 15 APIs that start with Crypt in the APIViewer.

  4. #4
    jim mcnamara
    Guest
    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.

  5. #5
    Corwin
    Guest
    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
  •  



Click Here to Expand Forum to Full Width