Results 1 to 9 of 9
  1. #1
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3

    [Tutorial] Password protect crypt

    Well its stupid if u make program for selling etc. Some fucking stupid noob crack it..

    What i mean..

    If password is mpgh don't write it like that

    Code:
    If password = "mpgh" Then
    Same code can writed little harder, like that

    Code:
    converted = Chr(97) + Chr(115) + Chr(115) + Chr(105) + Chr(107)
    If StrReverse(mpgh) = converted Then
    Example

    After that, you can't see password on sourcecode.


    I make this but this is very normal..At internet u can find +100 tutorial for that..

    But if you are very good cracker (use hex-editors etc) You can crack this shit.
    Last edited by Anti-Noob; 12-01-2007 at 12:50 PM.

  2. #2
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    omfg
    No, that doesn't make it any harder to crack.
    To a dugger it would still look the same.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  3. #3
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    Yes it do.. chatr. a is "97" etc etc.

  4. #4
    w00t?'s Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    29
    OMG...newbie which will wanna crack hack will also get the ASCII tabel or what is that...and just loook into and they got hack...


    gotcha

  5. #5
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    Maybe this crypt sucks ballz but i got crypt whats almost impossible crack, i mean maybe 10% at mpgh.net can crack it..

  6. #6
    condor01's Avatar
    Join Date
    Feb 2007
    Location
    In My Bed
    Posts
    765
    Reputation
    17
    Thanks
    91
    post it here them

  7. #7
    pbsucks's Avatar
    Join Date
    Sep 2007
    Location
    univers
    Posts
    65
    Reputation
    10
    Thanks
    4
    in comparison with direct password-check, this method is miles better...

    here are also some great methods for password-protection:

    -password-generation at a system
    -crypting passwords with a tabularic system, like this ascii-code variation
    -server-checking through internet...

    and a very complicated method i'm just working on: crack-checking

  8. #8
    Anti-Noob's Avatar
    Join Date
    Nov 2007
    Posts
    114
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by condor01 View Post
    post it here them

    Sorry, if i post it here and then all know the code.. After that all can crack it..:S

  9. #9
    Koekenbakker's Avatar
    Join Date
    Nov 2007
    Posts
    79
    Reputation
    11
    Thanks
    25
    Just encrypt your password with md5.. There's no way back from md5..

Similar Threads

  1. Replies: 17
    Last Post: 04-14-2009, 11:18 AM
  2. How to break zip password protection?????
    By ddd555 in forum General Hacking
    Replies: 0
    Last Post: 04-12-2009, 06:58 AM
  3. Replies: 3
    Last Post: 01-28-2009, 09:16 AM
  4. [TUT] How to password protect a hack
    By olie122333 in forum Visual Basic Programming
    Replies: 20
    Last Post: 12-06-2007, 09:55 AM
  5. [Tutorial] VB Checkboxes/Superjump/Pointers/Password Protection
    By mains3rv3r in forum WarRock - International Hacks
    Replies: 26
    Last Post: 06-29-2007, 01:17 AM