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

WTF is "TWF 256 encryption"?

Post Reply
angussf
8
8
Posts: 11
Joined: 2006-04-07 04:04
Location: Tucson, Arizona USA
Contact:

WTF is "TWF 256 encryption"?

Post by angussf »

(Sorry, couldn't resist the "WTF" given the name of the encryption you're using ;-)) I can't find anything about it here or on the 'net ...
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: WTF is "TWF 256 encryption"?

Post by redge »

The buildin encryption use DH key-exchange

Export
------
This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of
encryption software. BEFORE using any encryption software, please
check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to
see if this is permitted.

The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms.

The following provides more details on the included cryptographic
software:
Intel IPP crypto lib (CCATS# G025801 ECCN 5D002)


reference:
[topic=7542][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
angussf
8
8
Posts: 11
Joined: 2006-04-07 04:04
Location: Tucson, Arizona USA
Contact:

Re: WTF is "TWF 256 encryption"?

Post by angussf »

redge wrote:The buildin encryption use DH key-exchange
This tells me nothing about the underlying technology ... so do many modern crypto systems. I'm looking for something documented about the encryption, like I can find about Blowfish or Twofish or AES ....
The following provides more details on the included cryptographic
software:
Intel IPP crypto lib (CCATS# G025801 ECCN 5D002)
When I google for that all I turn up is one message in this forum.

IMHO if you're going to include encryption, especially in a GPL'd OSS project you need to provide serious documentation on the crypto otherwise it can't be considered safe to use.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Re: WTF is "TWF 256 encryption"?

Post by Rudi De Vos »

The encryption used is provided by the intel ipp library.
We didn't write our own encryption, but used the encryption
provided by the commercial Intel ipp lib.

Info lib
http://www.intel.com/cd/software/produc ... 302910.htm

DH +512 prime exchange (public/private key)
Twofish 256 key encryption is used. Standard Twofish encryption,
we use the crypt(), decrypt() ipp functions for it.
angussf
8
8
Posts: 11
Joined: 2006-04-07 04:04
Location: Tucson, Arizona USA
Contact:

Re: WTF is "TWF 256 encryption"?

Post by angussf »

Rudi De Vos wrote:The encryption used is provided by the intel ipp library.
We didn't write our own encryption, but used the encryption
provided by the commercial Intel ipp lib.

Info lib
http://www.intel.com/cd/software/produc ... 302910.htm

DH +512 prime exchange (public/private key)
Twofish 256 key encryption is used. Standard Twofish encryption,
we use the crypt(), decrypt() ipp functions for it.
Perfect, thanks!
sure
20
20
Posts: 42
Joined: 2006-06-05 15:02

Re: WTF is "TWF 256 encryption"?

Post by sure »

TWF is actually TWoFish, a rather strange abbreviation.
We didn't write our own encryption, but used the encryption
provided by the commercial Intel ipp lib.
One could wonder how safe it is, then. The NSA or MI* or AIVD will not find it hard to decrypt, is my guess.
Last edited by sure on 2007-02-12 23:13, edited 1 time in total.
Post Reply