搜索资源列表
Java混淆器 0.9
- Java混淆器 0.9,用于对java代码进行编码-confused with Java 0.9, java code used to encode
Encode
- 转换汉字到16进制编码和10进制编码的小工具, java编写,源程序不小心删除了,请反编译即可得到。
JCT - java加密解密工具包
- java加密解密工具包-Java encrypt and encode tool package
JPG-decode_encode.rar
- 基于J2ME的JPEG decode和encode,有完整解码、8分之一解码,8分之一流解码,JPEG decode & encode on J2ME Platform,1/8 fast decode, 1/8 stream decode
des
- 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
enCode
- java加密与解密 java加密与解密-java加密与解密 java加密与解密
java-socket
- java基于socket聊天室源代码,广播的方式进行编码-socket-based chat rooms java source code, to encode the broadcast mode
SNMP
- 用Java实现的SNMP网络管理协议模型,可进行TLV编码和解码,-a SNMP Model in Java,you can encode and decode TLV using it
encode
- base64編碼,vbs版本,還有個 java版本,可直接在作業系統上雙擊運行-base64 encoding, vbs version, there is a java version, can be directly run double in the operating system
32_bit_irreversible_encode
- 32位不可逆加密算法Java实现 (32-bit irreversible encode.java)-32-bit irreversible encode
base64
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。-Base64 is the most common on the network for transmission 8Bit encoding of byte code, we can see RFC2045 ~ RFC2049, the above detailed specifications have MIME. Base64 encoding can
encode
- 用java实现的简单的异或加密算法,有界面支持,可以设置加密字符串!-With the java implementation of a simple XOR encryption algorithm, interface support, you can set the encryption string!
Base64
- a good java util for base64 encode decode
[java]cortado-0.2.2.tar
- 流媒体应用 mpeg4 xvid应用 编码解码-mpeg4 xvid encode decode
Java-encode-and-decode
- 主要介绍了如何通过JDK的加密解密技术来编写自己的加密解密技术-Describes how to JDK encryption and decryption technology to write your own encryption and decryption technology
SMS
- 一个用Java实现的信息源码,实现PDU编码,数据库访问,收发等功能-messages application including encode ,database access, sending or receive info etc.
RandDataGen
- 1. 乱数产生(产生的位元组可转换成各种格式) 2. 编码转换(位元组或字符串转成Base64,Java/C#宣告格式等)-1. random number generator (bytes generated can be converted into a variety of formats) 2. encode/decode (string or bytes convert into Base64, Java/C# declaration format, etc.)
uri_codec
- Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他应用程序中,也常常需要把二进制数据编码为适合放在URL(包括隐藏表单域)中的形式。此
j2meBasicUtils
- Basic j2me utils with: FileConnector.java - read, write files, get the listRoot, etc... Conversion.java - encodeURL, base64 encode and get HTMLHex of int. DateOperations.java - Date Manager. GaugeProcess.java - for Gauge process. Phone.java
DES
- DES加密的java实现,可以实现对字符串的加密-DES encode algorithm