GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > GSM Programming & Reverse Engineering

GSM Programming & Reverse Engineering Here you can post all Kind of GSM Programming and Reverse Engineering tools and Secrets.

Reply
 
LinkBack Thread Tools Display Modes
Old 11-24-2002, 07:05   #1 (permalink)
Junior Member
 
Join Date: Nov 2002
Age: 47
Posts: 8
Member: 18082
Status: Offline
Thanks Meter: 0
Good protection system


Hello,
I coded something and I want to sell it. But I didn't code protection and I want to use something very easy for use, but very good too. Can you help me and give me some info about interesting protection programs?

Exit
  Reply With Quote
Old 11-24-2002, 11:10   #2 (permalink)
No Life Poster
 
Dave.W's Avatar
 
Join Date: Nov 2001
Location: England
Age: 41
Posts: 2,821
Member: 7653
Status: Offline
Thanks Meter: 823
if your program needs to communicate by cable, maybe try writing some program for PIC which can be used as a dongle inside the box.
  Reply With Quote
Old 11-24-2002, 16:12   #3 (permalink)
Banned
 
Join Date: Nov 2001
Location: IRAN
Age: 38
Posts: 3,679
Member: 7444
Status: Offline
Sonork: 100.99999
Thanks Meter: 10,013
@exit_2
for UNCRACKABLE solution contact me on ICQ...139113990
thats not armadillo or.... and thats not HW protection.....ITS software protection
  Reply With Quote
Old 11-25-2002, 01:37   #4 (permalink)
Junior Member
 
Join Date: Nov 2002
Age: 47
Posts: 8
Member: 18082
Status: Offline
Thanks Meter: 0
to VsH-GsM:
Please don't tell me stupid things like something is not possible crack!!! I know something about it and EVERYTHING is possible crack!

to all:
I searched little and tolked with some crackers and found some programs and interesting things about them:

Armadillo - I will never use it and nobody smart will. Why? I found something like this:

Armadillo.v2.60c.Incl.Keygen.READ.nFO-dT

Some crackers told me that keygen works only for this version, but is not problem update it for new versions too! This mean if someone use (used, will use) Armadillo he has BIG problem. Is not problem did keygen for his program, because Armadillo uses ****Fish encryption algorithm and then is possible break its keys.


ASProtect - Its very good program and it uses 1024-bits long RSA keys. Then it is very secure and crackers told me it is very good coded. But other side its very good known by crackers, there are decoders, many of articles about it and many people know how crack it.

Btw I found this:
ASProtect.v1.1.Win9xNT2k.Incl.Keymaker-DAMN

I was mad because I couldn't find something interesting, but then one cracker told me about something different, SVKP.

I found it at www.anticracking.sk and boys I can say its very interesting. It uses 2048-bit long RSA keys and many many interesting things. One of the best is encrypted blocks, than I can very easy and very secure protect some parts of code and nobody will look at them. And anticracking team will very soon (they writing at they page this month I think) release SVKP with hardware keys!
I talked about this protection with some other crackers and they told me about it: ITS VERY GOOD PROTECTION!
I think I will buy it, because its not very expensive and I will wait for HW keys, because I think then it will be very strong protection!

Exit
  Reply With Quote
Old 11-27-2002, 18:41   #5 (permalink)
No Life Poster
 
Invisible's Avatar
 
Join Date: Apr 2001
Location: รำมว&#
Posts: 2,461
Member: 3956
Status: Offline
Sonork: galletto3 rules :D
Thanks Meter: 55
re

hi,

I will give you my two cents, first, nothing is unbreakeable, you can only slow down craked versions till you recover some money (if you are lucky enought). Also, if something canīt be easy craked it will be copied, so...
About protections forget ready made ****, they use schemes well know for crakers, better try to do homemade one, it will resist better than comercial one and are better/cheaper.
If you want we can talk more deeply about this, I can help you a little too (for free!, offcourse) with protection system,

best regards
Invisible
  Reply With Quote
Old 11-27-2002, 19:13   #6 (permalink)
XzZ
No Life Poster
 
XzZ's Avatar
 
Join Date: Apr 2001
Location: Winimei
Age: 8
Posts: 633
Member: 3938
Status: Offline
Sonork: 100.1637318
Thanks Meter: 90
Donate money to this user
Post .

  Reply With Quote
Old 11-27-2002, 23:32   #7 (permalink)
Junior Member
 
Join Date: Nov 2002
Age: 47
Posts: 8
Member: 18082
Status: Offline
Thanks Meter: 0
to Invisible: I bought SVKP and I am testing it now. Its pretty interesting, I think it is one of the best protections which I can see. Its possible create special license keys for one computer. These keys doesn't work at other computer. I think this is what I want to do it and it is very easy. I will use RSA encrypted blocks which will decode only when program call them and user has correct license key for his computer.
But if you have some other ideas, it will be interesting talk about them. Please write me to [email protected] and we can start discussion. Thank you for answer.


to XzZ: Really interesting answer
  Reply With Quote
Old 11-28-2002, 23:28   #8 (permalink)
No Life Poster
 
Invisible's Avatar
 
