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

📄 readme

📁 一个DES、3DES加解密的库文件
💻
字号:
			libdes, Version 3.00 93/10/07		Copyright (c) 1993, Eric Young			  All rights reserved.    This program is free software; you can redistribute it and/or modify    it under the terms of either:    	a) the GNU General Public License as published by the Free	Software Foundation; either version 1, or (at your option) any	later version, or	b) the "Artistic License" which comes with this Kit.    This program is distributed in the hope that it will be useful,    but WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either    the GNU General Public License or the Artistic License for more details.    You should have received a copy of the Artistic License with this    Kit, in the file named "Artistic".  If not, I'll be glad to provide one.    You should also have received a copy of the GNU General Public License    along with this program; if not, write to the Free Software    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.---This kit builds a DES encryption library and a DES encryption program.It suports ecb, cbc, ofb, cfb, triple ecb, triple cbc and MIT's pcbcencryption modes and also has a fast implementation of crypt(3).It contains support routines to read keys from a terminal,generate a random key, generate a key from an arbitary length string,read/write encrypted data from/to a file descriptor.The implementation was written so as to conform with the manual entryfor the des_crypt(3) library routines from MIT's project Athena.destest should be run after compilation to test the des routines.rpw should be run after compilation to test the read password routines.The des program is a replacement for the sun des command.  I believe itconforms to the sun version.The Imakefile is setup for use in the kerberos distribution.These routines are best compiled with gcc or any other goodoptimising compiler.Just turn you optimiser up to the highest settings and run destestafter the build to make sure everything works.I believe these routines are close to the fastest and most portable DESroutines that use small lookup tables (4.5k) that are publicly available.The fcrypt routine is faster than ufc's fcrypt (when compiling withgcc2 -O2) on the sparc 2 (1410 vs 1270) but is not so good on other machines(on a sun3/260 168 vs 336).Eric Young (eay@psych.psy.uq.oz.au)

⌨️ 快捷键说明

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