readme.linux

来自「des算法实现源码」· LINUX 代码 · 共 40 行

LINUX
40
字号
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 + =
减小字号Ctrl + -
显示快捷键?