资源列表
AES
- 用VC++、MFC、AES实现对文件加密解密的源代码-encode and decode about code
TimeLimit
- VC++限制程序的使用期限演示程序,一种最简单的商业软件的做法,不过貌似容易破解-VC++ program using the time limit demo, one of the most simple practice of commercial software, but looks easy to crack
wugacsp
- VC++非对称性密钥的生成、导入及导出示例-VC++ asymmetric key generation, import and export example
MSS
- 现在,移动存储的应用很多,你U盘及移动移动硬盘之类的,如果你不小心遗失了这些设备,万一里面的数据比较重要,那很容易就泄漏了,那么如何让我们的移动设备在丢失了之后也不造成数据丢失呢?这里最简单的方法就是对设备加密,然后再解密,本源代码 就是一个与此相关的例子,对U盘数据加密,保护信息隐蔽,防止隐私泄露。本程序在运行时首先检测本地计算机的移动设备是否存在,然后选择移动设备,实现加密。 -Now, a lot of mobile storage applications, your mobile
Rsa-encryption-algorithm
- rsa加密算法 源代码 c++实现 可成功编译-rsa encryption algorithm source code c++ compiler can be successfully achieved
des
- C#编写的des算法加密解密小程序 可以实现明文加密-Des algorithm written in C# encryption and decryption applet
des
- java版des算法。解码中可以用8个字节作为参数。自动填充填充域-des algorithm java version. Decoding can be 8 bytes as a parameter. Autofill fill-in field
CRTRSA
- The variant of rsa CRT RSA which optimizes decryption time of original RSA
MultiPrimeRSA
- Multiprime rsa is an rsa variant that optimizes its decryption time significantly
RebalancedRSA
- Rebalanced rsa is an rsa variant that optimizes its decryption time at the expense of its encryption time. Suitable for hybrid applications.
RPrime
- RPrime rsa is an rsa variant that uses chinese remainder theorem in its decryption with the beauty of multiprime rsa.
RSA
- original rsa as given by rivest,shamir , and adleman. Its problems in decryption are optimized using rsa variants like crt rsa, multiprime rsa, rebalanced rsa and rprime rsa. U should give the no. of bits to be 1024 and check it on netbeans 6.5 or la