Join Date: Apr 2001
Location: รำมว&#
Posts: 2,461
Member: 3956
Status: Offline
Sonork: galletto3 rules :D
Thanks Meter: 55
re

hi,

I donīt know about SVKP more than I have listened here but as all software products I see the same problem, it can be craked, anyone with a valid licence can debug code and dump/patch code so encription will be gone...
Homemade encription can be added to the application without problem, the only weak point is how to protect application against debug?, no way, even if a hardware device is used it also can be spied, so I think better solution is remove working code from program turning this into a crippleware application (no hardware, no program) and put the device in the last point so a deep analisys would be needed in order to understand working.
Depending of program and how does it work it could help, never know, if you have ideas donīt hesitate to share them,

best regards
Invisible
  Reply With Quote
Old 11-29-2002, 00:47   #9 (permalink)
Junior Member
 
Join Date: Nov 2002
Age: 47
Posts: 8
Member: 18082
Status: Offline
Thanks Meter: 0
Yes, I can agree what did you write. Homemade protections are the best because it is something new and unknown. But they have some limitations. First, you must know what do you code and I think not many people know it. Second, you must have time for code it (I read help for SVKP and author code it more than one year!!!!).

Then if you have time, you can code your protection yourself, but if you don't have lime me, then you will use automatic protection system and code some stuff yourself.

Btw: Many GSM software uses own protections, but they are not good and very easy for crackers. They then protect thier application with some public free protectors like TELock or use some commercial protection like Armadillo, but then is very easy remove protector and analyze protection.

I think best way is use commercial protection and use some special features from it and code some special parts yourself. It is very quick and I think more secure than some homemade protections.

There is other side why use commercial products. I think about code whole protection, but then I started think about bugs. Commercial protections are really good tested and they have not many bugs, but if I code my protection then I will need some time for testing (2-3 month) and I will need find testers. I think it isn't very good idea

Exit
  Reply With Quote
Old 11-29-2002, 02:09   #10 (permalink)
No Life Poster
 
Invisible's Avatar
 
Join Date: Apr 2001
Location: รำมว&#
Posts: 2,461
Member: 3956
Status: Offline
Sonork: galletto3 rules :D
Thanks Meter: 55
re

hi,

offcourse comercial protections are faster and (some, not all) well tested, also you can think that in the same time used to code/test a new protection another appl can be developed, true.
About bugs all appl have them so I am not so worry if they are not realy BIG, they can be solved quickly as they appear,

best regards
Invisible
  Reply With Quote
Old 11-29-2002, 03:08   #11 (permalink)
Kali
Guest
 
Posts: n/a
Member:
Protections...Protections...Protections...
  Reply With Quote
Old 11-29-2002, 05:01   #12 (permalink)
No Life Poster
 
Bph&co's Avatar
 
Join Date: Feb 2000
Location: UK
Posts: 3,186
Member: 1024
Status: Offline
Thanks Meter: 5,510
Hi exit,

You are 100% wrong about commercial security applications. The
fact the producers claim their protection is not broken is simply
because the programs people protect with it does not worth cracking it.
The GSM programs have very high demand and this
from people with a lot of money. If you ask some people around
cracking important programs cost USD 20 000 + a piece, which
no normal cracker will spend for any normal application.

First any protection which is based on software is very easy to break.
Just because x86 is maybe the best documented CPU in
the world. Also the number of free tools are large, knowledge of
embeded system is not required, just see the cracking tutorials
on the Net - everyone with 2-3 days reading can start cracking
in no time.

Another fact is that all commercial security schemes use some
popular encryption algorithms and Hash functions, developed by
USA universities and companies. By US export rules no company
can export algorithm with key lenght bigger than half of what is
believed secure at the current time. So most probably they claim
they use some RSA or ****fish algo, that you can read in the Net
is very secure, but obviosly you don't get the full stuff because
you are outside USA ( if you are !).

But again whatever you use keep in mind that a cracker not going
to get a evaluation version of your soft, he probably will buy it full
to crack it. And if you are very good in C++/ASM he will be genious and
will even see you errors.

The main advantage of using homemade hardware protection is
that most crackers don't really have good knowledge about hardware
or if they have they don't botter to do it because is time taking
and the most important - very expencive !

Best Regards

Last edited by Bph&co; 11-30-2002 at 08:26.
  Reply With Quote
Reply

Bookmarks


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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
BRTC PERFECT PROTECT SYSTEM Whitening & Repairing BB Cream SPF37 PA++ (60g) IPMART ipmart WebShop 0 10-27-2009 10:10
BRTC PERFECT PROTECT SYSTEM Jasmine Water BB Cream SPF30 (60g) IPMART ipmart WebShop 0 10-27-2009 10:10
Smart Clip Protection System Fatal Error Phantom Smart-Clip 5 05-01-2007 18:14
how many protection systems is there on simcards? MeMoCan Sim Cloning and Scaning 6 12-29-2003 04:12
Armadillo Software Protection System joker051386 Programs Keys & H/W finger prints 4 12-13-2003 18:30

 



All times are GMT +1. The time now is 13:17.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.27825 seconds with 9 queries

SEO by vBSEO