OSDN Git Service

GUI: Added button to generate a random password to the "Encrypt" tab.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 8 May 2021 15:55:16 +0000 (17:55 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 8 May 2021 17:53:15 +0000 (19:53 +0200)
commit61fa41c888db6565973ea1777cab130f5186803a
treebc34a6ed7f8509e227a9da339abc331f702e6f5b
parent502e92ee09100c7c98703c41c8bba88d95af2ef5
GUI: Added button to generate a random password to the "Encrypt" tab.
frontend/src/main.c
gui/Controls/ImageButton.xaml [new file with mode: 0644]
gui/Controls/ImageButton.xaml.cs [new file with mode: 0644]
gui/Controls/ImageToggleButton.xaml.cs
gui/Controls/PasswordToggleBox.xaml.cs
gui/Resources/Refresh.png [new file with mode: 0644]
gui/SlunkCryptGUI.csproj
gui/SlunkCryptGUI.xaml
gui/SlunkCryptGUI.xaml.cs
gui/Utilities/SecureRandom.cs [new file with mode: 0644]