-
局域网传送文件的一个相当好的软件。速度快,还可以聊天
局域网传送文件的一个相当好的软件。速度快,还可以聊天-LAN transmission of documents of a very good software. Fast, and can also chat
- 2022-05-07 10:26:28下载
- 积分:1
-
running time limits the types of Packaging
程序运行时间限制的封装类-running time limits the types of Packaging
- 2023-05-02 16:40:02下载
- 积分:1
-
ProGuard5.2.1含源代码,完全可编译执行
Proguard是强大的Java字节码混淆器,含有源代码,可以根据自己需求修改编译。满足自身需求。
也可以作为爱好者自学的好材料。
- 2022-01-26 03:52:01下载
- 积分:1
-
文件加密技术的案例文件加密技术很多,其中W
文件加密技术一例给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可.-file encryption technology to the case file encryption technologies lot, which will be divided into different levels, to suit the needs of different occasions. Here is the most simple file encryption technology, which adopts a case-by-byte file with the password or different ways to document encryption, decryption, only re-running again encryption procedures.
- 2022-07-03 17:37:15下载
- 积分:1
-
compact rapid text file encryption tool, using RC4 algorithm, support 256 charac...
小巧快速的加密文本文件的工具,采用RC4算法,支持256个字符长度的密码,-compact rapid text file encryption tool, using RC4 algorithm, support 256 characters in length of the password,
- 2022-06-30 12:15:51下载
- 积分:1
-
innovante软件保护和授权解决方案,提供一切…
Innovante software protection and licensing solutions that provide everything to protect your software against piracy.
- 2022-10-28 23:00:03下载
- 积分:1
-
机械,工业类人员可以看下~
重机械人员设计和了解的东西
下来
机械,工业类人员可以看下~
重机械人员设计和了解的东西
下来-Lennon press pack , quickly-deteriorating jade 人 Jun Ueno, you can craft your press 人 Lennon `to reset the number of wild chirpy cheap Core cavity left in Western frontier understand your
- 2022-06-30 01:48:54下载
- 积分:1
-
用VC++实现数字图象迭代混沌加密方法
用VC++实现数字图象迭代混沌加密方法-with VC digital image iterative method Chaotic Encryption
- 2023-06-02 22:55:02下载
- 积分:1
-
crc算法的源码,项目中实现的crc算法,用于校验
crc算法的源码,项目中实现的crc算法,用于校验-crc algorithm source code, project implementation crc algorithm for checking
- 2023-02-08 21:35: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