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.cpp File Reference

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)

Detailed Description

Function that shows a decoded password to screen.

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