搜索资源列表
java_code
- 通过随机数和按位算法对字符串的加密解密。(java版)-through random numbers and by-bit algorithm to string encryption and decryption. (Java version)
Password
- java的源码,用于密码的加密,将任意字符串转成md5码,不可逆。
blog_jsp20071104
- 与上一个 asp版本的相比较,功能上基本一样,由于是入门版,用的基本都是最基础的东西。只在截取字符串和 md5加密上用到了两个javaBeans,由于用的是以前的模版,一个星期就搞定了,总结了上次的经验,在页面调用,代码规范上做了很大的调整,希望对那些初学jsp的人带来一丝启发。。。 后台: 账号:admin 密码:admin
src
- 调用java api实现对字符串的加密解密,并用图形界面显示-Java api call to implement encryption and decryption of string, and use graphical interface display
ThreeDes
- *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串-* Beijing Unicom, the whole network of the online ordering and on-demand interface URL encryption algorithm** using 3DES encryption, ECB mode/
Java
- 编写一个java应用程序。用户从键盘输入一个1-9999之间的数,程序将判断这个数是几位数,并判断这个数是否回文数。回文数是指将数含有的数字逆序排列后得到的数和原数相同,例如12121,4224,6778776等都是回文数。 1)程序具有判断用户的输入是否为合法整数的功能。对非法输入(例如含有字母)要进行处理。 2)要判断输入数的位数,并输出相关信息。 3)要判断是否回文数。 二、二战期间,英国情报人员获取德军的一机密电报,电报的内容为: bzdz izu sxgzd
md5
- java md5加密算法实现,输入字符串直接得到加密后的字符串-java md5
FileNameEncoder
- 文件中的java源代码,主要功能是对文件和字符串的加密和解密。 -Java source code file, the main function is encryption and decryption of file and string .
MD5Str
- 字符串的加密与解密功能的java源代码类,可以自定义加密的字符。-String encryption and decryption function of java source code for classes, you can customize the encrypted characters.
Password
- 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
socket
- socket加密通信 客户端建立一个testclient类 将输入的字符串倒置加密-encrypted communication socket client class a testclient inverted input string encryption
JAVA
- 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
incode
- 简单的字符串加密,取随机字符对源字符串进行重组-Simple string encryption
Test
- 简单版的.采用MD5加密算法,将任意长度字符串加密 -Simple version using MD5 encryption algorithm, encryption arbitrary length string
Dictrionary
- 字典序问题。在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。-The lexicographically problem. Data encryption and data compression is often the need for special string encoded. Give
SHA1
- SHA1加密算法,返回的是二进制的字符串;如果要直接返回字节,可以用最后一个方法调用,然后在用base64转换为字符串。 注意:要把.txt后缀改为.java后缀-SHA1 encryption algorithm, returning is binary string, If you want to directly back to byte, can use the last method calls, then in base64 conversion to a string.
str
- 使用DES对字符串双向加密,比起MD5的单项加密更实用-Use DES to string two-way encryption, compared with single MD5 encryption more practical
core-util-sdk
- Java开发工具包。如对Properties配置文件的操作,字符串简要 MD5加密等。-Java Development Kit. Such as the operation of the Properties configuration file, string brief MD5 encryption.
JavaEncode
- 对txt文本中的字符串进行加密,加密方式由用户设置,并可以解密和在控制台显示文件。提供用户友好型界面。-Txt text strings for encryption, encryption mode set by the user, and can decrypt and display the file in the console. Provide a user-friendly interface.
MD5
- md5 算法,用md5算法加密,字符串作为参数,返回结果为加密的字符串-md5 algorithm, using md5 encryption algorithm, a string as a parameter and returns the result as an encrypted string