搜索资源列表
PrimeGenAndTester
- Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
AESMaker
- AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
sns
- C++获取硬盘序列号,身份证作为唯一标示-C++ access to the hard disk serial number, identity card as the only labeled
VisualSlickEdit
- SlickEdit 提供全面的、灵活的C/C++, C#, Java, HTML, XML, Unicode 和许多其它编程语言文件格式和编码方式的统一的代码编写、分析和维护平台,它提供了大量的非常有助于提高你编程效率的特性,由于它在Windows、 Linux和UNIX平台下提供了统一的图形界面,为多平台编程的程序员提供了最大程度的可用性,有助于效率的大幅度提高.-SlickEdit provides a comprehensive, flexible C/C++, C#, Java, HTM
daziceshi
- 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即-import java.lang.Math-Write a program grade point average
DrugsForYou
- 这是一个药房的自动处方跟踪系统(PTS)。(1)系统用于跟踪每个客户的一下信息: 1.客户姓名; 2.电话号码; 3.出生日期; 4.承保公司; 5.处方历史记录,详情如下。 (2) 每个客户的处方历史记录会记录每个处方的以下信息: 1.药房指定的唯一处方ID号; 2.处方开出的药物; 3.开处方的医师姓名和电话; 4.处方日期; 5.处方终止日期; 6.批准的再次给药次数; 7.每次按照药方抓药的“单位”数量, 其 中
JAVA-read-harddisk-num
- 用JAVA语言读取硬盘序列号的源码,可以参考一下。-JAVA language by reading hard drive serial number of the source code, can refer to.
java_security_sdk
- 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
SingleKeyExample
- Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。 用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥; 用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can u
Fermat
- Fermats test to check for primality. Code is in java. takes a e=random number and gives whether it is prime or not.
MyEncrypt
- 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
RP
- 一个运行在Android手机客户端的人品测试器程序,由Java源码实现,可根据输入的年龄、姓名和幸运数字产生测试结果,能告诉你人品值是多少,呵呵,一个简单的Android小游戏,源代码仅供娱乐,学习参考。-A run on the Android mobile client personality test procedures, by the Java source code implementation, test results can be generated based on the
MyDESPlus
- java中常用加密解密,将10进制数转成16进制数。-java commonly used encryption and decryption, the decimal number into hexadecimal number.
MyRecord4
- 关于cd唱片的java小代码 简洁易懂 能够动态实现数量- 中文(简体) 英语 日语 Cd album on small java concise and understandable code number can be dynamically achieved
tea
- 用java语言实现TEA,可以处理任意轮数的TEA,过程清晰,界面简单-Using java language TEA, can handle any number of rounds of TEA, the process is clear, simple interface
NumberFormatTest
- Number Format Test for Java scr ipt.
Yush.java.tar
- This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
CH-HCNetSDK(Windows64)V5.2.3.3_build20160623_2
- 如果系统是64位的就是64位的sdk,如果是32位就用32位的,和是什么系统没有关系,只是系统位数有关 我这边是win7 64位的 环境有intellij和netbeans,都调试成功了(If the system is 64 bit, that is, 64 bit SDK, if it is 32 bit, with 32 bit, and what system does not matter, but the number of systems related This i
Oracle
- 集成UI界面,输入IP地址、端口号、用户名和密码等信息即可连接Oracle数据库(Integrated UI interface, enter the IP address, port number, user name and password and other information, you can connect to the Oracle database)