Let's build an extension to encrypt and decrypt messages with the Linux McRypt library.
让我们构建一个扩展来用Linuxmcrypt库加密和解密消息。
The next few steps build and link the wrapper code, your extension, and the McRypt library.
接下来的几个步骤是构建和链接这些包装程序代码、这个扩展以及mcrypt库。
The -lmcrypt option resolves the calls in the extension with entry points in the McRypt library.
lmcrypt选项解析此扩展内入口点在mcrypt库内的那些调用。
The McRypt utility, which replaces crypt, also depends on libmhash, which you must build prior to compiling McRypt.
替代了crypt的mcrypt实用程序也依赖于libmhash,因此必须在编译mcrypt之前构建libmhash。
If you prefer to build from scratch, or if your distribution does not include McRypt, you can download the source code from its home page (see Resources).
若您宁愿从头开始构建,或者您的分布版内不包括mcrypt,那么可以从它的主页上下载源代码(参见参考资料)。
If you prefer to build from scratch, or if your distribution does not include McRypt, you can download the source code from its home page (see Resources).
若您宁愿从头开始构建,或者您的分布版内不包括mcrypt,那么可以从它的主页上下载源代码(参见参考资料)。
应用推荐