-
锁住/解锁硬盘
锁住/解锁硬盘 - Locks in/the solution to lock the hard disk
- 2023-04-28 15:05:03下载
- 积分:1
-
C++源代码实现的非对称算法(RSA)
C++ 源代码实现 非对称算法(RSA)-C++ Source code to achieve asymmetric algorithms (RSA)
- 2022-02-02 15:12:50下载
- 积分:1
-
DES算法实现过程分析 之 C
这是jacobi迭代算法-iterative algorithm to caculate Jacobi(matrix?)
- 2022-08-20 17:12:01下载
- 积分:1
-
aes coding details .yhis can be used for simple encryption
aes coding details .yhis can be used for simple encryption
- 2022-12-17 09:45:03下载
- 积分:1
-
Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统....
Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.-Cryptmount of the Linux system and the file system of user equipment. Documents and other encryption systems.
- 2022-11-02 23:05:03下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
crytage和RSA 64位decryptage
crytage and decryptage with rsa 64 bits
- 2022-03-28 19:12:24下载
- 积分:1
-
提供服务端登陆验证程序(验证码随机改变,防止非法进入);
提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端;
任何改变访问地点...
提供服务端登陆验证程序(验证码随机改变,防止非法进入);
提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端;
任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统;
即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to prevent illegal entry); Provide server control procedures, administrators can allow, shielding and delete a user"s landing client; Any change in location of the visit have to be authorized administrators, whether while not landing systems; even if they know the password for other users can not landing system.
- 2022-02-06 22:11:41下载
- 积分:1
-
有密码的加壳源码.只是简单的介绍下壳方法.牛人见笑了
有密码的加壳源码.只是简单的介绍下壳方法.牛人见笑了-Has the password Canadian shell source code
- 2022-01-26 02:59:14下载
- 积分:1
-
网络安全工具
此Enc.-12-工具,可以实现很多的方法。从这一工具的主要好处是在市场中的所有其他工具不可用免费的成本。这种工具一般支付版本或可提供评价的时间段。但这个工具是完全免费的成本。
此工具的 GUI 包含简单的布局,此布局,用户可以轻松地执行加密和解密为任何给定的文本或任何文本文件 (.txt 扩展名)。此工具的一个更好功能是此工具提供了适当的钥匙为特定的加密解密算法。例如在恺撒密码关键是类型的数值类型的和为 AutoKey 密码,它应该是类型的按字母顺序排列。
如果我们写,或将任何内容粘贴在该文本框中,使用的加密方法的任何我们可以实现在密码文本框中编码的输出。如果我们想要对任何内容进行解码,然后我们做同样的事情,但在密文中框和我们将实现纯文本框中的输出。
该工具调整其键字段与类型的加密和解密的变动。Enc.-12-工具是与两个设施进行编码和解码内容。一使用简单的文本框和另一种是我们还可以使用一个文本文件。
- 2022-08-10 14:11:17下载
- 积分:1