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

搜索资源列表

  1. qrcode

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

    • 发布日期:2017-11-09
    • 文件大小:1.75mb
    • 提供者: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
    • 文件大小:4.24kb
    • 提供者:satanest
  1. hammingCode

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

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

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

    • 发布日期:2017-04-11
    • 文件大小:1.33kb
    • 提供者: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
    • 文件大小:59.13kb
    • 提供者:whalestudio
  1. hefuman

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

    • 发布日期:2017-04-01
    • 文件大小:560.55kb
    • 提供者:微微
  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
    • 文件大小:207.65kb
    • 提供者:鹿淑煜
  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
    • 文件大小:2.33mb
    • 提供者:
  1. Base64

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

    • 发布日期:2017-03-30
    • 文件大小:1.51kb
    • 提供者: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
    • 文件大小:3.21kb
    • 提供者:韦健
  1. MD5

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

    • 发布日期:2013-03-15
    • 文件大小:4.36kb
    • 提供者: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
    • 文件大小:10.48kb
    • 提供者:seast
  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
    • 文件大小:6.69kb
    • 提供者:lws
  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
    • 文件大小:29.29kb
    • 提供者:阿林
  1. DES

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

    • 发布日期:2017-04-12
    • 文件大小:996byte
    • 提供者:梁羽
  1. base64

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:2kb
    • 提供者:生命
搜珍网 www.dssz.com