Thread: 3 Bit Crypter

Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    RedAppleCoder's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Hamm
    Posts
    36
    Reputation
    10
    Thanks
    54
    My Mood
    Fine
    Yep 3 Bytes | 24 Bits per char
    Haters Gon' Hate

  2. #17
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Ch40zz-C0d3r View Post
    I believe he means the length of the "encryption"

    Code:
    char* cA = "218";
    Yea i say 8 bits, per char So its 24 bits, 3bytes


    ---------- Post added at 10:04 PM ---------- Previous post was at 10:03 PM ----------

    Quote Originally Posted by RedAppleCoder View Post
    Yep 3 Bytes | 24 Bits per char
    ohh i was late
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  3. #18
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    its a 32bit integer thats over 10 times more than 3 bits, or is it a string? then its 3 bytes(1 byte for each char or 8bits for each char)... 3 chars times 8 bits = 24bit still along way off from 3bits

    //edit
    did'nt read page 2 of topic, so yeah 8 bits per char, NOT 24bits per char, unless you compiled it as a 64bit application then it would be 16bits per char or 2 bytes per char, which makes your encryption a 48bit deal.
    Last edited by Departure; 09-23-2012 at 08:27 AM.
    DJector.Lite
    Get the advantages of new injection technology, with 1 click easy to use injector, work for all platforms x86/x64

    Download

    D-Jector
    Get the most advanced and full featured injector around, works for any game and any platform x86/x64, nothing comes even close.
    Download

  4. #19
    Avery17's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    28
    Reputation
    21
    Thanks
    10
    Why not automate the process? Calculate the end result based on the character using a formula. Cast each separate character to their decimal equivalent then do some maths on it and return the encrypted value of that character and concatenate it onto the end of a result string.

  5. #20
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,392
    My Mood
    Stressed
    Its A Great! Thanks

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 16
    Last Post: 07-20-2007, 09:32 AM
  2. read this bit of fun...
    By prox32 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 05-19-2007, 12:14 PM
  3. bit of help plz....
    By prox32 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 04-24-2007, 04:12 PM
  4. MPGH a bit slow?
    By Dave84311 in forum General
    Replies: 7
    Last Post: 04-04-2007, 11:23 AM
  5. Replies: 6
    Last Post: 07-20-2006, 05:19 AM

Tags for this Thread