Lastlogin
The lastlogin file sits in the root directory (.minecraft) and contains the encrypted username and password from the last user who logged in on your machine.
A c++ code snippet to decrypt the file using the crypto++ library can be found here: c++ code
The c++ code is loosely based on the python code in sadimusi's mc3p found here: python code