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

搜索资源列表

  1. HideInfo

    1下载:
  2. 使用java编写的LSB图像信息隐藏算法演示程序,可以将任何符合大小限制的文件拆分为一个一个bit隐藏到非压缩bmp图像中。支持在隐藏前通过zip类对文件进行压缩-prepared by the use of LSB image information hidden algorithm demo program, can be any size restrictions with the document for a split hidden bit of a non-compressed bm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45551
    • 提供者:乔月若
  1. jcrypt

    0下载:
  2. java的一个小加密程序-a small encryption program
  3. 所属分类:加密解密

    • 发布日期:2010-07-07
    • 文件大小:17028
    • 提供者:小小
  1. iamcar

    0下载:
  2. 用java编写的素数生成程序,运行速度快,最大可以分析10位的十进制数-used in the preparation of several generating program, run faster, the greatest can be analyzed 10 metric few
  3. 所属分类:加密解密

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

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

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

    0下载:
  2. Base 64 加解码程序-The program of BASE 64 encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:2206
    • 提供者:站长
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. des

    0下载:
  2. 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9790
    • 提供者:witfox
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:767765
    • 提供者:harris
  1. RSA

    0下载:
  2. This program are client and server for encryption and decryption for RSA algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3432
    • 提供者:Rakesh
  1. AES

    0下载:
  2. AES algorithms program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3728
    • 提供者:Rakesh
  1. TestDES

    0下载:
  2. DES加密和解密的Java程序,已经调试成功了,可以放心使用-DES encryption and decryption of the Java program has been debugged, and is safe to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:948
    • 提供者:ai
  1. md5

    0下载:
  2. java程序md5加密源码,需要的朋友可以下载看看参考下,此源码加密是以16进制算法加密。-md5 encryption java program source code, you can download to see a friend in need reference, this source is 16 hexadecimal encryption algorithm for encryption.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 用JAVA编写的一个加解密程序,可自动生成公钥、私钥-Prepared using JAVA encryption and decryption of a program that automatically generates a public key, private key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:56376
    • 提供者:ren
  1. java_des

    0下载:
  2. 用java编写的des加解密程序 毕业设计的一部分-Des with java decryption program written as part of graduation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:4162
    • 提供者:duyangyang
  1. kt

    0下载:
  2. 实现骑士游历问题。 骑士游历问题是一个经典的数学问题。其思想在电路图的设计及图像加密等方面都有帮助,如果能将骑士游历问题算法通过计算机语言程序化将对其在其他领域中的应用有极大帮助。通过研究骑士游历的规则对问题进行数学模型抽象,通过研究骑士游历的方向与可到达情况,将骑士的空间移动抽象成数学表达式,进而映射到程序中所需对应的数据结构形式,最后通过利用JAVA语言得以实现骑士游历问题中骑士游历过程的动态图形演示。 -Knight traveled to achieve the problem. Kni
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:4053
    • 提供者:蒋立
  1. crc-16-java

    0下载:
  2. Program to calcule ciclic redundance check crc16 write in Java. mifare desfire ev1.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1275
    • 提供者:olean22
  1. CRC32-java-tabla-y-calculo-directo

    0下载:
  2. Program to calcule ciclic redundance check crc32 write in Java.It is to mifare desfire ev1.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2824
    • 提供者:olean22
  1. RSA

    0下载:
  2. 适合才接触RSA非对称加密解密的人。RSA基本加密和解密源码JAVA-JAVA program written RSA encryption and decryption basic source code, suitable only came into contact with RSA asymmetric encryption and decryption person.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:801
    • 提供者:金磊
  1. src

    0下载:
  2. 对需要加密的地方进行RSA加密以及解密 RSA核心功能通过JAVA程序实现 可以对单一单元格加密解密 可以对选择范围内加密解密 可以整列加密解密(RSA encryption and decryption for places that need to be encrypted The RSA core functionality is implemented by the JAVA program Encryption and decryption of a singl
  3. 所属分类:加密解密

    • 发布日期:2018-01-08
    • 文件大小:9216
    • 提供者:lmlforever
  1. Cipher-Program-master

    0下载:
  2. 一个java编写的简易的加密解密的gui界面,说明在内部(A simple GUI for encrypting and decrypting simple ciphers. Additionally, it contains information on them and allows the user to test themselves.)
  3. 所属分类:加密解密

    • 发布日期:2018-01-09
    • 文件大小:58368
    • 提供者:adcxs
« 12 3 »
搜珍网 www.dssz.com