• 大小: 25KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-01
  • 语言: Java
  • 标签: DES  

资源简介

DES 有界面,用JAVA实现,是我做的密码学课程设计。

资源截图

代码片段和文件信息

import javax.swing.*;
import java.awt.event.*;
import java.awt.*;


class myframe extends Jframe implements ActionListener{
JTextArea input;
JTextArea miyue;
JTextArea output;
JLabel l1l2l3;
JButton b1b2;
JPanel p1p2p3p4;
JScrollPane sp1sp2sp3;

//
//
 int[] ip={
585042342618102
605244362820124
625446383022146
645648403224168
574941332517 91
595143352719113
615345372921135
635547393123157
};
 int[] reip={
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 
};

 int[] e={
32 1 2 3 4 5
4 5 6 7 8 9
8 9 10 11 12 13
12 13 14 15 16 17
16 17 18 19 20 21
20 21 22 23 24 25
24 25 26 27 28 29
28 29 30 31 32 1
};

 int[] p={
16 7 20 21 29 12 28 17
1 15 23 26 5 18 31 10
2 8 24 14 32 27 3 9
19 13 30 6 22 11 4 25
};

 int[] zhihuanc={
574941332517 9
 1585042342618
10 25951433527
1911 360524436
};

 int[] zhihuand={
63554739312315
 7625446383022
14 66153453729
2113 5282012 4
};

 int[] zhihuan2={
14 17 11 24 1 5 3 28 15 6 21 10
23 19 12 4 26 8 16 7 27 20 13 2
41 52 31 37 47 55 30 40 51 45 33 48
44 49 39 56 34 53 46 42 50 36 29 32
};

 int[] S1={
14 4 13 1 2 15 11 8 3 10 6 12 5 9 0 7
0 15 7 4 14 2 13 1 10 6 12 11 9 5 3 8
4 1 14 8 13 6 2 11 15 12 9 7 3 10 5 0
15 12 8 2 4 9 1 7 5 11 3 14 10 0 6 13
};
 int[] S2={
15 1 8 14 6 11 3 4 9 7 2 13 12 0 5 10
3 13 4 7 15 2 8 14 12 0 1 10 6 9 11 5
0 14 7 11 10 4 13 1 5 8 12 6 9 3 2 15
13 8 10 1 3 15 4 2 11 6 7 12 0 5 14 9
};
 int[] S3={
10 0 9 14 6 3 15 5 1 13 12 7 11 4 2 8
13 7 0 9 3 4 6 10 2 8 5 14 12 11 15 1
13 6 4 9 8 15 3 0 11 1 2 12 5 10 14 7
1 10 13 0 6 9 8 7 4 15 14 3 11 5 2 12
};
 int[] S4={
7 13 14 3 0 6 9 10 1 2 8 5 11 12 4 15
13 8 11 5 6 15 0 3 4 7 2 12 1 10 14 9
10 6 9 0 12 11 7 13 15 1 3 14 5 2 8 4
3 15 0 6 10 1 13 8 9 4 5 11 12 7 2 14
};
 int[] S5={
2 12 4 1 7 10 11 6 8 5 3 15 13 0 14 9
14 11 2 12 4 7 13 1 5 0 15 10 3 9 8 6
4 2 1 11 10 13 7 8 15 9 12 5 6 3 0 14
11 8 12 7 1 14 2 13 6 15 0 9 10 4 5 3
};
 int[] S6={
12 1 10 15 9 2 6 8 0

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        106  2010-10-25 18:51  des\configuration\config.ini

     文件          0  2010-10-25 18:51  des\configuration\org.eclipse.core.runtime\.manager\.fileTableLock

     文件          0  2010-10-25 18:51  des\configuration\org.eclipse.equinox.app\.manager\.fileTableLock

     文件          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\.manager\.fileTableLock

     文件        999  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data\cache.timestamps

     文件        750  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data\listener_1925729951\artifacts.xml

     文件        385  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data\listener_1925729951\content.xml

     文件        256  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data\timestamps363051348

     文件        855  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\587\data\1502177996\artifacts.xml

     文件        490  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\587\data\1502177996\content.xml

     文件        174  2010-10-25 18:51  des\configuration\org.eclipse.update\platform.xml

     文件       9136  2010-10-25 18:34  des\DES.jar

     文件         54  2009-07-09 19:04  des\meta-INF\MANIFEST.MF

     文件        660  2009-07-09 18:05  des\mima\myframe$1.class

     文件      15399  2009-07-09 18:05  des\mima\myframe.class

     文件        467  2009-07-09 18:05  des\mima\MySoftWare.class

     文件      14130  2010-10-28 18:35  des\MySoftWare.java

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data\listener_1925729951

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\587\data\1502177996

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577\data

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\587\data

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\577

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles\587

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.core.runtime\.manager

     目录          0  2010-10-25 18:52  des\configuration\org.eclipse.equinox.app\.manager

     目录          0  2010-10-25 18:52  des\configuration\org.eclipse.osgi\.manager

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi\bundles

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.core.runtime

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.equinox.app

     目录          0  2010-10-25 18:51  des\configuration\org.eclipse.osgi

............此处省略8个文件信息

评论

共有 条评论