-
-
-
-
crypt.zip
程序生成系统用户方法(crypt),crypt是个密码加密函数,它是基於Data Encryption Standard(DES)演算法。
crypt基本上是One way encryption,因此它只适用於密码的使用,不适合於资料加密
-
-
-
-
crypt-2.2.5-src.zip
crypt is free software. Please see the file COPYING for details.
For documentation, please see the files in the doc subdirectory.
For building and installation instructions please see the INSTALL file.
-
-
-
Crypt.zip
Crypt for delphi
TfrmCryptTestBench = class(TForm)
txtPassword : TEdit
lblClearText : TLabel
lblCypherText : TLabel
lblPassword : TLabel
cmdEncode : TBitBtn
cmdDecode : TBitBtn
cmdClose : ...
-