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

📄 readme.linux

📁 des算法实现源码
💻 LINUX
字号:
I've copied this file directly from the original README.linux.  Hopefully,linux is now POSIX compliant.  If not, please let me know, and in the meantime,try compiling with "CFLAGS=-D__BSD -D_LINUX_SOURCE", and tell me what flags CPPautomatically #defines so that I can change getkey.c to work by default.See the README file for comments about why I don't reccomend calling theexecutable "des" and new changes.Dave Barrett<barrett@asgard.cs.Colorado.EDU>-----Hmm, amazing how portable good code is. The only requirements were a coupleof DEFINEs in the Makefile and a change to use <bsd/sgtty.h> plus a newlinefix in getkey.c. Otherwise it's the same source as from comp.sources.misc.to compile:    maketo install, check the paths in the Makefile and type:    make installThen you have a very nice usable des. Ive been using the package for years ona wide variety of systems with no problems at all. Hope you get the samemilage. I prefer to call my binary 'des' as opposed to 'cipher'.I find the best and safest usage is to:    des    < infile   > outfile.d    to encrypt    des -d < infile.d > outfile      to decryptOtherwise your messing around with command line arguements that might discloseinformation to someone trying to examine the files your encrypting.Happy encrypting.Markmark@coombs.anu.edu.au

⌨️ 快捷键说明

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