private void button5_Click(object sender, EventArgs e) { string textToHash = testbox.Text; string hash = RSAobj.GenerateSHA256Hash(textToHash); }