Results 1 to 7 of 7

Thread: Help me accomplish this [Resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 2003
    Location
    In Front of my computer...
    Posts
    367

    Smile Help me accomplish this [Resolved]

    What i would like to accomplish is the following:

    Create a type of bruteforcer if we can call it that that does this...

    -Generate a key of 12 Chars. (cant be more or less)
    -The key gotta be only characters from A - Z (cant be lowercases or number only from A - Z)

    Now here's the hard part...

    The result of the sum of ascii of each character in the key gotta be = 384(hex)

    So this is a valid key

    A = 45, N = 4E, W = 57, K = 4B, Q = 51, M = 4D, M = 4D, L = 4C, I = 49, J = 4A, G = 47, B = 42

    (numbers are ascii values :P of each letter)

    ok if we sum all those ascii value it will give us 384h and that's what i want but there are more possibilities so i want to make a program that does that i explained

    Well hope you guys understand it so hopefully someone can help me

    Thank you!
    Last edited by EJ12N; Jun 9th, 2004 at 02:30 AM.
    Born to help others
    (If I've been helpful then please rate my post. Thanks)

    call me EJ or be slapped!

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