License generator for TI Nspire CX CAS Student Software
- Activated until 2038 (Y2K38 problem)
- Only requires copying a file
- Doesn't require administrator rights
- Works on Windows, MacOS, and Linux
- Download and install the appropriate version of the TI Nspire CX CAS Student Software:
- Windows
- MacOS - v6.2 - v6.3 doesn't work on M-series MacOS regardless of whether you have a valid license or not
- Linux - Install via Wine
- Go to this page and follow the instructions
- When the software starts, it first checks if a
license.propertiesfile exists in theactdatafolder. If it does, then the software validates it. - If the file is deemed valid, the software then decrypts the
license_tokenpayload with the public key provided in thenfield of thelicense.propertiesfile. - This
license_tokenpayload contains the token expiration date and the subscription expiration date,- You can set these two fields to the maximum possible value being 2,147,483,647 (2038-01-19), which is the number of seconds after January 1, 1970.
- It also has a field named
jtithat supposedly contains your HWID. This HWID is calculated by adding your machine name to your username then converting its MD5 hash into a GUID
- Interestingly, the software only fetches and validates the public key from the TI Nspire website against the local
license.propertiesfile only if the token has expired, so as long the current time is earlier than the token expiration date, this step is skipped, allowing any public key to be accepted.