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.
Loading...
Searching...
No Matches
PasswordShow.h File Reference

PasswordShow.cpp's header file. More...

#include <string>

Go to the source code of this file.

Functions

unsigned char _DecodeCheckAndShowPassword (string Password)

Detailed Description

PasswordShow.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _DecodeCheckAndShowPassword()

unsigned char _DecodeCheckAndShowPassword ( string Password)

Decodes, checks and shows details of a password.

Parameters
[in]PasswordEntered password.
Returns
PasswordOK value if the password and all the data inside is valid, the corresponding error code if not after having printed an error message to screen.
Author
WaluigiBSOD