every guru:

I need to build the encrypt in my project,
wish to get some hardware infromation as encrypt source,
for example, use mainboard ID and harddisk ID as encrypt key,
but, GetVolumeInformation() only get prartition ID,
it will be changed by user change the prartition.

what can i do ? that I wish to get the mainboard ID
and harddisk physical ID ?

thanks in advance!!!

Re: how can i get the mainboar ID and harddisk ID by Frank

Frank
Mon Apr 26 09:21:12 CDT 2004

And what do you do if a mainboard or hard drive must be replaced? A better
bet would be to use the Crypto API or some other 3rd party
encryption/decryption.

--
Frank


"robin" <robinswan@21cn.com> wrote in message
news:utSLTg5KEHA.2704@TK2MSFTNGP10.phx.gbl...
> every guru:
>
> I need to build the encrypt in my project,
> wish to get some hardware infromation as encrypt source,
> for example, use mainboard ID and harddisk ID as encrypt key,
> but, GetVolumeInformation() only get prartition ID,
> it will be changed by user change the prartition.
>
> what can i do ? that I wish to get the mainboard ID
> and harddisk physical ID ?
>
> thanks in advance!!!
>
>



Re: how can i get the mainboar ID and harddisk ID by robin

robin
Mon Apr 26 10:04:53 CDT 2004

sure, but my purpose is make the software using for special hardware!

"Frank Hickman" <fhickman_nosp@m_noblesoft.com> дÈëÓʼþ
news:U8ydnY8QU6dFhxDdRVn-ig@comcast.com...
> And what do you do if a mainboard or hard drive must be replaced? A
better
> bet would be to use the Crypto API or some other 3rd party
> encryption/decryption.
>
> --
> Frank
>
>
> "robin" <robinswan@21cn.com> wrote in message
> news:utSLTg5KEHA.2704@TK2MSFTNGP10.phx.gbl...
> > every guru:
> >
> > I need to build the encrypt in my project,
> > wish to get some hardware infromation as encrypt source,
> > for example, use mainboard ID and harddisk ID as encrypt key,
> > but, GetVolumeInformation() only get prartition ID,
> > it will be changed by user change the prartition.
> >
> > what can i do ? that I wish to get the mainboard ID
> > and harddisk physical ID ?
> >
> > thanks in advance!!!
> >
> >
>
>