⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 example.txt

📁 CROSSCRYPT是FILEDISK的拓展
💻 TXT
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -