|
Dr. Mario 64 Password Tool Version 1.1
A command-line tool written in C++ that allows to generate and decode the passwords of Dr. Mario 64.
|
Function that shows a decoded password to screen. More...
#include <iostream>#include <iomanip>#include "Constants.h"#include "PlayerName.h"#include "PasswordDecode.h"#include "CheckRawData.h"Functions | |
| unsigned char | _DecodeCheckAndShowPassword (string Password) |
Function that shows a decoded password to screen.
| unsigned char _DecodeCheckAndShowPassword | ( | string | Password | ) |
Decodes, checks and shows details of a password.
| [in] | Password | Entered password. |