Quote:
Originally Posted by Solaris81
Just out of interest if I wanted to SSH into my black kindle now would the root password not be mario anymore?
|
The root password in both of your Kindles (silver and black) is fionaXXX, where XXX is a number that can be computed from your silver Kindle serial like this:
Code:
#!/usr/bin/env python
import hashlib
print("fiona%s"%hashlib.md5("XXXYOURSERIALXXX\n".encode('utf-8')).hexdigest()[7:11])