example.txt

来自「CROSSCRYPT是FILEDISK的拓展」· 文本 代码 · 共 43 行

TXT
43
字号
C:\>filedisk
syntax:
filedisk /mount  <filename> [size[k|M|G] | /ro | /cd] [<drive:>] [Encryption]
filedisk /umount [<drive:>]
filedisk /status [<drive:>]
filedisk /encrypt <filename_plain> <filename_encryped> [Encryption]
filedisk /decrypt <filename_crypt> <filename_plain> [Encryption]
filedisk /rnd [/m]  (Generate Random key)

filename formats:
  c:\path\filedisk.img
  \Device\Harddisk0\Partition1\path\filedisk.img
  \\server\share\path\filedisk.img

Encryption
/2f:key encrypt / decrypt with twofish using the given key
/aes128:key encrypt / decrypt with AES128 using the given key
/aes256:key encrypt / decrypt with AES256 using the given key
/aes192:key encrypt / decrypt with AES192 using the given key

example:
filedisk /mount  c:\temp\filedisk.img 8M /aes256
filedisk /mount  c:\temp\cdimage.iso /cd g:
filedisk /umount f:
filedisk /umount

C:\>filedisk /mount 0 c:\temp\filedisk.img 8M f: /aes256

C:\>format /fs:fat f:
The type of the file system is RAW.
The new file system is FAT.



WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE F: WILL BE LOST!
Proceed with Format (Y/N)? y
Verifying 7M
Initializing the File Allocation Table (FAT)...
Volume label (11 characters, ENTER for none)? filedisk
Format complete.

    8

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?