Extended hash algorithm menu

This commit is contained in:
Alexander 2018-12-17 13:01:47 +02:00
parent 144d62784f
commit b545efaed4

View file

@ -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);