From b545efaed4ede52b4a33c043d0370b4a7e17f401 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 17 Dec 2018 13:01:47 +0200 Subject: [PATCH] Extended hash algorithm menu --- Crypto Notepad/SettingsForm.Designer.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Crypto Notepad/SettingsForm.Designer.cs b/Crypto Notepad/SettingsForm.Designer.cs index 13e778d..58e02de 100644 --- a/Crypto Notepad/SettingsForm.Designer.cs +++ b/Crypto Notepad/SettingsForm.Designer.cs @@ -253,8 +253,11 @@ private void InitializeComponent() this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { + "MD5", "SHA1", - "MD5"}); + "SHA256", + "SHA384", + "SHA512"}); this.comboBox4.Location = new System.Drawing.Point(136, 15); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(100, 21);