Menu

Tree [0a967a] master /
 History

HTTPS access


File Date Author Commit
 ReadMe.txt 2016-12-20 kavsrf kavsrf [0a967a] Started

Read Me

project to support DCS extra functions.
 
Technology RUD - require USB device. The following scenario: 
- USB device connected => ask password 
- USB device not connected => bypass ask password. Boot next OS from EFI boot order(e.g. linux) 
  
RUD is CRC32 of string VID_PID_SERIAL for USB device. 
How to calculate and configure: 
To help 
> DcsWinCfg -H
Calculate RUD for USB device 
> DcsWinCfg --rud <USB_DEVICE_LETTER> 
Mount EFI volume 
> mountvol o: /s 
Update RUD key in DcsProp 
> DcsWinCfg --rud <USB_DEVICE_LETTER> --prop-file o:\EFI\VeraCrypt\DcsProp 
To disable RUD 
> DcsWinCfg --prop-file o:\EFI\VeraCrypt\DcsProp --prop-key RUD --prop-value 0 
  
Binaries DcsWinCfg are VS2015 built. It needs vc_redistr of VS2015