Forum Replies Created
-
Just Check It out and follow these steps
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
Just Check It out and follow these steps
http://bbshowcase.org/forums/topic/bbpress-translation-internationalization-into-local-languages
In reply to: unhashing / decrypting passwordspublic static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
In reply to: unhashing / decrypting passwordspublic static bool VerifyHash(string password, string hash)
{
// Hash the input.
string hashOfInput = GetHash(password);
// Return true if they are the same
return String.Compare(hashOfInput, hash, StringComparison.OrdinalIgnoreCase) == 0;
}
This is example of inserting password in encoded form.
you can choose your name at the time of registration later you will get a mail in your mail id inbox. just click on the given conformation link
to activate your username.