-
桌面锁定工具。非常简便
桌面锁定工具。非常简便-lock desktop tools. Very simple
- 2022-07-02 11:21:05下载
- 积分:1
-
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)...
从一个随机文件读取256字节数据形成数据区DArea,再应用洗牌法所给的方法生成0~255的一个全排列DTab。试分别写出"求DArea中全部数据经
(1)以DTab为S-盒;
(2)以DTab为P置换
-from a random file read 256 byte data area DArea form data, re-shuffling in law application to the formation of 0 ~ 255 DTab a full array. Try to write were "seeking DArea by which all data (1) DTab S-boxes; (2) DTab replacement for the P
- 2023-04-08 23:00:03下载
- 积分:1
-
Delphi DES
delphi des
- 2022-01-26 01:41:18下载
- 积分:1
-
密码察看器,经过修改的
密码察看器,经过修改的-look for passwords, as amended, the
- 2022-03-22 22:28:12下载
- 积分:1
-
ceaser转换文本加密技术
ceaser转换文本加密技术-converting text encryption technology
- 2022-02-12 16:27:21下载
- 积分:1
-
加密与解码
加密与解码--密码技术剖析与实战应用.zip-encryption and decryption-- Password Technology Analysis and real application. Zip
- 2023-05-21 15:50:03下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
实现数据库安全编程,写了一个MD5的加密库
实现数据库安全编程,写了一个MD5的加密库-Database Security Programming realize, write a MD5 encryption library
- 2023-02-02 21:45:04下载
- 积分:1
-
openssl-1.0.1g的VS工程
本压缩包为2014年4月7日OpenSSL发布的OpenSSL 1.0.1g的VS工程包,包含在VS下编译所需的所有文件,并在VS2008环境下进行了编译测试。
- 2023-01-30 11:30:06下载
- 积分:1
-
迪菲
Diffie-Hellman算法源代码,比较好用,值得参考借鉴-Diffie-Hellman algorithm source code, useful comparison, it is also useful reference
- 2022-07-05 11:59:06下载
- 积分:1