如何应用dm-crypt构建加密文件系统(efs)((How to build an encrypted file system (EFS) using dm-crypt).docVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
如何应用dm-crypt构建加密文件系统(efs)((How to build an encrypted file system (EFS) using dm-crypt)
如何应用dm-crypt构建加密文件系统(efs)((How to build an encrypted file system (EFS) using dm-crypt)
Compared with other methods to create an encrypted file system, dm-crypt system is superior to the There is nothing comparable to this its faster and more ease of use. In addition, it is also very wide, can run in various pieces of equipment, even if these devices use the RAID and LVM are no obstacles. The dm-crypt system has these advantages, mainly due to the above characteristics of device-mapper technology is built on 2.6 version of the kernel. Device-mapper is designed to provide a general method for flexible add virtual block device layer on the actual implementation, mirror, snapshot, cascade and encryption processing to facilitate the development of staff. In addition, the use of dm-crypt kernel cryptographic application programming interface to achieve a transparent encryption, and is compatible with the cryptloop system.
The first step: to the kernel
DM -crypt using cryptographic application programming interface to complete kernel cryptographic operations. Generally speaking, the kernel will usually be encryption procedure in the form of the module loading. For AES, its strength has been very high, even for the protection of confidential data is enough. In order to ensure that the user kernel has loaded AES password module, please check according to the following command:
#cat /proc/crypto
Otherwise, you can use modprobe to manually load the AES module, the command is as follows:
#modprobe AES
Next, the user to install the dmsetup software package, the software contains device-mapper configuration tools required the following commands shown:
#yum install dmsetup cryptsetup
To check the dmsetup software package has been established equipment mapping program, type the following command:
#ls -l /dev/mapper/control
Then, use the following command to load the dm-crypt kernel module:
#modprobe dm-crypt
Dm-crypt is loaded, it will automatically register with evice-mapper. If t
您可能关注的文档
- 吴佩孚(warlord head of the Zhili military faction).doc
- 听力六大必考句型(Listening six compulsory sentence).doc
- 听力练习(Listening practice).doc
- 听力训练指南(Guidelines for listening training).doc
- 听力训练的绝好方法(A great way to practice listening).doc
- 吸血鬼日记英文介绍(Vampire Diaries English Introduction).doc
- 吴凤科技大学消防学系实务专题实施要点(Key points for implementation of Fire Department of Wu Feng University of science and technology).doc
- 吴敬平-正手弧圈球(Wu Jingping forehand loop).doc
- 命令行打开远程桌面服务(Command line opens remote desktop service).doc
- 命令行运行windows程序(The command line runs the windows program).doc
- 如何彻底删除系统服务(How do I completely delete system services).doc
- 如何展示自己的魅力与建立良好的人际关系(How to show your charm and build good relationships).doc
- 如何寻找适合自己的学习方法(How to find your own way of learning).doc
- 如何建设与管理销售队伍(How to build and manage sales team).doc
- 如何当好一线班组长培训(How to be a good team leader training).doc
- 如何快速了解男人的为人(How to understand men quickly).doc
- 如何引导学生评改作文(How to guide the students' composition).doc
- 如何彻底删除硬盘数据(How do I delete the hard disk data).doc
- 如何建立良好的新型师生关系(How to establish a good new relationship between teachers and students).doc
- 如何快速巧妙的记忆20个必须氨基酸(How to quickly and skillfully remember 20 essential amino acids).doc
文档评论(0)