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

📄 messages.h

📁 研读AxCrypt对加解密的处理方法
💻 H
📖 第 1 页 / 共 4 页
字号:
//
// MessageText:
//
//  Unable to determine when the application launched for '%2' is done with the document.
//  You must do this manually, by clicking 'Ok' when you are done. If you do this
//  incorrectly you will not loose data, but the plain text will be left 'orphaned'
//  in your temporary directory and
//  visible on your harddisk, and the encrypted file will not be updated.
//
#define WRN_CANT_TELL_DONE               0x800001FEL

//
// MessageId: WRN_INPUT_IDLE_TIMEOUT
//
// MessageText:
//
//  The application associated with '%2' is taking too long to start. Please click 'Ok' when
//  it has started, and opened the document.
//
#define WRN_INPUT_IDLE_TIMEOUT           0x80000208L

//
// MessageId: WRN_ACTIVE_APPS
//
// MessageText:
//
//  %1 is about to exit, but you still have applications with encrypted content open.
//  If these are not terminated automatically by the system, please EXIT these, and then click 'Ok'.
//
#define WRN_ACTIVE_APPS                  0x80000212L

//
// MessageId: ERR_CANT_STOP
//
// MessageText:
//
//  The system is shutting down or logging off, but you still have encrypted content open. Please click 'Ok', CLOSE
//  all your applications, and then retry the attempted operation.
//
#define ERR_CANT_STOP                    0xC000021CL

//
// MessageId: WRN_SHUT_DOWN
//
// MessageText:
//
//  The system is definitely shutting down or logging off, but you still have encrypted content open.
//  WARNING: There may be encrypted content in plain text form left in the temporary directory! If so, It will be removed on restart.
//
#define WRN_SHUT_DOWN                    0x80000226L

//
// MessageId: ERR_VERSION_RESOURCE
//
// MessageText:
//
//  System error reading version resource.
//
#define ERR_VERSION_RESOURCE             0xC0000230L

//
// MessageId: ERR_TEMP_DIR
//
// MessageText:
//
//  Failed to create temporary directory in %3, try cleaning up.
//
#define ERR_TEMP_DIR                     0xC000023AL

//
// MessageId: WRN_REALLY_WIPE
//
// MessageText:
//
//  Do you want to overwrite %2 with random data and then permanently delete it?
//
#define WRN_REALLY_WIPE                  0x80000244L

//
// MessageId: ERR_REG_VALUE_TYPE
//
// MessageText:
//
//  Registry key %3 is of the wrong type.
//
#define ERR_REG_VALUE_TYPE               0xC000024EL

//
// MessageId: ERR_LOG_LEVEL
//
// MessageText:
//
//  Error '%2' reading event log level (%3) from the registry.
//
#define ERR_LOG_LEVEL                    0xC0000258L

//
// MessageId: WRN_CLEAN_UP
//
// MessageText:
//
//  Warning, error during clean-up of temporaries: %4
//
#define WRN_CLEAN_UP                     0x80000262L

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_ENCRYPT
//
// MessageText:
//
//  Encrypting
//
#define INF_OPNAME_ENCRYPT               0x4000026CL

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_DECRYPT
//
// MessageText:
//
//  Decrypting
//
#define INF_OPNAME_DECRYPT               0x40000276L

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_COMPRESS
//
// MessageText:
//
//  Compressing
//
#define INF_OPNAME_COMPRESS              0x40000280L

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_DECOMPRESS
//
// MessageText:
//
//  Decompressing
//
#define INF_OPNAME_DECOMPRESS            0x4000028AL

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_WIPETEMP
//
// MessageText:
//
//  Shredding temporaries
//
#define INF_OPNAME_WIPETEMP              0x40000294L

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_WIPEDATA
//
// MessageText:
//
//  Shredding
//
#define INF_OPNAME_WIPEDATA              0x4000029EL

//
//	Rel 1.2 - Used to display the name of the current operation in the
//	progress window, which the progress bar indicates.
//
//
// MessageId: INF_OPNAME_HMAC
//
// MessageText:
//
//  Calculating integrity checksum (HMAC)
//
#define INF_OPNAME_HMAC                  0x400002A8L

//
//	Rel 1.2 - This message is displayed, when the user clicks the 'cancel' button
// in the progress dialogue. It is also used without display in other cases when
// the user cancels, such as pressing cancel in an 'enter key' dialogue.
//
//
// MessageId: WRN_CANCEL
//
// MessageText:
//
//  Operation cancelled.
//
#define WRN_CANCEL                       0x800002B2L

