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

📄 readme

📁 海思KEY驱动
💻
字号:
-*- text -*- 		    The International Kernel Patch		    ==============================		     (aka Linux Kernel CryptoAPI)				     What is the International Kernel Patch?  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  Due to previous regulations on export and use of crypto, especiallyin the US, the Linux source distribution has not contained crypto upto this point. The International Kernel Patch has tried to remedy thissituation by providing the missing functionality in the form of aunified patch to the Linux kernel source.  Lately, some US export restrictions have been lifted, and it istherefore possible that crypto will be part of the linux kernel sourcecode in the future. However, until that happens, this is where you canget crypto support in your linux kernel.  The International Kernel Patch is not endorsed by Linus Torvalds andshould therefore not be considered to be part of the official Linuxkernel source.  What is the Linux Kernel CryptoAPI?  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  The Linux Kernel CryptoAPI provide a framework of ciphers and digeststhat can be used to encrypt and decrypt data inside kernel space.  The APIis a non-intrusive patch in that it does not modify any of the existingkernel source code.  It can be compiled into the kernel or loaded as akernel module for dynamic loading and unloading during runtime.  On a high level the CryptoAPI distribution includes the following:	   - an interface for accessing different kinds of cryptographic	   functions	   - a set of well known cipher and digest functions	   - a set of different block modes for each cipher  What is the CryptoAPI good for ?  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  If you need to have any secure computing enviornment which requiresencryption in kernel space.  A common use for this is filesystem level encryption, which allows partitions or files mounted as filesystems to beencrypted on the device level.  Thus, anyone who attemptsto access the information on the drive without the proper encryption keyand algorithm will see random looking garbage.  Some other possible uses oftheCryptoAPI are encrypting network traffic and swap space.  For examples of how to use the structures and functions in the CryptoAPIsee <./cryptoapi.txt> and for information on filesystem encryption see <./cryptoloop.txt>.  --$Id: README,v 1.3 2002/08/03 19:29:58 kyle Exp $

⌨️ 快捷键说明

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