-
它也可以用来解除Adobe Acrobat PDF文件密码的工具,它可以帮助解决加密PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat加密(包含7....
它也可以用来解除Adobe Acrobat PDF文件密码的工具,它可以帮助解决加密PDF无法编辑和复制/打印的问题,支持所有版本的Acrobat加密(包含7.x),也支持128位加密。
-It also can be used to lift the Adobe Acrobat PDF files password tool, it can help to solve encrypted PDF can not edit and copy/print the questions, and support all versions of Acrobat encryption (including 7.x), also supports 128-bit encryption.
- 2023-04-29 00:00:03下载
- 积分:1
-
Mina是java脚本消歧的好工具
mina is nice tool for java script deobfuscation
- 2023-02-10 02:10:03下载
- 积分:1
-
IBE加密算法的入门文章Identity
IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
- 2022-07-04 15:47:08下载
- 积分:1
-
Md5碰撞
Md5碰撞-Md5 collision
- 2022-01-21 18:34:14下载
- 积分:1
-
对文件加密的试验程序。
对文件加密的试验程序。-document encryption testing procedures.
- 2022-07-13 18:22:08下载
- 积分:1
-
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善...
用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善-With C++ Achievable Virginia password source, has been DevC++ Tested, we can further improve the function
- 2022-02-05 00:37:03下载
- 积分:1
-
这个是MD5算法C的源代码,希望对大家有用
这个是MD5算法C的源代码,希望对大家有用-This is the MD5 algorithm C source code, in the hope that useful to everybody
- 2023-03-09 12:50:03下载
- 积分:1
-
The source code of IDEA encryption algorithm
idea加密算法源代码-The source code of IDEA encryption algorithm
- 2022-06-11 15:55:08下载
- 积分:1
-
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。...
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to complete, with the hash table size in itself has nothing to do. Keys can also be any type of data.
- 2022-07-09 02:00:59下载
- 积分:1
-
在 c + + 中实现 RC4 算法
首先,RC4算法生成一个“状态”,这开始为包含在订单值0-255的数组。然后该算法通过阵列迭代和周围交换的元素,基于所述键值。原始密钥然后可被丢弃,因为RC4只使用状态来创建一个伪随机密钥流,由算法选择的元素和吐出出来。密钥流的所述状态单靠额外的好处是,原来的密钥并不需要被保存在内存中。算法初始化状态。执行密钥调度算法(KSA)上的状态下,根据所输入的键(然后其可以被丢弃)。在算法选择(现炒)的状态,并将其输出作为密钥流元素。
- 2023-04-10 10:30:03下载
- 积分:1