//
//	Rel 1.4.2 - This message is displayed, when the user clicks the 'Yes' button
// in the file wipe question in batched mode for example, when there are three
// choices 'Yes', 'No', 'Cancel'.
//
//
// MessageId: INF_YESALL
//
// MessageText:
//
//  Yes To All.
//
#define INF_YESALL                       0x400002BCL

//
//	Rel 1.2
//
// This is used for the 'save passphrase' checkbox in the enter
// encryption key dialogue. The context is such that the word
// 'passphrase' is not necessary to prompt with.
// The prompt should indicate that the usage is for 'encryption'.
//
//
// MessageId: INF_SAVE_ENCKEY
//
// MessageText:
//
//  Use as default for encryption
//
#define INF_SAVE_ENCKEY                  0x400002C6L

//
//	Rel 1.2
//
// This is used for the 'save passphrase' checkbox in the enter
// decryption key dialogue. The context is such that the word
// 'passphrase' is not necessary to prompt with.
//
//
// MessageId: INF_SAVE_DECKEY
//
// MessageText:
//
//  Remember this for decryption
//
#define INF_SAVE_DECKEY                  0x400002D0L

//
//	Rel 1.2
//
//	This message is shown when it is detected that a file was encrypted
// with a previous version, to give a strong hint to the user that this
// file should be decrypted and re-encrypted for enhanced security.
//
//
// MessageId: WRN_REENCRYPT
//
// MessageText:
//
//  The file '%3' is encrypted in an earlier format. For full security, please decrypt and re-encrypt using this version.
//
#define WRN_REENCRYPT                    0x800002DAL

//
//	Rel 1.2
//
// The context menu prompt to clear the passphrase memory.
//
//
// MessageId: INF_MENU_CLEARKEYS
//
// MessageText:
//
//  Clear Passphrase Memory
//
#define INF_MENU_CLEARKEYS               0x400002E4L

//
//	Rel 1.2
//
//
// MessageId: HLP_MENU_CLEARKEYS
//
// MessageText:
//
//  Remove all passphrases from active memory.
//
#define HLP_MENU_CLEARKEYS               0x400002EEL

//
//	Rel 1.2
//
//
// MessageId: WRN_INSECURE_WIPE
//
// MessageText:
//
//  '%3' cannot be shredded in a secure way by %1.
//  The file is compressed or encrypted by the file system,
//  this requires low level routines not provided in %1.
//  Please either change the file or directory attributes,
//  or install a special purpose utility for this task.
//
#define WRN_INSECURE_WIPE                0x800002F8L

//
//	Rel 1.2
//
//	This is used together with a checkbox, so that we can
//	display warnings etc, and then ask the user if he wants
//	to see this warning again, or not.
//
//
// MessageId: INF_DONTREPEAT
//
// MessageText:
//
//  Don't show this message again.
//
#define INF_DONTREPEAT                   0x80000302L

//
//	Rel 1.2 - Used when a wiping operation fails for some reason.
//
//
// MessageId: MSG_WIPE_ERROR
//
// MessageText:
//
//  Shredding of '%3' failed, %4
//
#define MSG_WIPE_ERROR                   0xC000030CL

//
// Rel 1.2.2 - Menu choice for renaming a file and give
//	it a new, anonymous one.
//
//
// MessageId: INF_MENU_RENAME
//
// MessageText:
//
//  Rename
//
#define INF_MENU_RENAME                  0x40000316L

//
// Rel 1.2.2 - Menu help for renaming a file and give
//	it a new, anonymous one.
//
//
// MessageId: HLP_MENU_RENAME
//
// MessageText:
//
//  Rename with an anonymous name. The original will be restored on decryption.
//
#define HLP_MENU_RENAME                  0x40000320L

//
// Rel 1.3.1
//
// Generic file errors, intended for use with the
// .File() CAssert member.
//
//
// MessageId: ERR_FILE
//
// MessageText:
//
//  '%3': %4
//
#define ERR_FILE                         0xC000032AL

//
// Rel 1.3.1
//
//	No valid standard output available, but needed.
//
//
// MessageId: ERR_NO_STDOUT
//
// MessageText:
//
//  Standard Output must be file or pipe.
//
#define ERR_NO_STDOUT                    0xC0000334L

//
// Rel 1.5 - Right Click Menu choice for one-by-one copy to self-extracting archive.
//
//
// MessageId: INF_MENU_SFXENCDEF
//
// MessageText:
//
//  Encrypt copy to .EXE
//
#define INF_MENU_SFXENCDEF               0x4000033EL

