bindfile.1
来自「IBM开发的TPM的驱动, 有少量的例子可以供参考」· 1 代码 · 共 36 行
1
36 行
.\" Copyright 2004 IBM (Jeff Kravitz).\".\" Written Mar 11 2004, Jeff Kravitz.\".TH bindfile 1 2004-02-24 "IBM" "TPM Utilities".SH NAMEbindfile \- encrypts a data file.SH SYNOPSISbindfile <public key file> <input file> <outputfile> .SH DESCRIPTIONThis command will encrypt a small file..SH ARGUMENTS.TP 5public key filethis is the full file path, name, and extension for the publickey that is to be used for encrypting the file. It usually has a fileextension of ".pem"..TP 5input fileis the name of the file containing the data to be encrypted.The file to encrypt cannot be longer than the maximum block size which can beencrypted by the specified RSA key. For RSA keys with a modulus 2048 bitsin length, this maximum is approximately 245 bytes.The bindfile program is therefore usually used to encryptshort items, such as other keys or passwords..TP 5output fileThis specifies the name of the output file, which contains the encrypted data..SH "SEE ALSO"createkey(1), unbindfile(1).SH AUTHORJeff Kravitz , IBM T. J. Watson Research Center
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?