View Single Post
Old 08-12-2017, 10:40 AM   #2452
coplate
Guru
coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.coplate ought to be getting tired of karma fortunes by now.
 
Posts: 645
Karma: 1888888
Join Date: Jun 2009
Device: prs-505, Kindle Keyboard 3g, PW3
Quote:
Originally Posted by nicolasmart View Post
I don't really understand why NiLuJe's KindleTool even has the option to sign with pubprodkey02.pem when obviously it doesn't work
Kindletool does not have an option to "sign with pubprodkey02.pem".

It has an option to sign with any private key that you want.

It is there in case you don't trust the security of using a private key that everyone else on this forum uses. There are security risks associated with this, that are minr, but real.

Using the private key of anyone else lets a friend who borrowed your kindle install a package, that potentially lets them email a list of every book you read in the future ( maybe you don't want them to know you read 50 shades of gray ).

What kindletool allows is for you to pick your own public-private keypar ( you have to know how to make this ), and sign your packages with the private key. Then you put your public key onto the kindle as the file pubdevkey00.pem

Here it is direct from he help output of kindletool.
Code:
    Options:
      All the following options are optional and advanced.
      -k, --key <file>            PEM file containing RSA private key to sign update. Default is popular jailbreak key.

Last edited by coplate; 08-12-2017 at 10:47 AM.
coplate is offline   Reply With Quote