rskeygen(1) | General Commands Manual | rskeygen(1) |
rskeygen - generate private key pairs for TI graphing calculators
rskeygen [ --secure ] [ --ti ] [ --length nbytes ]
rskeygen generates application and OS signing keys for the Texas Instruments TI-73, TI-83 Plus, TI-84 Plus, TI-89, and TI-92 Plus graphing calculators. These keys consist of two prime numbers p and q as well as their product n. Current calculator models impose a limit of 512 bits (64 bytes) on the size of n, so p and q are generally about 256 bits each. As of this writing this means factoring n is beyond the reach of most people, though this will undoubtedly change in the future.
The keys generated by rskeygen are not very useful at the moment, because in order for an application or OS to be accepted by the calculator, the key used to sign it must itself be signed using the calculator's own (possibly unique) private key, which is only known to TI. Nevertheless, rskeygen is provided in the hope that it can be useful, both for testing and for devising new signature schemes based on TI's.
Without --secure, the keys are generated based on the current time and process ID, which is not secure in the slightest.
Benjamin Moody <floppusmaximus@users.sf.net>
July 2009 | RabbitSign 2.0 |