informations » Custom Developer Tools and VCL Components | Developer Team

Hardware Infos And Computer IDs v.2.0 DLL (with Demo Code for Delphi and C++)

Hardware Infos And Computer IDs v.2.0 DLL (with Demo Code for Delphi and C++)
Hardware Infos And Computer IDs v.2.0 DLL (with Demo Code for Delphi and C++)


It's a small and very simple in usage dll providing on low level (No WMI, no Registry) access to general hardware informations about a computer and lets you build the ComputerID (or a few IDs as You wish) based on them. The library does its job very fast. Except the graphic card name (from driver) all information are read directly from hardware system.And all of it without administrator privilege. There are informations as follow:
HDDs informations: hdd count, model, serial, revision for all physical drives (not volumes like c, d,.. but physical drives) and additionally: tracks per cylinder, sectors per track, bytes per sector, cylinder count and logical drives created on each physical drive.
Read more

JarSigner and JarUnsigner

JarSigner and JarUnsigner
JarSigner and JarUnsigner | 2 Mb


Mandatory are file to be signed (To be signed)
and the two keys: publicKey and private key,
you can easy generate public key from private key
using "From PrivKey" button of PublicKey section,
there is no way in hell you can get private key from public key,
RSA 1024 is commonly used and sometimes (not often) even RSA 2048.
Rest of informations are optional and will be filled with some default values.
Read more