⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 RSA的加密算法的应用DEMO 也是用来加密的。
💻 DFM
字号:
object Form1: TForm1
  Left = 248
  Top = 141
  Width = 723
  Height = 535
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 176
    Top = 136
    Width = 73
    Height = 24
    AutoSize = False
    Caption = #36136#25968'q'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 176
    Top = 320
    Width = 22
    Height = 24
    Caption = 'dp'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 176
    Top = 344
    Width = 22
    Height = 24
    Caption = 'dq'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 176
    Top = 112
    Width = 73
    Height = 24
    AutoSize = False
    Caption = #36136#25968'p'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 48
    Top = 192
    Width = 201
    Height = 24
    AutoSize = False
    Caption = #20114#36136#25968#23547#25214#21551#22987#28857
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 176
    Top = 240
    Width = 51
    Height = 24
    Caption = 'n=p*q'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label7: TLabel
    Left = 176
    Top = 296
    Width = 11
    Height = 24
    Caption = 'd'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label8: TLabel
    Left = 120
    Top = 160
    Width = 122
    Height = 24
    Caption = 'phi=(p-1)*(q-1)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 176
    Top = 392
    Width = 65
    Height = 24
    Caption = #26126#25991
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label10: TLabel
    Left = 392
    Top = 392
    Width = 65
    Height = 24
    Caption = #23494#25991
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label11: TLabel
    Left = 136
    Top = 72
    Width = 89
    Height = 24
    AutoSize = False
    Caption = #38543#26426#25968'1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label12: TLabel
    Left = 376
    Top = 72
    Width = 97
    Height = 24
    AutoSize = False
    Caption = #38543#26426#25968'2'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label14: TLabel
    Left = 72
    Top = 216
    Width = 169
    Height = 24
    AutoSize = False
    Caption = #19982'PHI'#20114#36136#30340#25968'e'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 40
    Top = 72
    Width = 81
    Height = 25
    Caption = #29983#25104#38543#26426#25968
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 104
    Width = 81
    Height = 25
    Caption = #29983#25104#23494#38053
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 232
    Top = 72
    Width = 121
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 480
    Top = 72
    Width = 121
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 264
    Top = 112
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 4
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 264
    Top = 136
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 5
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 264
    Top = 320
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 6
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 264
    Top = 344
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 7
    Text = 'Edit6'
  end
  object Edit7: TEdit
    Left = 264
    Top = 192
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 8
    Text = 'Edit7'
  end
  object Edit8: TEdit
    Left = 264
    Top = 296
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 9
    Text = 'Edit8'
  end
  object Edit9: TEdit
    Left = 264
    Top = 240
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 10
    Text = 'Edit9'
  end
  object Edit10: TEdit
    Left = 264
    Top = 160
    Width = 437
    Height = 21
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 11
    Text = 'Edit10'
  end
  object Button3: TButton
    Left = 72
    Top = 424
    Width = 75
    Height = 25
    Caption = #21152#23494
    TabOrder = 12
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 72
    Top = 448
    Width = 75
    Height = 25
    Caption = #35299#23494
    TabOrder = 13
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 72
    Top = 472
    Width = 75
    Height = 25
    Caption = #28165#38500
    TabOrder = 14
    OnClick = Button5Click
  end
  object edit13: TMemo
    Left = 392
    Top = 424
    Width = 281
    Height = 73
    TabOrder = 15
  end
  object edit11: TRichEdit
    Left = 176
    Top = 424
    Width = 185
    Height = 73
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      '')
    ParentFont = False
    TabOrder = 16
  end
  object Button6: TButton
    Left = 192
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Button6'
    TabOrder = 17
    OnClick = Button6Click
  end
  object Edit12: TEdit
    Left = 264
    Top = 216
    Width = 441
    Height = 21
    TabOrder = 18
    Text = 'Edit12'
  end
  object Edit14: TEdit
    Left = 288
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 19
    Text = 'Edit14'
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -