CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - java编码

搜索资源列表

  1. HotEqn[1].jar

    0下载:
  2. HotEqn是一个在web上用JAVA APPLET 查看和播放的数学等式。APPLET使用熟悉的LATEX符号来给方程式编码。字体是可变量,所以APPLET也能够被被用来播放嵌入等式-HotEqn is a web using JAVA APPLET View and broadcast a mathematical equation. APPLET familiar with the use of symbols to the LATEX formula for coding. Fonts
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:72040
    • 提供者:侯为
  1. qrcode

    0下载:
  2. java程序生成qrcode,二维编码图片-java program to generate qrcode, two-dimensional coding pictures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:1838772
    • 提供者:rico
  1. MD5Code

    0下载:
  2. md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4337
    • 提供者:satanest
  1. VisualSlickEdit

    0下载:
  2. SlickEdit 提供全面的、灵活的C/C++, C#, Java, HTML, XML, Unicode 和许多其它编程语言文件格式和编码方式的统一的代码编写、分析和维护平台,它提供了大量的非常有助于提高你编程效率的特性,由于它在Windows、 Linux和UNIX平台下提供了统一的图形界面,为多平台编程的程序员提供了最大程度的可用性,有助于效率的大幅度提高.-SlickEdit provides a comprehensive, flexible C/C++, C#, Java, HTM
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:58312261
    • 提供者:金鑫
  1. hammingCode

    0下载:
  2. 海明码编码,应用JAVA编程实现对输入数据的编码和解码,学习过程编写,仅供参考-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:43530
    • 提供者:孙中岩
  1. EncriptionWithJava

    0下载:
  2. 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1365
    • 提供者:Vincent
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. hefuman

    0下载:
  2. 哈夫曼编码,对哈夫曼编码用java语言进行了实现-Huffman coding, Huffman coding on the realization of using java language
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:574008
    • 提供者:微微
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:212631
    • 提供者:鹿淑煜
  1. M-Tool

    1下载:
  2. 用C#实现的DES/3DES加解密和多种数据编码格式的转换及JAVA CARD cap文件的解析。-DES/3DES implemented in C# and a variety of encryption and decryption of data encoding format conversion and JAVA CARD cap file parsing.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2443139
    • 提供者:
  1. Base64

    0下载:
  2. 实现Java中的base64 编码反编码-java base64 EnCoding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1549
    • 提供者:XJLiang
  1. rsa

    0下载:
  2. java实现的RSA算法,可对中文字符串加密,解密,因为加密前使用base64对需要加密的字符串进行编码-java implementation of the RSA algorithm, can Chinese string encryption, decryption, because the encryption of the former needs to be encrypted using base64 encoded string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3288
    • 提供者:韦健
  1. MD5

    1下载:
  2. JAVA代码实现MD5编码,不调用任何第三方API-MD5 hash algorithm implemented by JAVA.
  3. 所属分类:加密解密

    • 发布日期:2013-03-15
    • 文件大小:4469
    • 提供者:sunnysuen
  1. Base64

    0下载:
  2. 基于java实现的base64编码,能正确编码解码各种字符串,包括中文的。-Java implementation of base64 encoding can correct encoding and decoding of various string, including the Chinese.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:10734
    • 提供者:seast
  1. Base64

    0下载:
  2. 对输入的信息用base64进行编码,用java语言写的,然后发送给服务器-Input information using base64 encoding, written in java, and then sent to the server
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:1239
    • 提供者:jean
  1. KeyGeneratorExample

    0下载:
  2. Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6847
    • 提供者:lws
  1. Escape.java

    0下载:
  2. Java Escape算法编码示例,包括解码类文件源码,解码说明:本方法保证 不论参数s是否经过escape()编码,均能得到正确的“解码”结果。-Java Escape arithmetic coding examples, including the decoding class source files, decode Note: This method ensures that regardless of whether the parameter s through the escap
  3. 所属分类:CA program

    • 发布日期:2017-03-31
    • 文件大小:1592
    • 提供者:zidian
  1. ym_java-tongxunlu-contacts

    0下载:
  2. Java从网络取得图像源码,便于获取图像的编码-Java images obtained from the network source, easy to obtain the image coding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:711462
    • 提供者:kuaikelong
  1. pkcs

    0下载:
  2. pfx格式或者p121格式文件的解析器, PfxTest文件 使用一个BASE64编码的P12文件字节数组,默认密码123456,CERT为三级证书,使用BC库作为JCE实现-pfx test java code , decrypt a p12 format file (such as .pfx,.p12 file) the pfxtest use a sampled p12 file which is base64 encoded, the pfx password is 1234
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:29996
    • 提供者:阿林
  1. DES

    0下载:
  2. 计算机网络安全,DES加密、解密算法,Java编码-Computer network security, DES encryption and decryption algorithms, Java coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:梁羽
« 12 »
搜珍网 www.dssz.com