[VB.NET]
Function GeneratePassword(ByVal Time As DateTime) As String
Function GeneratePassword(ByVal HashedData As Byte()) As String
Function GeneratePassword(ByVal Counter As Integer) As String
[Pascal]
under development
[C++]
void GeneratePassword(int64_t Time, std::string &OutResult);