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
|
- 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.
- What is the password in command above? "fiona" ? "fiona%s" ?
- What the meaning of "[13:16]" in the command above? Just a random hour value for the md5 hashing?