PyOnlineVideo 根据* .m3u8文件下载* .ts视频文件并自动合并,也适用于AES-128加密的* .ts文件。
2021-11-23 16:55:20 13KB Python
1
java加密工具类。提供各种加密方法,加密方法有:aes,des,md5,sha等加密方式
2021-11-23 01:21:49 5KB AES DES MD5 SHA
1
和AES加密算法一起,但由于单次加密时间太短,无法得到准确的时间,且多次调用printf函数使得单词加密速度延长,因此去除显示加密流程,仅显示加密速度。
2021-11-22 23:59:44 11KB AES 加密 速度 C/C++
1
使用libTomCrypt库实现RSA编程源代码
2021-11-22 20:11:38 227KB RSA加密
1
1. LibTomCrypt是一个包含主要的加密函数,Hash函数,伪随机数生成器, 公钥加密函数等密码算法的函数库,RSA编程实验中,使用的主要函数是rsa_make_key,rsa_encrypt_key, rsa_encrypt_key_ex ,rsa_decrypt_key,rsa_decrypt_key_ex 四个函数,他们的功能已经在库里已经定义好了,只需要使用即可。 2.加解密过程有RSAES-OAEP和RSAES-PKCS1-V1_5两种机制
2021-11-22 19:32:59 5KB RSA libtomcrypt
1
rsa matlab代码使用RSA的语音信号加密 使用RSA加密/解密音频文件的MATLAB程序 在运行代码之前,将要加密的音频文件与代码文件放在同一目录中,并更改文件“ encryption.m”的第一行以使其与要加密的音频文件的文件名相匹配。 运行程序时请遵循以下顺序 运行code_gen.m 运行encryption.m 运行解密.m Wavesurfer可用于分析和播放音频文件。 可以从以下链接下载。
2021-11-22 17:00:02 13KB 系统开源
1
用java实现的rsa加密算法,里面有详细的加密过程的实现
2021-11-22 11:37:30 1KB java rsa 加密
1
VB6 AES ECB Rijndael 算法,不调用任何插件,实现和 libeay32.dll 一样AES 算法功能,结果测试也一样。该模块已经用在自己软件上。
2021-11-22 11:16:25 8KB VB AES VB ECB
1
AIR-CT2500-K9-7-6-120-0.aes,WLC2504无线控制器固件
2021-11-22 10:26:25 139.61MB wlc2504 ct2500 wlc wireless
1
Simple AES/Rijndael IP Core. I have tried to create a implementation of this standard that would fit in to a low cost FPGA, like the Spartan IIe series from Xilinx, and still would provide reasonably fast performance. This implementation is with a 128 bit key expansion module only. Implementations with different key sizes (192 & 256 bits) and performance parameters (such as a fully pipelined ultra-high -speed version) are commercially available from ASICS.ws (www.asics.ws). This document will describe the interface to the IP core. It will not talk about the AES standard itself.
2021-11-22 07:25:46 480KB aes
1