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

搜索资源列表

  1. yiweimima

    0下载:
  2. JAVA编写的有用户界面的移位密码实现代码-JAVA prepare the user interface shift password codes
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1295
    • 提供者:sp
  1. gdsf

    0下载:
  2. JAVA实现的基本用户界面的,仿射密码,置换密码,维吉尼亚密码的实现-JAVA the basic user interface, affine password, password replacement, the realization of Virginia Password
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:sp
  1. mdio

    0下载:
  2. java实现MD5加密,用户输入要加密的字符串.程序处理后输出MD5值-java achieve MD5 encryption, user input to the encrypted string. Processing output value MD5
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1150
    • 提供者:zxm
  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. md5

    0下载:
  2. MD5实现密码加密功能,可用于java对用户帐户的管理。-MD5 password encryption implementation for java on the user account management.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3973
    • 提供者:wushaodong
  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. java_MD5

    0下载:
  2. 关于java中的MD5算法,要对用户密码进行MD5加密。-The MD5 algorithm on the java, MD5 to encrypt the user password.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4533
    • 提供者:magichao
  1. JAVA-ATM-Design-Report-

    0下载:
  2. 本系统主要实现ATM提款机的主要功能,包括系统自动识别卡号,验证用户信息(如果输入的密码三次错误时,系统自动扣留本信用卡),查询当前用户信用卡的余额,修改用户密码,打印清单,取款等功能。-The system is mainly to achieve the main function of ATM cash machines, including automatic identification card system to verify user information (if you en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:137760
    • 提供者:李伟光
  1. JAVA2

    0下载:
  2. 这是一个java来实现的简单的加密算法,在用户界面进行加密与解密的操作-This is a simple java to implement the encryption algorithm, the user interface for encryption and decryption operations
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3180
    • 提供者:she
  1. minsheng

    0下载:
  2. 支持以下开发平台:windows,linux,solaris,java,开发者需自己实现网上支付功能,订单内容提交到网银URL之前,通过此开发包中的类对订单信息明文进行加密,加密后的密文通过你网站的80或443端口提交到网银URL,用户在此URl完成支付过程-Supports the following development platforms: windows, linux, solaris, java, developers need to realize their own online
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:5090935
    • 提供者:tang
  1. VernamCipher

    0下载:
  2. To encrypt plain text using vernam cipher method, user will need to input their own key in the my key text field. also can change front color of the interfaces. a very simple program using java to encrypt plain text into secret text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:20335
    • 提供者:tani89
  1. TestDES

    0下载:
  2. 加密和解密(用java语言实现) 密钥是用户自己定义的-Encryption and decryption key (using java language) is defined by the user
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-06
    • 文件大小:1060
    • 提供者:王宇
  1. crypto rsa

    0下载:
  2. A user of RSA creates and then publishes a public key based on two large prime numbers, along with an auxiliary value. The prime numbers must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, an
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:18432
    • 提供者:minddz
  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
搜珍网 www.dssz.com