登录
首页 » Java » MD5加盐处理

MD5加盐处理

于 2020-06-18 发布 文件大小:1KB
0 202
下载积分: 1 下载次数: 0

代码说明:

  将数据加盐处理后生成MD5码,含md5值生成,加盐处理算法,加盐数据校验(MD5 Code Generated by Salting Data)

文件列表:

MD5加盐处理.java, 2407 , 2019-08-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
    2023-06-18 10:00:03下载
    积分:1
  • 使用VB写的算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA,
    使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD5, and RipeMD), 还有 Huffman和Base64算法.- Uses encryption algorithm storehouse which VB writes, including Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD5, and RipeMD), but also has Huffman and the Base64 algorithm
    2022-03-24 20:48:56下载
    积分:1
  • IDEA(1/8) 功能模型,用matlab语言实现
    IDEA(1/8) 功能模型,用matlab语言实现-IDEA (1/8) functional model, using matlab language implementation
    2022-02-13 05:06:35下载
    积分:1
  • 一个DES的实现
    一个DES加密的实现-a realization of the DES encryption
    2022-02-05 23:56:00下载
    积分:1
  • text encryption and decryption
    文本加密和解密
    2022-09-21 03:50:03下载
    积分:1
  • HMAC_MD5
    基于md5和sha1的HMAC程序。程序的功能是给定密钥计算任意长度的文件的HMAC值,验证一个文件的HMAC值是否是一个给定值。程序的使用接口不限,HMAC的计算和验证功能在一个单独的程序中实现(Based on the md5 and sha1 HMAC program. Program function is given key computing random length of the file HMAC value to verify a file s HMAC value is a given value. The use of any program interface, HMAC calculation and verification function in a separate program to realize )
    2020-11-12 23:09:44下载
    积分:1
  • 标准的3DES的源代码
    standart Des 3Des soruce code
    2022-02-05 01:44:52下载
    积分:1
  • jjm
    帮助开发出来的程序加密和解密!采用MD5算法,即时数据库中被人盗窃,也不能得到用户登录密码(Developed procedures to help encrypt and decrypt! Using MD5 algorithm, real-time database which has been stolen, nor can the user login password)
    2007-12-12 22:47:24下载
    积分:1
  • 常见算法汇总的C++实现,初学算法者适用
    常见加密算法汇总的C++实现,初学加密算法者适用-Common encryption algorithm aggregate C++ Realize, learning to apply the encryption algorithm
    2022-01-20 23:18:21下载
    积分:1
  • e
    e-maill文件加密程序完整的源代码,使用LeapFrog2加密方法.zip-e-maill document encryption procedure integrity source code, uses the LeapFrog2 encryption zip
    2022-06-20 13:01:03下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载