View Single Post
Old 07-03-2015, 09:28 AM   #70
Rosomak
Junior Member
Rosomak began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2015
Device: Kindle Voyage
Please excuse my noob-like questions, but:

Quote:
2. Get your password with Python script:
Code:
% python -c 'import hashlib,sys;print "fiona%s" % hashlib.md5("%s\n" % sys.argv[1]).hexdigest()[13:16]' YOUR_SERIAL_NUMBER
  1. How do I connect with Kindle software-wise after connecting the USB cable? Should connect somehow via SSH with putty or something like that? If yes, how do I "find" the device with putty? Preferable I would like to use windows OS.
  2. What is the password in command above? "fiona" ? "fiona%s" ?
  3. What the meaning of "[13:16]" in the command above? Just a random hour value for the md5 hashing?
Rosomak is offline   Reply With Quote