//
// Rel 1.5 - Menu help for one-by-one copy to self-extracting archive,
// shown in the status bar of Windows Explorer, if enabled.
//
//
// MessageId: HLP_MENU_SFXENCDEF
//
// MessageText:
//
//  Encrypt and copy to self decrypting program file(s).
//
#define HLP_MENU_SFXENCDEF               0x40000348L

//
// Rel 1.5 - Right Click Menu choice for many-to-one copy to self-extracting archive.
// It needs to be short!
//
//
// MessageId: INF_MENU_SFXENCNAME
//
// MessageText:
//
//  Encrypt and copy to one .EXE
//
#define INF_MENU_SFXENCNAME              0x40000352L

//
// Rel 1.5 - Menu help for many-to-one copy to self-extracting archive,
// shown in the status bar of Windows Explorer for example.
//
//
// MessageId: HLP_MENU_SFXENCNAME
//
// MessageText:
//
//  Encrypt and copy all to one single self decrypting program file.
//
#define HLP_MENU_SFXENCNAME              0x4000035CL

//
// Rel 1.5 - Error message shown when an attempt is made to decrypt
// a file without the standard extension, i.e. .axx. This is to avoid
// confusion by users - based on a real story.
//
//
// MessageId: MSG_INVALID_EXT
//
// MessageText:
//
//  The file name has the wrong extension should not decrypted with %1,
//  please rename or use the correct application.
//
#define MSG_INVALID_EXT                  0xC0000366L

//
// Rel 1.5 - Used as a header for the frame where we ask for a key file in
// the passphrase dialogs.
//
//
// MessageId: INF_FRAME_KEYFILE
//
// MessageText:
//
//  Key-File
//
#define INF_FRAME_KEYFILE                0x40000370L

//
// Rel 1.5 - The right click menu to generate a new key file. 
//
//
// MessageId: INF_MENU_KEYFILE
//
// MessageText:
//
//  Make Key-File
//
#define INF_MENU_KEYFILE                 0x4000037AL

//
// Rel 1.5 - The text shown as a warning pop-up message box before the actual
// dialog to make a key file.
//
//
// MessageId: INF_MAKE_KEYFILE
//
// MessageText:
//
//  This will generate random data and save as a key-file. Only store on removable media.
//  Print backup and store in safe place.
//  %n%nUsing a key-file is optional, but provides much stronger security than a passphrase.
//  %n%nIf this file is lost, so are documents encrypted with it!
//
#define INF_MAKE_KEYFILE                 0x40000384L

//
// Rel 1.5 - The help-text for the menu to generate a new key file.
//
//
// MessageId: HLP_MENU_KEYFILE
//
// MessageText:
//
//  Generate random data and save as a key-file. Don't lose this file!
//
#define HLP_MENU_KEYFILE                 0x4000038EL

//
// Rel 1.5 - Specific extra warning text for multi file-wipe.
//
//
// MessageId: WRN_REALLY_WIPE_ALL
//
// MessageText:
//
//  Do you really want to overwrite %2 and all the rest of the selected files with
//  random data and then permanently delete them?
//  %n%nThis cannot be undone!
//
#define WRN_REALLY_WIPE_ALL              0x80000398L

//
// Rel 1.5 - Default file name for key-file.
//
//
// MessageId: INF_KEYFILE_NAME
//
// MessageText:
//
//  My Key-File.txt
//
#define INF_KEYFILE_NAME                 0x400003A2L

//
// Rel 1.5 - Warn that the save is about to be done on a non-removable
//           drive. This is used when generating key files, they really
//           never should be stored on fixed media.
//
//
// MessageId: WRN_NOT_REMOVABLE
//
// MessageText:
//
//  The key-file will be saved to what appears to be a non-removable drive. Only
//  store key-files on diskettes, USB-drives and similar devices that can
//  be physically removed from the computer.
//
#define WRN_NOT_REMOVABLE                0x800003ACL

//
// Rel 1.5 - Inform the use about how key-files are used.
//
//
// MessageId: INF_KEYFILE_USE
//
// MessageText:
//
//  You are about to use a key-file to encrypt. This is optional.
//  %n%nThis will give you the strongest
//  possible protection, but you must keep the key-file secret!
//  %n%nKey-files are made with the Explorer menu in a selected folder.
//  %n%nKeep it secret, keep it safe!
//
#define INF_KEYFILE_USE                  0x400003B6L

//
// Rel 1.5 - Right-Click menu choice to start the notify script, after the fact.
//
//

⌨️ 快捷键说明

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