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

搜索资源列表

  1. EDSystem

    0下载:
  2. 非常有用的加密解密程序,分为对称加密和非对称加密两部分,而且自带GUI-Very useful encryption and decryption procedures, divided into symmetric encryption and asymmetric encryption two parts, and comes with GUI
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:459217
    • 提供者:陈思荣
  1. SingleKey

    0下载:
  2. 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:fengli
  1. java_rsa

    0下载:
  2. 用Java平台实现的rsa算法写的加密解密于一体的软件,除了具有研究价值外,也有很强的实用价值!-Java platform using the rsa algorithm written in one of the encryption and decryption software, in addition to have research value, but also has a strong practical value!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:692466
    • 提供者:jack
  1. Symmetric_encryption_Stream_encryption_CBC_RSA_DH.

    0下载:
  2. 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:19317
    • 提供者:Peter
  1. CopyFile

    0下载:
  2. 通过java对文件进行加密解密,并可以对文件进行复制,包含两种方式:字符、字节。-Java files through encryption and decryption, and can copy files, including in two ways: characters, bytes.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:758
    • 提供者:chengbo
  1. jfilecrypt

    0下载:
  2. 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。-JAVA strong encryption, decryption algorithm source code, a total of six kinds of algorithms to choose from, also can directly generate the ZIP compressed files.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:26983
    • 提供者:199
  1. lpc-demo

    1下载:
  2. 图形图象 图片显示 2D图形编程 3D图形编程 绘图程序 波变换 GIS编程 分形几何 图形图像处理 OpenGL 图形/文字识别 压缩解压 加密解密 CA认证 数值算法/人工智能 STL 数据结构 数学计算 人工智能/神经网络 matlab例程 生物技术 Java编程 Applet 游戏 Javascr ipt Jsp/Servlet Ajax *行业应用 医药行业 金融证券系统
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-25
    • 文件大小:638640
    • 提供者:000000
  1. AES

    1下载:
  2. AES加密解密 好 好-good
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1260
    • 提供者:罗朋
  1. FileEncrypter

    0下载:
  2. 三重DES加密解密算法,可以加密解密各种文件,有界面源码-Triple DES encryption and decryption algorithms, encryption and decryption can be a variety of document, source interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3092
    • 提供者:吴萤
  1. ImageDeal.java.tar

    0下载:
  2. 简单的图片加密程序,把原图与作为密钥的图片进行异或操作实现图片的加密,再进行一次异或操作,实现解密-Simple image encryption procedures, the Original and different pictures as a key to achieve the image or operation of encryption, and then once exclusive or operation, to achieve decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:2506
    • 提供者:Wu Zhongsheng
  1. DES

    0下载:
  2. JAVA 写的 DES 算法加密/解密。-java des
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:26252
    • 提供者:aaayth
  1. 3des

    0下载:
  2. 实现3DES加密解密的系统。。。应用密码学课程设计-complete 3des encrypt and desencrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1419
    • 提供者:cuit
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. DES-java

    0下载:
  2. 利用Java对DES算法的加密和解密,需要的转载!-Java on the DES algorithm using encryption and decryption, reproduced in need!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1044
    • 提供者:马广成
  1. java-rsa

    0下载:
  2. java寫出來的rsa加密解密小程式提供給大家-java rsa encryption and decryption to write out a small program available to everyone
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:866
    • 提供者:leaf
  1. DES

    0下载:
  2. 运用JAVA语言,利用DES对称加密算法实现了对文本进行加密解密。-The use of JAVA language, the use of DES symmetric encryption algorithm for encryption and decryption of the text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1850
    • 提供者:窦小敏
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2242
    • 提供者:窦小敏
  1. Senior.Java.code.encryption.decryption.algorithm.r

    0下载:
  2. Java高级加密解密算法设计代码Senior Java code for encryption and decryption algorithm -Senior Java code for encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:29687
    • 提供者:ho
  1. net

    0下载:
  2. 很强的Java加密解密算法源码,很不错的加密算法哦!-Strong encryption and decryption algorithms Java source code, very good encryption algorithm Oh!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:17554
    • 提供者:畅想未来
  1. jiami

    0下载:
  2. java加密解密算法,一个基于java开发的加密解密算法-javaasdfgsagadfgfghfghldkfghgagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1881
    • 提供者:冯铭
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com