whatsnew.txt

来自「This program is free software you can r」· 文本 代码 · 共 27 行

TXT
27
字号
**************************************
*  AESV2Plugin BETA - Release Notes
**************************************

The latest release notes, source, and DSM files are available here:

http://home.comcast.net/~msrc4plugin

AESPlugin - V2  128bit AES encryption, OFB mode. It does not require a pre-shared key. 
It adds a 128bit random SALT to your VNC password, then uses MD5 to create a 128bit hash, 
and uses that as the encryption key. A random 128bit IV is added to the first block in OFB mode. 
This makes the key for each session UNIQUE.


Version 0.0.2.0 - 5/21/2005

	OpenSSL is now included in the DLL, no need for a seperate libeay32.dll

Version 0.0.1.0 - 5/16/2005

	Initial Beta Release

	128Bit AES in OFB mode.
	Adds 128bit SALT (128bit random value) to the VNC password, then MD5 hashes it to create the 128bit (session)key
	Adds 128bit random IV to the initial block in OFB mode.

⌨️ 快捷键说明

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