Re: Unique identification of a computer

2004-01-19 Thread Oron Peled
On Monday 19 January 2004 19:09, Yonah Russ wrote: > all the more reason to use non-commecial software, since the MAC address You meant *non-proprietory*, didn't you... -- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il

Re: Unique identification of a computer

2004-01-19 Thread Yedidyah Bar-David
r Cohen > >>Sent: Monday, January 19, 2004 12:32 > >>To: [EMAIL PROTECTED] > >>Subject: Re: Unique identification of a computer > >> > >> > >>On Mon, Jan 19, 2004 at 11:04:01AM +0200, David Sapir wrote: > >> > >>

Re: Unique identification of a computer

2004-01-19 Thread Oren Amit
] On Behalf Of Tzafrir Cohen Sent: Monday, January 19, 2004 12:32 To: [EMAIL PROTECTED] Subject: Re: Unique identification of a computer On Mon, Jan 19, 2004 at 11:04:01AM +0200, David Sapir wrote: Hi, When I read from /proc/ide/ide0/hda/identify : is it a unique number? Is this

Re: Unique identification of a computer

2004-01-19 Thread Yonah Russ
:32 To: [EMAIL PROTECTED] Subject: Re: Unique identification of a computer On Mon, Jan 19, 2004 at 11:04:01AM +0200, David Sapir wrote: Hi, When I read from /proc/ide/ide0/hda/identify : is it a unique number? Is this the unique ID of the hard disk? If the computer has such

RE: Unique identification of a computer

2004-01-19 Thread Rony Shapiro
en > Sent: Monday, January 19, 2004 12:32 > To: [EMAIL PROTECTED] > Subject: Re: Unique identification of a computer > > > On Mon, Jan 19, 2004 at 11:04:01AM +0200, David Sapir wrote: > > Hi, > > When I read from /proc/ide/ide0/hda/identify : is it a > unique number?

Unique identification of a computer

2004-01-19 Thread David Sapir
To: [EMAIL PROTECTED] Subject: Unique identification of a computer Date: Sun, 18 Jan 2004 10:27:20 +0200 Hi, I need to identify a computer in a unique way. Can anyone point me to source code in C or C++ that gets from the system: BIOS ID HardDisk ID Volume ID Motherboard ID CPU ID I'm usi

Re: Unique identification of a computer

2004-01-18 Thread Herouth Maoz
On Sunday, Jan 18, 2004, at 11:00 Asia/Jerusalem, Muli Ben-Yehuda wrote: A better question would be why do you need it. If it's for copy protection, forget about it - it's trivial to defeat, not to mention highly obnoxious I've heard of systems which use it for additional security. Like some bank

Re: Unique identification of a computer

2004-01-18 Thread Maxim Kovgan
On Sun, 18 Jan 2004, Muli Ben-Yehuda wrote: > On Sun, Jan 18, 2004 at 10:27:20AM +0200, David Sapir wrote: > > > Hi, > > I need to identify a computer in a unique way. Can anyone point me to > > source code in C or C++ that gets from the system: > > There is no way to do this, in the general case,

Re: Unique identification of a computer

2004-01-18 Thread Muli Ben-Yehuda
On Sun, Jan 18, 2004 at 10:27:20AM +0200, David Sapir wrote: > Hi, > I need to identify a computer in a unique way. Can anyone point me to > source code in C or C++ that gets from the system: There is no way to do this, in the general case, except maybe by using the CPU ID, which doesn't exist o

Unique identification of a computer

2004-01-18 Thread David Sapir
Hi, I need to identify a computer in a unique way. Can anyone point me to source code in C or C++ that gets from the system: BIOS ID HardDisk ID Volume ID Motherboard ID CPU ID I'm using Linux Red Hat 9.0 This code should work on various hardware configurations. I already looked for it using Go