Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #16  
Old 02-01-2012, 00:50
Ahmed18
 
Posts: n/a
Quote:
Its not up to sorry, but its up to killed much amount of time and at the end you are cool - becaue you know that the tool was buggy.....
Mabye its good idea to put a comment near download link "use with caution" ?
To same these hrs for another REversers
What is this stupid post ?!!!!!!!!! I am not the owner of this topic or the developer of this tool .. I also sorry for the owner of this topic [Git] not for you or anyone.
You don't like it so don't use it and don't write a silly comments again!!
Reply With Quote
  #17  
Old 02-01-2012, 08:32
JMI JMI is offline
Leader
 
Join Date: Jan 2002
Posts: 1,627
Rept. Given: 5
Rept. Rcvd 199 Times in 99 Posts
Thanks Given: 0
Thanks Rcvd at 96 Times in 94 Posts
JMI Reputation: 100-199 JMI Reputation: 100-199
It appears that I must remind the group again that you are not to post comments and/or criticisms about eachother or posters on these Forums.

If you have a complaint about a Post or Threat, send me a Private Message or post in the Suggestions and Feedback Forum.

It is unnecessary to get upset with eachother and/or carry on a private spat (argument) here on these pages.

I hope this is enough warning.

Regards,
__________________
JMI
Reply With Quote
  #18  
Old 03-02-2012, 23:54
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
I've made a start on writing a similar tool to KGA. At the moment, for some unknown reason, I've called it BNC. I'm writing it in C++ Builder in plain C. I'm using OpenSSL for its 'BN' big number library and for it's Crypto capabilities. I am supplementing BN with the GMP big number library.

I am not, at the moment, planning for more that 3 tabs, being Calculator, Encryption and Hashing. More could be added later. I want the first tab to be a very comprehensive arbitary precision calculator, so the 'conversion' part of kga at the bottom of it's first tab will not be implemented, in favour of being able to independantly convert any of the P, Q, N, R fields between base 2, 10 and 16. I've tested that conversion up to 800,000,000 bits so far!. Crypto will be as full an implementation of the OpenSSL functions as I can manage, probably without the X509 stuff. I am more interested in an accurate low bug tool than bells and whistles.

Any suggestion, comments or ideas welcome.

Git
Reply With Quote
The Following 2 Users Gave Reputation+1 to Git For This Useful Post:
chessgod101 (03-06-2012)
  #19  
Old 03-05-2012, 12:53
Av0id Av0id is offline
VIP
 
Join Date: Jan 2006
Posts: 399
Rept. Given: 112
Rept. Rcvd 111 Times in 69 Posts
Thanks Given: 0
Thanks Rcvd at 15 Times in 15 Posts
Av0id Reputation: 100-199 Av0id Reputation: 100-199
Git, i know openssl is very powerful and complicated, but take a look at polarssl and miracl
Reply With Quote
  #20  
Old 03-05-2012, 20:41
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
I've used Miracl before and think GMP is better. Not heard of PolarSSL, I'll check it out, thanks.

Git
Reply With Quote
  #21  
Old 03-06-2012, 10:12
mrb!
 
Posts: n/a
A warning though.

PolarSSL is GPL so you might need to open source your tool for it to be legal.
Reply With Quote
  #22  
Old 03-06-2012, 19:22
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Same with Miracl, they both have commercial backgrounds too. I think I will stick with OpenSSL and GMP. They are both good, well established packages with a lot of current development. Converting between the two big number formats is quite easy too.

Git
Reply With Quote
  #23  
Old 03-06-2012, 22:19
Loki Loki is offline
Lo*eXeTools*rd
 
Join Date: Jan 2009
Posts: 122
Rept. Given: 156
Rept. Rcvd 65 Times in 30 Posts
Thanks Given: 58
Thanks Rcvd at 18 Times in 13 Posts
Loki Reputation: 65
Not to put you off or anything (I dont think there is a 1-1 over lap here), but for awareness sake there is another new tool being developed by SADUFF

