changes

来自「非常经典的加密算法」· 代码 · 共 25 行

TXT
25
字号
Version 0.6:   A *LOT* of minor fixups by  Peter Pentchev ( roam at orbitel dot bg )   to make it compile cleanly under FreeBSD. Thanks Peter!Version 0.5:    Cleaned up for release. Fixed README, added man pages for aescrypt,    aesget. Added 'tobin' program to take a hex string and turn it into   a binary string, though at the moment I don't know why Randy added   it (guess he needed it for one of his scripts). Version 0.4:   Changed to use Rijndael instead of Twofish, since it appears that   Rijndael will be the AES.Version 0.3:   Added explicit support for "-" for reading the key off stdin, so that I donot have to save session keys to disk at any time in order to encrypt ordecrypt streamed session data.Version 0.2:   Added GNU Autoconf (Thanks Andy!).   Changed to using Bruce Schneir's reference TwoFish in order to fix    BigEndian/LittleEndian problems (maybe!)

⌨️ 快捷键说明

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