Rebex Total Pack 新版本發表
Released: Apr 20, 2015
Updates in this release
Updates in 2015 R3
- New File Server Component - Provides secure remote file system access over an SSH channel using SFTP or SCP protocols. It makes it simple create an SFTP server that can be used by Rebex SFTP or any third-party SFTP, SCP or SSH client (such as WinSCP, PuTTY or OpenSSH).
- Disabled RC4 in TLS/SSL - Following the recently published attack on TLS/SSL, RC4 is no longer considered secure. In this release, it has been disabled by default in the components that support TLS/SSL (this...
Released: Mar 30, 2015
Updates in this release
Updates in 2015 R2
- FREAK Fix - This release fixes a FREAK (Factoring RSA Export Keys) vulnerability.
- TLS 1.2 Support - TLS 1.2 is now supported in addition to TLS 1.1 and 1.0.
Released: Feb 10, 2015
Updates in this release
Updates in 2015 R1
- Support for Xamarin Unified API - Easily share code between iOS and Mac and target both 32-bit and 64-bit platforms with the same binary.
Released: Jul 16, 2014
Updates in this release
Updates in 2014 R2
- Unified API for FTP, FTP/SSL and SFTP - New File Transfer Client object that resembles the existing FTP and SFTP objects, but supports multiple file transfer protocols including FTP, FTP/SSL and SFTP.
- New scripting API - Powerful new scripting API makes it much easier to control remote terminals programmatically.
- Terminal Emulation Performance Enhancements - The updated Terminal Control is faster and much more responsive.
Released: Mar 12, 2014
Updates in this release
Updates in 2014 R1
- Support for SHA-2 (SHA-256 and SHA-512) message authentication codes.
- Support for AES-128-CBC SSLeay private keys.
- Added enhanced Smtp.ResolveDomainMX method.
- Force creation of directory entries in Rebex ZIP.
Released: Dec 11, 2013
Updates in this release
Updates in 2013 R3
- Support for Xamarin.iOS and Xamarin.Android - Rebex components now support Xamarin.iOS and Xamarin.Android, making it possible to target iPad/iPhone and Android devices.
- Support for .NET Compact Framework 3.9 - Target Windows Embedded Compact 2013, Microsoft's latest incarnation of Window CE.
- Support for Visual Studio 2013 - All Rebex components now ship with full support for Microsoft Visual Studio 2013. Older Visual Studio versions (2005 and higher) and .NET Framework...
Released: Sep 10, 2013
Updates in this release
Updates in 2013 R2
- IMAP/SSL and POP3/SSL superseded by Rebex Secure Mail.
- ZIP archive parsing has been optimized, resulting in a huge speed increase on slow disk drives.
- Terminal Emulation component supports both Telnet and SSH transport layers.
Released: Aug 15, 2013
Updates in this release
Updates in 2013 R1
- Added support for Mono.
- Enhanced workaround for Stream.Seek on .NET CF.
- Fixed finalizers that called state-changed events in some cases.
- Added workaround for instances of FileStream that returned "[Unknown]" name.
- FileLogWriter enhanced to log assembly version when opening log file.
- Added missing PublicKeyInfo() constructor.
- Added FileSet.ContainingDirectoriesIncluded option.
- Encoding tool support for IBM437 charset on all platforms.
- Fixed handle leak in CertifiacteStore...
Released: Nov 8, 2012
Updates in this release
Updates in 2012 R3
- Task Based Asynchronous Methods - These methods make it possible to utilize new "await" keyword available in .NET 4.5 and Visual Studio 2012.
- Synchronization Context - Previously, events raised by asynchronous methods would run on a background thread, making them hard to use in GUI applications. Now, events are raised using the Synchronization Context captured when the method was started. This means it is possible to update controls directly from event code.
- Simplified...
Released: Mar 14, 2012
Updates in this release
Updates in 2012
- New multi-file methods - Delete multiple files (or even a directory tree) at once or retrieve a list of files for the whole directory tree in one call.
- Common API for SFTP and FTP/SSL - Easily write code that can use either SFTP or FTP/SSL.
- Faster Blowfish and Twofish algorithms - New managed implementation is substantially faster.
- Compatibility enhancements - Added support for embedded OLE objects in TNEF/winmail.dat e-mails (they are parsed as attachments) and enhanced the PKCS...