-
-
-
RedTube.rar
Contains sourcecode for algorithm and tool to decrypt links from www.redtube.com to get real download links
-
strcrypt.zip
Simple and very small string crypt/decrypt function
Without using the cryptinit you can already define encrypted strings in the source.
Using the cryptinit function you get a random cryptkey and you need to encrypt all plain strings first.
Example in ...
-
stream.rar
stream algorithm application to encrypt and decrypt text with stream cipher algorithm
-
rijndaelfurious.zip
implementation of rijndael furious algorithm to encrypt and decrypt information
-
Encrypt_Decrypt.zip
Encrypt Or Decrypt Any file using a simple function ( not really encrypting , more like character changing )
-
New_encryption.zip
To encrypt / decrypt strings without including "bad" characters (spaces, car return, line feed, tabs, etc)
-
Decrypt_encrypt.zip
This code to implement connnection with data base. This is mainly to decrypt and encrypt database contents. This for cryptography.(security)
-
51_KEELOQ_HCS301.rar
现在常用的都是PIC解滚码HCS300/301,及那个DECRYPT的加密算法
很少能找到这样的C程序,且又是在51下的,我也没有找到
是从PIC的汇编中,一句句理顺,转成C的
本例只对 ... 等非本程序关键
程序介绍:
1 利用INT1 和定时器1的GATE=1,高电平时计数,加中断后判断时间,完成滚码串行数据接收
2 接收完成后,在DECRYPT下解密
3 检查序列号 校验同步值
4 注意一个滚码至少需要6个字节保存,前4字节为序号,后2字节为同步值
5 建议开辟一个大的RAM来 ...
-
-