| |
|
|
BigSpeed Secure Socket Library
"The evolution of TCP for private use"
Version 3.0 - April 23, 2008
|
|
|
| |
Idea |
|
|
|
|
We want to find a way to build private networking applications easily.
Our peers will be grouped logically in a virtual community of trusted nodes.
A simple and efficient method must secure our communications without using
third-party certificate authorities. A single connection should be used for all transferred data,
which will be organized in named packets with additional headers.
|
|
|
| |
Architecture |
|
|
|
|
|
|
| |
Design |
|
|
|
Flexible message-oriented protocol over a single TCP connection [more...] |
On-the-fly 128-bit AES encryption with random session keys |
Symmetric encryption mode with shared secret key |
Asymmetric encryption mode with 1024-bit Public/Private keys |
Transport level authentication with digital fingerprints or secret keys |
Easy creation of dynamic virtual private communities |
Transparent data compression |
Suitable both for client and server applications |
Centralized management of all connections |
Buffer congestion and flow control mechanism |
Automatic DNS name resolution |
SOCKS proxy support |
Elegant event-driven paradigm for easy integration into Windows applications |
Responsive user interface while maintaining maximum bandwidth |
Simple and well-organized set of properties, methods and events |
Multi-threaded, fully self-contained COM automation object |
|
|
| |
|
|
| |
|
|
| |
Freeware version |
|
|
|
BigSpeed Secure Socket Library is available free of charge for non-commercial use.
Sample applications are included in Visual Basic 6, Visual Basic .NET, and Delphi 7
Click on the link below to download your free copy now.
Free edition
- $0, up to six concurrent connections
Feel free to share this copy with friends and colleagues.
|
|
| |
Registered version |
|
|
|
BigSpeed Secure Socket Library is available in a Plus edition for commercial use,
which comes with royalty-free distribution rights.
It may be purchased using a credit card, international money order or check.
After completing the payment, you will receive an email with instructions
how to download the registered version.
Click on the link below to purchase a commercial license online.
Your order will be processed through our partner Share-it.
Plus edition
- $150.00 USD, unlimited concurrent connections
Registered users are eligible for free technical support and free upgrades to minor versions.
|
|
| |
| |
Last Release |
|
|
|
Reduced COM framework overhead by replacing the ActiveX control with an automation object |
Dedicated methods for in-memory compression/decompression |
|
| |