Location:
Search - DES ja
Search list
Description:
Platform: |
Size: 3072 |
Author: 张艳 |
Hits:
Description: SDES算法源码-SDES algorithm source code
Platform: |
Size: 1024 |
Author: 陈琦 |
Hits:
Description: 利用DES加密/解密数据的实例-The instance of utilizing DES to encrypt/decipher the data
Platform: |
Size: 1024 |
Author: 吴昌海 |
Hits:
Description: 使用JAVA语言编写的Des加密解密源码,希望能给大家提供一些帮助.-use of the Java language source Des encryption and decryption, in the hope of giving you some help.
Platform: |
Size: 36864 |
Author: shixiao |
Hits:
Description: 用java实现的一个aes加密器,但没有仔细看不知是否有错的地方-with java achieve a Orangk'aes encryption devices, but no closer look I do not know whether there is something wrong places
Platform: |
Size: 283648 |
Author: zhangyini |
Hits:
Description: Examples using Message Authentication Codes (MACs) and Message Digests-Examples using Message Authentication Co. des (MACs) and Message Digests
Platform: |
Size: 8192 |
Author: 刘永恒 |
Hits:
Description: JAVA版的DES加密算法,是完整的DES加密算法-JAVA version of the DES encryption algorithm, is the integrity of the DES encryption algorithm
Platform: |
Size: 23552 |
Author: trilobite |
Hits:
Description: DES算法JAVA实现,非调包。简单界面-JAVA realization of DES algorithm, non-switching. Simple interface
Platform: |
Size: 6144 |
Author: 新 |
Hits:
Description: 利用ANSI X9.17标准模拟了一个伪随机数发生器,内核加密算法调用3DES算法,能够按照标准要求产生64位伪随机数和64位种子值。-Use of ANSI X9.17 standard simulation of a pseudo-random number generator, called the kernel encryption algorithm 3DES algorithm, in accordance with the standard requirements to produce 64-bit pseudo-random number and 64-bit seed value.
Platform: |
Size: 192512 |
Author: wildkaede |
Hits:
Description: 使用三重DES加密算法和替代加密算法对文件进行加密的小程序-The use of triple-DES encryption algorithm and an alternative encryption algorithm to encrypt the document a small program
Platform: |
Size: 24576 |
Author: szmneo |
Hits:
Description: 用JAVA语言实现3DES算法。通过文件读取进行加密,密码由客户自行输入-JAVA language used DES algorithm. Read through the document is encrypted, the password input by the customer on its own
Platform: |
Size: 229376 |
Author: liuby |
Hits:
Description: 一个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, 6, 64, 56, 48, 40,
32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27,
19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23,
15, 7 }
// des算法终结置换表ip-1
public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7,
47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45,
13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11,
51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49,
17, 57, 25 } 等-A DES, encryption and decryption algorithms, including the full realization of S boxes and other important implementation, the program also implements other file data stream encryption and decryption
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, 6, 64, 56, 48, 40,
32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27,
19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23,
15, 7 }
// des算法终结置换表ip-1
public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7,
47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45,
13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11,
51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49,
17, 57, 25 } and so on
Platform: |
Size: 11264 |
Author: 不死鸟 |
Hits:
Description: DES加密和解密的Java程序,已经调试成功了,可以放心使用-DES encryption and decryption of the Java program has been debugged, and is safe to use
Platform: |
Size: 1024 |
Author: ai |
Hits: