Luigi Auriemma

aluigi.org (ARCHIVE-ONLY FORUM!)
It is currently 19 Jul 2012 13:48

All times are UTC [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 21 posts ] 
Author Message
 Post subject: How recovery my password camfrog...
PostPosted: 16 May 2009 11:57 

Joined: 16 May 2009 11:52
Posts: 7
Hi all,

I need no appz for recovery my password. Just a code in Msdos or calculate for recovery my password camfrog.

It's possible ?


Top
 Profile  
 
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 16 May 2009 12:12 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
uhmmm I guess you refer to the following:

http://aluigi.org/pwdrec.htm#camfrogpwd


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 16 May 2009 12:32 

Joined: 16 May 2009 11:52
Posts: 7
Ok thanks, it's possible you share the source in VB.Net or C# ?


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 16 May 2009 12:36 

Joined: 16 May 2009 11:52
Posts: 7
sorry Thanks you :)


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 16 May 2009 13:29 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
all my stuff has ever the C source code in it (I know only C)


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 17 May 2009 10:07 

Joined: 16 May 2009 11:52
Posts: 7
I have a probleme with compile in wxDev C++

Code:
- openssl/aes.h: No such file or directory.
- In function `camfrog_pwd':
- `AES_KEY' undeclared (first use in this function)
- syntax error before "aes_ctx"
- `aes_ctx' undeclared (first use in this function)


Please Help me.

Ps: I download aes.h and opensslconf.h, no work (openssl/aes.h)


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 17 May 2009 10:42 

Joined: 16 May 2009 11:52
Posts: 7
I installed aes.h in directory wxDev C++. No probleme with file aes.h

I have new probleme the compilation is Done and the file is not execute !


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 17 May 2009 13:37 

Joined: 16 May 2009 11:52
Posts: 7
it's possible to save the password and username and key in file text ?

Sorry for all question...


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 17 May 2009 15:10 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
for compiling the tool you need to have the openssl library:

http://www.slproweb.com/products/Win32OpenSSL.html

or

http://gnuwin32.sourceforge.net/packages/openssl.htm ("Developer files").

your other question is programming oriented and if you don't know C is a bit useless... search on internet about fprintf


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 18 May 2009 19:34 

Joined: 16 May 2009 11:52
Posts: 7
Ok good and not work. I send a PM please helpe me.

Undefined reference 'AES_set_decrypt_key' and 'AES_decrypt' I searsh in web, not reply for probleme.


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 May 2009 14:41 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
Code:
gcc -o camfrogpwd.exe camfrogpwd.c -lcrypto


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 22 Nov 2009 20:08 

Joined: 22 Nov 2009 19:24
Posts: 4
Hey

Great program. i will code it in Vb6 soon as i understand how you have done it...

So you need the CLSIDKEY too Decrypt the reg files..???

So how do you do it ... convert to it..

Hex REGISTRY FILE add CLSIDKEY?

How is this done?


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 23 Nov 2009 07:48 

Joined: 22 Nov 2009 19:24
Posts: 4
I get this error ..
compiling...
camfrogpwd.c
Linking...
camfrogpwd.obj : error LNK2001: unresolved external symbol _AES_decrypt
camfrogpwd.obj : error LNK2001: unresolved external symbol _AES_set_decrypt_key
Debug/camfrogpwd.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

camfrogpwd.exe - 3 error(s), 0 warning(s)


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 26 Nov 2009 18:14 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
-lcrypto


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 26 Nov 2009 21:09 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
the following is a quick and easy explanation of the password decryption used in Camfrog.

- the passwords located in the registry are in hexadecimal so the first step is converting them in bytes, so the string "61626364" will become "abcd"
- decrypt the obtained sequence of bytes using AES (ecb, the classical simple one) and the key "CamFrogMCU DLL01"

that's the easiest thing of the world.

the clsid is the same thing with the addition of a XOR of the sequence of bytes with the clsid value (Software\Microsoft\Windows\CurrentVersion\TelephonyPhDeviceCLSID) before doing the aes decryption


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 Jun 2011 16:20 

Joined: 19 Jun 2011 15:59
Posts: 5
please how to get password and pro to camfrog 6 please


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 Jun 2011 16:23 

Joined: 19 Jun 2011 15:59
Posts: 5
I need the program camfrog passwords cripter 0.4.0


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 Jun 2011 16:25 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
and in what dream did you imagine the version "0.4.0"???
the latest one is 0.3.2 which is compatible with camfrog till version 5.0
at the moment there is no plan to support camfrog 6.0


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 Jun 2011 18:05 

Joined: 19 Jun 2011 15:59
Posts: 5
my brother aluigi iam no dream
iam look this version 0.4.0 in youtoub

There is an inscription found in the program and are
camfrog passwords decrypter 0.4.0
by luigi aurienmma
e-email :aluigi@autistici.org

look this vedio in youtoub

http://www.youtube.com/watch?v=*edit*
There is a link to download but it is not real
It contains a virus
Give me information brother aluigi


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 19 Jun 2011 20:42 

Joined: 13 Aug 2007 21:44
Posts: 4068
Location: http://aluigi.org
indeed you are dreaming because that thing is just a virus for idiots posted by someone.

my official website is only one so if there is nothing on it, the program just doesn't exist.


Top
 Profile  
 
 Post subject: Re: How recovery my password camfrog...
PostPosted: 20 Jun 2011 01:13 

Joined: 19 Jun 2011 15:59
Posts: 5
ok thanks my brother aluigi


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 21 posts ] 

All times are UTC [ DST ]


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 post attachments in this forum

Search for: