├── .github └── FUNDING.yml ├── ARTICLES.md ├── LICENSE ├── Mac ├── Lock.applescript ├── Lock_Mac.command ├── Unlock.applescript ├── Unlock_Mac(Variant_1-Removable_Media).command ├── Unlock_Mac(Variant_2-Fixed_Disk).command └── vc_silent_setup.command ├── README.md └── Windows ├── .Lock.ahk ├── .Unlock(Variant_1-Removable_Media).ahk └── .Unlock(Variant_2-Fixed_Disk).ahk /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /ARTICLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/ARTICLES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/LICENSE -------------------------------------------------------------------------------- /Mac/Lock.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/Lock.applescript -------------------------------------------------------------------------------- /Mac/Lock_Mac.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/Lock_Mac.command -------------------------------------------------------------------------------- /Mac/Unlock.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/Unlock.applescript -------------------------------------------------------------------------------- /Mac/Unlock_Mac(Variant_1-Removable_Media).command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/Unlock_Mac(Variant_1-Removable_Media).command -------------------------------------------------------------------------------- /Mac/Unlock_Mac(Variant_2-Fixed_Disk).command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/Unlock_Mac(Variant_2-Fixed_Disk).command -------------------------------------------------------------------------------- /Mac/vc_silent_setup.command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Mac/vc_silent_setup.command -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/README.md -------------------------------------------------------------------------------- /Windows/.Lock.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Windows/.Lock.ahk -------------------------------------------------------------------------------- /Windows/.Unlock(Variant_1-Removable_Media).ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Windows/.Unlock(Variant_1-Removable_Media).ahk -------------------------------------------------------------------------------- /Windows/.Unlock(Variant_2-Fixed_Disk).ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wandersick/vcrypt2go/HEAD/Windows/.Unlock(Variant_2-Fixed_Disk).ahk --------------------------------------------------------------------------------