Lastlogin: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
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...")
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...")
(No difference)

Revision as of 13:26, 3 July 2012

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