http://forum.tuts4you.com/topic/28538-sdf-tool-keygenning-tool/page__fromsearch__1
Reply With Quote
  #24  
Old 03-06-2012, 22:38
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
OK, more the merrier . I'm not a member there so I can't look at it, but I'm sure they'll do a good job. Meanwhile, it would be good if anybody has any suggestions for what they would like to see please.

Git
Reply With Quote
  #25  
Old 03-07-2012, 16:42
Loki Loki is offline
Lo*eXeTools*rd
 
Join Date: Jan 2009
Posts: 122
Rept. Given: 156
Rept. Rcvd 65 Times in 30 Posts
Thanks Given: 58
Thanks Rcvd at 18 Times in 13 Posts
Loki Reputation: 65
For anyone else interested but not a member over at t4u, the author is hosting on his own site

http://saduff.keygenme.com/downloads/SDF%20Tool.zip
Reply With Quote
The Following 2 Users Gave Reputation+1 to Loki For This Useful Post:
Av0id (03-07-2012), uranus64 (03-09-2012)
  #26  
Old 03-08-2012, 23:28
dj-siba's Avatar
dj-siba dj-siba is offline
Musician Member
 
Join Date: Jun 2003
Location: Outside the dot
Posts: 324
Rept. Given: 34
Rept. Rcvd 43 Times in 21 Posts
Thanks Given: 56
Thanks Rcvd at 159 Times in 43 Posts
dj-siba Reputation: 42
Quote:
Originally Posted by Git View Post
Can anybody who is a member at www.at4re.com pass...
Expect new Keygener Assistant version soon, Sorry for late reply.
Reply With Quote
  #27  
Old 03-09-2012, 00:31
Git's Avatar
Git Git is offline
Old Git
 
Join Date: Mar 2002
Location: Torino
Posts: 1,115
Rept. Given: 220
Rept. Rcvd 265 Times in 157 Posts
Thanks Given: 108
Thanks Rcvd at 216 Times in 124 Posts
Git Reputation: 200-299 Git Reputation: 200-299 Git Reputation: 200-299
Right, thanks. Pity somebody didn't say something earlier. Are they aware of the bugs?

Git
Reply With Quote
  #28  
Old 03-20-2012, 19:53
dj-siba's Avatar
dj-siba dj-siba is offline
Musician Member
 
Join Date: Jun 2003
Location: Outside the dot
Posts: 324
Rept. Given: 34
Rept. Rcvd 43 Times in 21 Posts
Thanks Given: 56
Thanks Rcvd at 159 Times in 43 Posts
dj-siba Reputation: 42
Quote:
Are they aware of the bugs?
Yes, fixed see pics
Code:
http://i44.tinypic.com/29gc45.jpg
http://i40.tinypic.com/72zpcg.jpg
if there are more tell us
Any suggestion are welcome

Regards
Reply With Quote
The Following 2 Users Gave Reputation+1 to dj-siba For This Useful Post:
deepzero (03-20-2012), mdj (03-23-2012)
  #29  
Old 03-20-2012, 19:58
deepzero's Avatar
deepzero deepzero is offline
VIP
 
Join Date: Mar 2010
Location: Germany
Posts: 300
Rept. Given: 111
Rept. Rcvd 64 Times in 42 Posts
Thanks Given: 178
Thanks Rcvd at 215 Times in 92 Posts
deepzero Reputation: 64
perfect.
where can i grab that beta?
Reply With Quote
  #30  
Old 03-22-2012, 16:29
STRELiTZIA
 
Posts: n/a
Hi,

Quote:
perfect.
where can i grab that beta?
Keygener Assistant v1.8
PHP Code:
http://www.2shared.com/file/JMkwZ6RS/Keygener_Assistant_v18.html
http://www.4shared.com/rar/V8gnNK82/file.html
http://www.mediafire.com/?ao7k8hb3j2vbok5 
For any bug report, please feel free to post here:
PHP Code:
http://www.at4re.com/f/forumdisplay.php?18-ENGLiSH-SECTiON 
Regards
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 09:28.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )