Search:

Type: Posts; User: Weed4Me

Search: Search took 0.01 seconds.

  1. Thread: Memory leak?

    by Weed4Me
    Replies
    2
    Views
    1,679

    ok cool...

    Thanks :)
  2. Thread: Memory leak?

    by Weed4Me
    Replies
    2
    Views
    1,679

    Memory leak?

    Take a look at the example code below. Its nothing serious, just something I put here as a scaled-down representation of something I am doing on a larger scale. Assume this function is only one part...
  3. Replies
    12
    Views
    9,760

    Basically I just need an ASCII to Hex conversion...

    Basically I just need an ASCII to Hex conversion function. I found one on the web, but I'm wondering if there is a built-in function in C that will do it (I don't think the one I found is converting...
  4. Replies
    12
    Views
    9,760

    Ok, Well, the answer has been right in...

    Ok,

    Well, the answer has been right in front of me the whole time. As a matter of fact, the "encode" function you gave me is not what I needed, but it is one small piece of a much larger, more...
  5. Replies
    12
    Views
    9,760

    Ok

    Alright.

    I've searched some more, and I still cannot find the answer I'm looking for. There is no mention of "encode()" in that "md5 unoffficial homepage", the link to which you gave in your first...
  6. Replies
    13
    Views
    1,452

    As usual..

    Every message board I have ever subscribed to has always had two types of people.

    The first type usually only comes around when they have a question or a problem. They understand what its like to...
  7. Replies
    12
    Views
    9,760

    By hex I meant binary. I wasnt sure exactly what...

    By hex I meant binary. I wasnt sure exactly what gets returned by MD5. Pardon the oversight.

    I will try your suggestion. That's all you had to say, there was never any need for the bashing. All of...
  8. Replies
    12
    Views
    9,760

    Not Quite...

    I asked how to convert a character string into the hex representation of its MD5.

    Let me break this down for you.

    Start with a short character string.

    Pass this to an MD5 string encryption...
  9. Replies
    13
    Views
    1,452

    include conio.h then call clrscr() --or-- ...

    include conio.h

    then call clrscr()

    --or--

    include stdlib.h

    then call system("cls")
  10. Replies
    12
    Views
    9,760

    Thanks, but no thanks

    Perhaps I should be a little more clear. I'm not looking for the actual MD5 code. I can find all of that I need. I have searched, but I cannot find the simple answer I am looking for.

    The post I...
  11. Replies
    16
    Views
    5,350

    /* Don't mind me */ postCount++; :D

    /* Don't mind me */

    postCount++;



    :D
  12. Replies
    12
    Views
    9,760

    Implementing the MD5 encryption library in C

    Hey fellas

    I'm trying to modify a slightly complex C program, and all I need to do is convert a short character string into the hex representation of its MD5. The only problem is, I've never...
Results 1 to 12 of 12