Posted January 23, 20169 yr Could you advice on code snippet or application for simple and cheap solution of Word/VBA hardware locking preferrably working on both x86 and 64 bit. If possible no external dll due to restricted environment.
January 23, 20169 yr Get the hwid of the pc and crypt the variables with hwid key, then in others pc will be imposible make it work without knowing the hwid generated. or add a password into VBA script and detect the hwid with a condition (less secure). Edited January 23, 20169 yr by reasen
Create an account or sign in to comment