Anti-piracy using a USB pendrive

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Anti-piracy using a USB pendrive

Post by Antonio Linares »

FWH 7.12 is going to provide several functions to use a USB pendrive as anti-piracy protection system.

Please run this test with a pendrive (plugged or unplugged):
http://www.hotshare.net/file/16342-6394189d08.html

There is no way to clone the USB and even if you reformat it, its serial remains the same :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Antonio,

Now I'm getting a Serial-nr on both USB-drives that did't return a number with the previous test!!!!

Marc
Last edited by Marc Vanzegbroeck on Tue Nov 13, 2007 8:48 pm, edited 1 time in total.
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

Does it works in Win 98/me?

Regards,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Marc,

Thanks for your feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Roberto,

> Does it works in Win 98/me?

We have not tested it yet under Win 98/Me
regards, saludos

Antonio Linares
www.fivetechsoft.com
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Post by Roberto Parisi »

No, it doesn't work on Win98/Me, serial number is empty.
Do you us wmi to read values? I tried it too and I got the same result.

Regards,
Roberto Parisi
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Roberto,

> No, it doesn't work on Win98/Me, serial number is empty.

:-( Well, at least it is usefull for other Windows versions

> Do you us wmi to read values? I tried it too and I got the same result.

Part of the code is based on wmi, other portions, no
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Here you have a full working sample:

http://www.hotshare.net/file/16421-89987245cf.html

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
Milan Mehta
Posts: 115
Joined: Mon Oct 17, 2005 4:42 am
Location: India

Post by Milan Mehta »

Dear Antonio,

This can be a great boon. I soon will have to update my FWH !

Keep it up.

With best regards,

Milan.
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

there is a code source for it ?
Best Regards, Saludos

Falconi Silvio
User avatar
Adolfo
Posts: 815
Joined: Tue Oct 11, 2005 11:57 am
Location: Chile
Contact:

Post by Adolfo »

Antonio.

Sorry , but cloning USB drives, even with the serial is easy to do in LINUX, just use DD to acomplish the task


dd if=all.img of=/dev/sda1
For creating a FULL image...

dd if=/dev/sda1 of=all.img
for "recreating" the drive...

dd if=dev/sda of=sdb
for doing it on the fly...

Easy, since it just copy the device (hd, partition, image, fd, usb drive ) one block at a time, and has no concept of the filesystems or files
that reside on the device. It's just binary data as far as dd is concerned, from the very begginning to the end.

I've tried to solve a problem related to USB drives spoiled by letting'em near a TV set, and Found this some months ago.

I repeat, best antycopy protection is a good support.
;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Lenovo Legion Y520, 16GB Ram, 1 TB NVME M.2, 1 TB SSD, GTX 1050
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Adolfo, did you tried yourself to read the clone and the original and did you compare all the values?
I tried to clone with Ghost and Acronis always on a WINDOWS system but the S/N was different.
I am curious to hear from you.
Best regards,
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Adolfo,

The USB serial code is from hardware, not from software. So it can't be copied.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
MarcoBoschi
Posts: 925
Joined: Thu Nov 17, 2005 11:08 am
Location: Padova - Italy
Contact:

Post by MarcoBoschi »

Antonio,
may I try too?
Thanks
Post Reply