gpk.bat
来自「CROSSCRYPT是FILEDISK的拓展」· Batch 代码 · 共 22 行
BAT
22 行
@echo off
echo Generation of a new Keyfile for your encrypted containers
echo Keyfile will be encrypted for the given recipient (ie:your email address)
echo (for symmetric keyfile encryption use gsk.bat)
echo gpk keyfile [-r recipient] [-r 2ndRecipient]
echo .
filedisk /rnd|gpg -e -a %2 %3 %4 %5 %6 %7>%1
type %1
echo .
echo to create/mount the container using the created keyfile %1 type
echo gm %1 containerfile [size]
echo it is recommended to copy the keyfile to a secure place like a usb stick
echo or a floppy drive.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?