コード例 #1
0
ファイル: Form1.cs プロジェクト: rohansen/CodeExamples
 private void btnHash_Click(object sender, EventArgs e)
 {
     txtHashOutput.Text = HashingHelper.HashPassword(txtHashInput.Text, HashingHelper.GenerateSalt());
 }