Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Crack this

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes
View previous topic :: View next topic  
Author Message
Jvlaple
Grandmaster Cheater
Reputation: 0

Joined: 15 Dec 2008
Posts: 768

PostPosted: Fri Apr 17, 2009 10:57 pm    Post subject: Crack this Reply with quote

Crack this Very Happy
_________________
jadeling wrote:
how do i save my npc?

samerj13 wrote:
What the fuck is visual basic?
Back to top
View user's profile Send private message
pkedpker
Master Cheater
Reputation: 1

Joined: 11 Oct 2006
Posts: 412

PostPosted: Sat Apr 18, 2009 12:10 am    Post subject: Reply with quote

It uses a hashing function Sha512 to encode data it's nearly impossible to crack only patch to win message

Code:

    static String pass = "dfc830a028e88f363e850996244ab264debbd3c40bce066c33bd177ac738de40b99d43c1206a8626537639dc23b93425cb928ca72af93d97ccfefc6016a2b444";

    public static void main(String a[])
        throws Exception
    {
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
        boolean win = false;
        while(!win)
        {
            System.out.println("Password:");
            String pw = br.readLine();
            if(hashSha512(pw).equals(pass))
            {
                System.out.println("You win! Press any key to continue.");
                win = true;
            } else
            {
                System.out.println("You lose.");
            }
        }
        br.readLine();
    }


seems impossible imo..

nice idea of using java

_________________
Hacks I made for kongregate.
Kongregate Universal Badge Hack: http://forum.cheatengine.org/viewtopic.php?p=4129411
Kongreate Auto Rating/Voter hack: http://forum.cheatengine.org/viewtopic.php?t=263576
Took a test lol
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sat Apr 18, 2009 12:34 am    Post subject: Reply with quote

It's a big no-no to use pre-made hashing functions for your password in a crackme. It's fair-game for integrity checkers and such though.
Back to top
View user's profile Send private message
Jvlaple
Grandmaster Cheater
Reputation: 0

Joined: 15 Dec 2008
Posts: 768

PostPosted: Sat Apr 18, 2009 1:09 am    Post subject: Reply with quote

ok if you can't do it i'll remake it with my own hash function kk?
_________________
jadeling wrote:
how do i save my npc?

samerj13 wrote:
What the fuck is visual basic?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Crackmes All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites