1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 11:28:26 -06:00

Add stdin-supplied password support

This commit is contained in:
LouisTakePILLz
2015-08-12 17:25:47 -04:00
parent ba9af46662
commit 9582d8fbcb
3 changed files with 27 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ namespace VeraCrypt
MountDevicesOnLogon (false),
MountFavoritesOnLogon (false),
NonInteractive (false),
UseStandardInput (false),
OpenExplorerWindowAfterMount (false),
SaveHistory (false),
StartOnLogon (false),
@@ -83,6 +84,7 @@ namespace VeraCrypt
bool MountDevicesOnLogon;
bool MountFavoritesOnLogon;
bool NonInteractive;
bool UseStandardInput;
bool OpenExplorerWindowAfterMount;
bool SaveHistory;
FilePath SecurityTokenModule;