jsntn / veracrypt-launcher

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

Home Page:https://jsntn.com/software/2014/06/01/truecrypt.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows VeraCrypt Volume Launcher

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

Introduction

  • The entries of this are read-xxx.bat and write-xxx.bat, edit them as your case may be Note:
  • xxx.NTFS.VC is the VeraCrypt Volume, and its password here is test
  • xxx.NTFS.VC.ini is the configuration file, and <VeraCrypt Volume>.ini is the mandatory naming for specific Volume
  • About the configuration in xxx.NTFS.VC.ini,
    program=  # The absolute path of VeraCrypt.
                Note:
                1) Will use the built-in TrueCrypt program if 'truecrypt' is inputted
                2) Will use the built-in VeraCrypt program if omitted
    drive=T  # The Drive for the VeraCrypt Volume. Assign the Drive Letter automatically if omitted
    password=test  # The password for the VeraCrypt Volume. Input the password manually if omitted

Your Use Case

  1. Crerate your own VeraCrypt Volume, e.g. xxx.NTFS.VC
  2. Prepare your Configuration File, e.g. xxx.NTFS.VC.ini
  3. Store both of the Volume (xxx.NTFS.VC) and its Configuration File (xxx.NTFS.VC.ini) in data folder
  4. Edit your Entries, e.g. read-xxx.bat and write-xxx.bat
  5. Use it from the entry as in your case

About

A launcher created by Windows Batch Scripting that can be used to mount your VeraCrypt Volume quickly.

https://jsntn.com/software/2014/06/01/truecrypt.html


Languages

Language:Batchfile 100.0%