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

搜索资源列表

  1. java的三个源码

    0下载:
  2. java的三个源代码,IP的查询,求最大值,加密三个例子,供初学者学习用.-Three java src,query IP,request max number,encrypt.study for beginner.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:14.74kb
    • 提供者:lmf
  1. encrypt

    0下载:
  2. 加密传输过程 java语言 非常实用
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:720byte
    • 提供者:maohuihua
  1. classencrypt-1.2

    1下载:
  2. java class 加密工具 java class 加密工具 -java class encrypt tools; java class encrypt tools; java class encrypt tools;
  3. 所属分类:Jsp/Servlet

    • 发布日期:2014-07-31
    • 文件大小:230.2kb
    • 提供者:wangzhong
  1. SDES

    0下载:
  2. this the java code which describe the sdes algorithm and help us to encrypt the information-this is the java code which describe the sdes algorithm and help us to encrypt the information
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1012byte
    • 提供者:zooz
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:tulip
  1. Encrypt

    0下载:
  2. java编写的文件隐藏工具,运用回收站的属性,通过对控制台的操作,实现文件隐藏-java tools for the preparation of the document hidden, use the Recycle Bin properties, through the operation of the console, hidden files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:7.65kb
    • 提供者:gondark
  1. FileEncrypter

    0下载:
  2. 使用三重DES加密算法和替代加密算法对文件进行加密的小程序-The use of triple-DES encryption algorithm and an alternative encryption algorithm to encrypt the document a small program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:23.51kb
    • 提供者:szmneo
  1. encrypt

    0下载:
  2. 用Java语言来实现des编码,实用,简单。-Using Java language to achieve the des code, practical and simple.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7.08kb
    • 提供者:麻园
  1. 27942020javarsa

    0下载:
  2. RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByt -RSA encryption algorithm, interface operation, it is easy to encrypt the contents of the documen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4.99kb
    • 提供者:易守望
  1. Stream

    0下载:
  2. 可以使用流密码对文件进行加密,有简单的界面-Can use the stream cipher to encrypt the document, a simple interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:3.5kb
    • 提供者:szmneo
  1. Setup

    0下载:
  2. 如果你花大量时间开发一个Java软件,而别人只 需利用Java反编译工具进行反编译,就可以既轻松又清楚的看见你的源代码。如果你不想把你的代码公开,又害怕被别人反编译,请使用我们开发的《Java混淆器》。使用我们的《Java混淆器》,只需要选定目录后轻轻点一下执行按钮,就可以 自动加密源代码。-If you spend a lot of time to develop a Java software, while others simply use a Java decompiler decomp
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:961.2kb
    • 提供者:hwei
  1. Des

    0下载:
  2. 常用的DES可逆加解密程序 包含测试程序 -DES Encrypt/Decrypt Code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:8.53kb
    • 提供者:andy
  1. Java-encrypt--decrypt-method-daqo

    0下载:
  2. java的加密解密很不错,我在里面学到了不少东西哦-Java encrypt, decrypt, very good, I learned a lot in it: oh
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:249.06kb
    • 提供者:wangjinsheng
  1. StegoStick

    0下载:
  2. audio steganography file to encrypt text in audio file audio steganography file to encrypt text in audio file
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:496.48kb
    • 提供者:mam
  1. Lab1_3_1

    0下载:
  2. 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:803.28kb
    • 提供者:陈溢豪
  1. Encrypt

    1下载:
  2. JAVA实现的文件加密.解密功能。DES,RSA算法集合-JAVA Implementation of file encryption and decryption functions. DES, RSA algorithm is a collection of
  3. 所属分类:Applet

    • 发布日期:2017-05-02
    • 文件大小:609.81kb
    • 提供者:丁壳
  1. dec-encrypt

    0下载:
  2. DES encryption implemented at JAVA platform. DES is an data encrption standard based on feistel cipher algorithm and is a very widely used cryptographic standard used in industries.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:13.36kb
    • 提供者:tushar saxena
  1. encrypt

    0下载:
  2. java根据key文件md5加解密文件源码-According to the key file java md5 decryption source documents
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:112.25kb
    • 提供者:yedongnan
  1. Encrypt

    0下载:
  2. JAVA编写的加密算法,包括md5加密,sha加密,md5,sha双重加密。包含测试函数,项目中基本上都要使用到的工具类。-Encryption algorithms written in JAVA, including encryption md5, sha encryption, md5, sha double encryption. Contains the test function, the project is basically to have to use the tools.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1.05kb
    • 提供者:cbird
  1. crypt.java

    0下载:
  2. 加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:tony
« 12 3 »
搜珍网 www.dssz.com