对加密算法RSA的C++实现

源代码在线查看: rsa.clw

软件大小: 35 K
上传用户: haoding306
关键词: RSA 加密算法
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CRSADlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "RSA.h"
				
				ClassCount=3
				Class1=CRSAApp
				Class2=CRSADlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_RSA_DIALOG
				
				[CLS:CRSAApp]
				Type=0
				HeaderFile=RSA.h
				ImplementationFile=RSA.cpp
				Filter=N
				
				[CLS:CRSADlg]
				Type=0
				HeaderFile=RSADlg.h
				ImplementationFile=RSADlg.cpp
				Filter=D
				LastObject=IDC_BUTTON_PRODUCE
				BaseClass=CDialog
				VirtualFilter=dWC
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=RSADlg.h
				ImplementationFile=RSADlg.cpp
				Filter=D
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[DLG:IDD_RSA_DIALOG]
				Type=1
				Class=CRSADlg
				ControlCount=22
				Control1=IDCANCEL,button,1342242816
				Control2=IDC_STATIC,button,1342177287
				Control3=IDC_EDIT_P,edit,1350631552
				Control4=IDC_EDIT_Q,edit,1350631552
				Control5=IDC_STATIC,static,1342308352
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_EDIT_N,edit,1350631552
				Control8=IDC_STATIC,static,1342308352
				Control9=IDC_STATIC,static,1342308352
				Control10=IDC_STATIC,static,1342308352
				Control11=IDC_BUTTON_PRODUCE,button,1342242816
				Control12=IDC_EDIT_CODE,edit,1350631552
				Control13=IDC_EDIT_DECODE,edit,1350631552
				Control14=IDC_STATIC,static,1342308352
				Control15=IDC_EDIT_PLAINTEXT,edit,1350631552
				Control16=IDC_STATIC,static,1342308352
				Control17=IDC_EDIT_EncryptText,edit,1350631552
				Control18=IDC_STATIC,static,1342308352
				Control19=IDC_EDIT_DecryptText,edit,1350631552
				Control20=IDCANCEL2,button,1342242816
				Control21=IDCANCEL3,button,1342242816
				Control22=IDC_STATIC,static,1342308352
				
							

相关资源