Hi Sean,
I haven't been around for quite a while. As I've seen you wrote some new AES-Plugins. What is exactly the difference between them ( AESV2Plugin100RC1/RC2/RC3) and the "old" AESV2Plugin002.zip which I'm using (and I'm very, very happy with it).
As always: Thanks for the good work you do!
Best regards
Cobra
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
AESV2Plugin100RC3
AESV2Plugin100RC3
I know nothing except the fact of my ignorance. (Socrates 470 - 399 B.C.)
Biggest recent changes are:
Better searching for the location of the key files.
Key files are OPTIONAL (uses password if no key file)
Dynamic key salting. Random salt is added to the key for each session.
Sean
Better searching for the location of the key files.
Key files are OPTIONAL (uses password if no key file)
Dynamic key salting. Random salt is added to the key for each session.
Sean
Last edited by scovel on 2005-11-20 17:53, edited 1 time in total.
Sean,scovel wrote:Biggest recent changes are:
Better searching for the location of the key files.
Key files are OPTIONAL (uses password if no key file)
Dynamic key salting. Random salt is added to the key for each session.
Sean
There is a bug in AESV2 running in password mode... if the password is greater than 8 characters long, it will never accept the password.
got it... btw, thanks for all of your hard work.. the new DSMs are most excellent. It's really nice being able to have "ad hoc" encryption without having to distribute a key... and also having the flexability to require a certain key.scovel wrote:This is a known problem with VNC. It only uses 8 characters of the password but it passes the plugin the whole text you typed in. When entering your password, only enter the first 8 chars and it will work.
Sean