A pc signature generator that can be used to implement copy protection or licensing software to node-lock your delivered software.
The project is donated to the community. It comes with a very large freedom of use for everyone, and it will always be. It uses a BSD 3 clauses licensing schema, that allows free modification and inclusion in commercial software.
make should work.
- compilsers: GCC (Linux) MINGW (Linux cross compile for Windows), MINGW or MSVC (Windows)
- tools/libs: cmake, boost. If target is linux openssl is necessary.
git clone https://github.com/eicossa/pcid.git
cd pcid/
make
cd bin
./pcid
New ways of obtaining serial nos from motherboard, RAM, chassis etc (a la dmidecode) would be welcome. As would be any ideas telling me how wrong this is.