mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Implement generating more than one keyfile, specifying the size of the generated keyfiles and letting VeraCrypt choose random size values.
This commit is contained in:
@@ -410,12 +410,22 @@ namespace VeraCrypt
|
||||
wxStaticText* RandomPoolStaticText;
|
||||
wxCheckBox* ShowRandomPoolCheckBox;
|
||||
wxStaticText* MouseStaticText;
|
||||
wxStaticText* m_staticText60;
|
||||
wxSpinCtrl* NumberOfKeyfiles;
|
||||
wxPanel* m_panel18;
|
||||
wxStaticText* m_staticText63;
|
||||
wxSpinCtrl* KeyfilesSize;
|
||||
wxCheckBox* RandomSizeCheckBox;
|
||||
wxStaticText* m_staticText65;
|
||||
wxTextCtrl* KeyfilesBaseName;
|
||||
wxPanel* m_panel19;
|
||||
wxButton* GenerateButton;
|
||||
|
||||
// Virtual event handlers, overide them in your derived class
|
||||
virtual void OnMouseMotion( wxMouseEvent& event ) { event.Skip(); }
|
||||
virtual void OnHashSelected( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnShowRandomPoolCheckBoxClicked( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnRandomSizeCheckBoxClicked( wxCommandEvent& event ) { event.Skip(); }
|
||||
virtual void OnGenerateButtonClick( wxCommandEvent& event ) { event.Skip(); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user