Lastlogin

From wiki.vg
Revision as of 13:26, 3 July 2012 by imported>EdF (Created page with "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 snipp...")
Jump to navigation Jump to search

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