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

📄 frmsteg.frm

📁 文件的加密解密实现
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "Tabctl32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Stegosaurus v1.0"
   ClientHeight    =   6060
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   5655
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6060
   ScaleWidth      =   5655
   StartUpPosition =   3  'Windows Default
   Begin MSComctlLib.StatusBar SB1 
      Align           =   2  'Align Bottom
      Height          =   315
      Left            =   0
      TabIndex        =   14
      Top             =   5745
      Width           =   5655
      _ExtentX        =   9975
      _ExtentY        =   556
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   14111
            MinWidth        =   14111
         EndProperty
      EndProperty
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5535
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   5415
      _ExtentX        =   9551
      _ExtentY        =   9763
      _Version        =   393216
      Style           =   1
      Tabs            =   4
      TabsPerRow      =   4
      TabHeight       =   520
      TabCaption(0)   =   "Load Picture"
      TabPicture(0)   =   "frmSteg.frx":0000
      Tab(0).ControlEnabled=   -1  'True
      Tab(0).Control(0)=   "picThumb"
      Tab(0).Control(0).Enabled=   0   'False
      Tab(0).Control(1)=   "Frame5"
      Tab(0).Control(1).Enabled=   0   'False
      Tab(0).Control(2)=   "picImage"
      Tab(0).Control(2).Enabled=   0   'False
      Tab(0).Control(3)=   "CD1"
      Tab(0).Control(3).Enabled=   0   'False
      Tab(0).ControlCount=   4
      TabCaption(1)   =   "Encryption"
      TabPicture(1)   =   "frmSteg.frx":001C
      Tab(1).ControlEnabled=   0   'False
      Tab(1).Control(0)=   "Frame1"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Frame2"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "Frame3"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).Control(3)=   "Frame4"
      Tab(1).Control(3).Enabled=   0   'False
      Tab(1).ControlCount=   4
      TabCaption(2)   =   "RC4 Cipher"
      TabPicture(2)   =   "frmSteg.frx":0038
      Tab(2).ControlEnabled=   0   'False
      Tab(2).Control(0)=   "Frame6"
      Tab(2).Control(0).Enabled=   0   'False
      Tab(2).ControlCount=   1
      TabCaption(3)   =   "About"
      TabPicture(3)   =   "frmSteg.frx":0054
      Tab(3).ControlEnabled=   0   'False
      Tab(3).Control(0)=   "Image6"
      Tab(3).Control(0).Enabled=   0   'False
      Tab(3).Control(1)=   "Label1"
      Tab(3).Control(1).Enabled=   0   'False
      Tab(3).Control(2)=   "Label2"
      Tab(3).Control(2).Enabled=   0   'False
      Tab(3).Control(3)=   "Label3"
      Tab(3).Control(3).Enabled=   0   'False
      Tab(3).Control(4)=   "Label7"
      Tab(3).Control(4).Enabled=   0   'False
      Tab(3).ControlCount=   5
      Begin VB.Frame Frame4 
         Caption         =   "Options - don't forget to save your new file!"
         Height          =   855
         Left            =   -72960
         TabIndex        =   24
         Top             =   4440
         Width           =   3255
         Begin VB.CommandButton cmdDecode 
            Caption         =   "Extract Data"
            Height          =   375
            Left            =   1680
            TabIndex        =   26
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton cmdEncode 
            Caption         =   "Hide Data"
            Height          =   375
            Left            =   120
            TabIndex        =   25
            Top             =   360
            Width           =   1455
         End
      End
      Begin MSComDlg.CommonDialog CD1 
         Left            =   120
         Top             =   5160
         _ExtentX        =   847
         _ExtentY        =   847
         _Version        =   393216
         Filter          =   "Grpahic Files|*.bmp;*.gif;*.jpg|All Files (*.*)|*.*"
      End
      Begin VB.PictureBox picImage 
         AutoSize        =   -1  'True
         Height          =   735
         Left            =   120
         ScaleHeight     =   675
         ScaleWidth      =   1260
         TabIndex        =   10
         Top             =   4920
         Visible         =   0   'False
         Width           =   1320
      End
      Begin VB.Frame Frame6 
         Caption         =   "RC4 Cipher"
         Height          =   4815
         Left            =   -74880
         TabIndex        =   15
         Top             =   480
         Width           =   5175
         Begin VB.TextBox txtRC4Pass 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   12
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            IMEMode         =   3  'DISABLE
            Left            =   240
            PasswordChar    =   "|"
            TabIndex        =   20
            Top             =   3360
            Width           =   4695
         End
         Begin VB.CheckBox chkRC4MaskKey 
            Caption         =   "Mask Password"
            Height          =   195
            Left            =   240
            TabIndex        =   23
            Top             =   3840
            Value           =   1  'Checked
            Width           =   1575
         End
         Begin VB.CommandButton cmdRC4Decrypt 
            Caption         =   "Decrypt Text"
            Height          =   375
            Left            =   2160
            TabIndex        =   22
            Top             =   4200
            Width           =   1935
         End
         Begin VB.CommandButton cmdRC4Encrypt 
            Caption         =   "Encrypt Text"
            Height          =   375
            Left            =   120
            TabIndex        =   21
            Top             =   4200
            Width           =   1935
         End
         Begin VB.TextBox txtRC4Msg 
            Height          =   1575
            Left            =   240
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   18
            Top             =   1320
            Width           =   4695
         End
         Begin VB.Label Label6 
            Caption         =   "Password"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   -1  'True
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   19
            Top             =   3000
            Width           =   1335
         End
         Begin VB.Label Label5 
            Caption         =   "Message"
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   8.25
               Charset         =   0
               Weight          =   400
               Underline       =   -1  'True
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   255
            Left            =   240
            TabIndex        =   17
            Top             =   960
            Width           =   1935
         End
         Begin VB.Label Label4 
            Caption         =   "In case you forgot that you used the RC4 encryption algorithm, or if you want to protect some sensitive text, you can do so below."
            Height          =   375
            Left            =   120
            TabIndex        =   16
            Top             =   360
            Width           =   4815
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "Message"
         Height          =   2175
         Left            =   -74880
         TabIndex        =   6
         Top             =   480
         Width           =   5175
         Begin VB.TextBox txtMessage 
            Height          =   1575
            Left            =   240
            MultiLine       =   -1  'True
            ScrollBars      =   2  'Vertical
            TabIndex        =   7
            Top             =   360
            Width           =   4695
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "Encryption Algorithm"
         Height          =   855
         Left            =   -74880
         TabIndex        =   5
         Top             =   4440
         Width           =   1815
         Begin VB.OptionButton optNone 
            Caption         =   "None"
            Height          =   375
            Left            =   120
            TabIndex        =   9
            Top             =   360
            Width           =   735
         End
         Begin VB.OptionButton optRC4 
            Caption         =   "RC4"
            Height          =   375
            Left            =   960
            TabIndex        =   8
            Top             =   360
            Width           =   615
         End
      End
      Begin VB.Frame Frame1 
         Caption         =   "Password && Security Indicator"
         Height          =   1575
         Left            =   -74880
         TabIndex        =   1
         Top             =   2760
         Width           =   5175
         Begin VB.CheckBox chkMaskKey 
            Caption         =   "Mask Password"
            Height          =   255
            Left            =   240
            TabIndex        =   4
            Top             =   1200
            Value           =   1  'Checked
            Width           =   1575
         End
         Begin MSComctlLib.ProgressBar PBKey 
            Height          =   255
            Left            =   240
            TabIndex        =   3
            Top             =   840
            Width           =   4695
            _ExtentX        =   8281
            _ExtentY        =   450
            _Version        =   393216
            Appearance      =   1
            Scrolling       =   1
         End
         Begin VB.TextBox txtPassword 
            BeginProperty Font 
               Name            =   "MS Sans Serif"
               Size            =   12
               Charset         =   0
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   375
            IMEMode         =   3  'DISABLE
            Left            =   240
            PasswordChar    =   "|"
            TabIndex        =   2
            Top             =   360
            Width           =   4695
         End
      End
      Begin VB.Frame Frame5 
         Height          =   735
         Left            =   240
         TabIndex        =   11
         Top             =   480
         Width           =   4935
         Begin VB.CommandButton Open 
            Caption         =   "Load Picture"
            Height          =   375
            Left            =   120
            TabIndex        =   13
            Top             =   240
            Width           =   2295
         End
         Begin VB.CommandButton SaveAs 
            Caption         =   "Save Picture"
            Height          =   375
            Left            =   2640
            TabIndex        =   12
            Top             =   240
            Width           =   2175
         End
      End
      Begin VB.Label Label7 
         Caption         =   $"frmSteg.frx":0070
         Height          =   1215
         Left            =   -74880
         TabIndex        =   30
         Top             =   3720
         Width           =   5175
      End
      Begin VB.Label Label3 
         Alignment       =   2  'Center
         Caption         =   "http://www26.brinkster.com/boltfish/"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   -74880
         TabIndex        =   29
         Top             =   3240
         Width           =   5175
      End
      Begin VB.Label Label2 
         Alignment       =   2  'Center
         Caption         =   "Compiled by Mischa Balen"
         Height          =   255
         Left            =   -74880
         TabIndex        =   28
         Top             =   2880
         Width           =   5175
      End
      Begin VB.Label Label1 
         Alignment       =   2  'Center
         Caption         =   "Stegosaurus v1.0"
         BeginProperty Font 
            Name            =   "Courier New"
            Size            =   24
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False

⌨️ 快捷键说明

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