gsk.bat

来自「CROSSCRYPT是FILEDISK的拓展」· Batch 代码 · 共 21 行

BAT
21
字号
@echo off
echo Generation of a new Keyfile for your encrypted containers 
echo   Keyfile will be encrypted using a symmetric Key 
echo   (for public key use gpk.bat)
echo   gsk keyfile 
echo .


rem Generate a KeyFile with symetric encryption 
filedisk /rnd|gpg -c -a >%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 + -
显示快捷键?