|
|
Best ssl software for free download
Showing ssl titles
Instant Housecall Remote Support 4.0
Deliver attended remote support and access unattended computers with a single po…
see the review page
E-List Distributor for Mac 2.0
Whether you have a small business or large enterprise, there is always a problem…
see the review page
JavaPowUpload 1.0
JavaPowUpload is easy client-side solution that can be used to perform file uplo…
see the review page
EAUpload 1.1
EAUpload is an ASP.NET file upload component that provides expansive functionali…
see the review page
|
|
 |
5. Agendus Mail for Palm OS SSL Edition 5.4 (Internet:Email) Size: 3520 kb, Price: $24.95

With Agendus Mail SSL Edition, all of your important business and personal e-mails are readily and securely accessible. Access your e-mail anywhere, without any compromise, wirelessly or by desktop synchronization. Features such as unlimited wireless accounts, POP and IMAP support, native files attachment support, integrated SMS, SSL security over POP, IMAP and SMTP, make Agendus Mail SSL Edition is one of the best in its class. Agendus Mail SSL Edition comes with full IMAP folders support, an improved interface, portrait and landscape support, extended Treo 600 and 650 d-pad navigation, and much more. Thanks to its multi-protocol support of SSL security, you can send and receive e-mail with absolute peace of mind. Seamelessely integrates with Agendus for Palm OS Professional Edition Agendus Mail SSL Edition features a straightforward yet powerful set of SSL options, allowing anyone to send and receive messages using encrypted communications. With any level of wireless network security, Agendus Mail SSL Edition will make sure your messages and related attachments are safely delivered. Agendus Mail lets you send/receive e-mails wirelessly from your PDA or through Hotsync with our desktop conduit Full native attachment support with or without memory card. 100% compliant with popular e-mail protocols such as POP, IMAP and SMTP Ability to retrieve message attachments even if the message is only partially downloaded View HTML emails through your mobile device's web browser
Related software: agendus, mail, ssl, edition, email, imap, pop, smtp, security, server, client, iambic, palm, palmos, treo, 600, 650, 700, 680, smartphone, application, app, clie, palmone, trial, agendus mail ssl edition, e-mail, email server, email client, palm os, …
|
 |
6. wodXMPP 1.0.2 (Development:Active-X) Size: 2397 kb, Price: $209

Basic information about wodXMPP You can use wodXMPP as instant messaging and presence protocol - you can see your contacts online, send and receive messages with them, send and receive notifications, etc. There are two variations of wodXMPP - 1. COM Object which is invisible and should be used "under the hood" in your applications 2. OCX Control which has GUI (as seen on the right side of this page). Each contact is drawn by wodXMPP itself so you don't need to create your own code to show contacts on the screen. No code is required to have visible contact list on the screen. Interface definition Main wodXMPP object is responsible for you as an entity on the Jabber network. You can find here methods to connect and disconnect, to set your JID, password, etc.. Your buddies are called 'Contacts' and are provided through XMPPContact object. Here you can add them to your contact list, send authorization requests, send messages... Messages are created in separate XMPPMessage objects where you can set up all details of messages. There are dozen of objects in wodXMPP component that parse incoming data to separate standalone entities which you can easily use and manipulate in your code. Sending and receiving messages It is easy to send message with wodXMPP - you can do it from one line using SendText method. If you need to construct more complicated messages, you can initialize included XMPPMessage object, supply few properties, and then call SendMessage method to deliver it to your contact. Connecting to other protocols wodXMPP supports (if your server provides it) connecting to other instant messaging protocols - such as ICQ, MSN, AIM, Yahoo, GTalk etc.. SSL Security You can feel safe with wodXMPP - no one will see messages you send because wodXMPP uses SSL. Both Explicit and Implicit modes are provided, so you can connect to regular port 5222 and then "fire up armor", or you can connect to port 443 to services that implicitly expect to have SSL enabled.
Related software: client, activex, for, xmpp, jabber, protocol, dll, ocx, icq, msn, aim, google, talk, yahoo, client activex for xmpp, jabber protocol, google talk, …
|
 |
7. wodTelnetDLX 2.3.5 (Development:Active-X) Size: 3011 kb, Price: $199

wodTelnetDLX is a telnet client component ready to connect to various terminal based clients, most commonly to UNIX telnet daemon. Besides supported Telnet protocol, it also supports secured communication (through encryption) using well known SSH (SSH1 and SSH2 are supported), as well as SSL/TLS (Secure Socket Layer protocol). ActiveX version of the component has its own Terminal GUI (Graphic user interface) that supports VT100 and Linux emulation - so you can run your favorite UNIX tools with no need for 3rd party extensions - only with wodTelnetDLX. Main features include: - Supports Telnet, SSH1, SSH2, SSHAuto, SSL, SSLTelnet and Raw protocols - Includes both COM Component version and ActiveX Control in same package - Has its own Terminal client GUI (only ActiveX version) - Implements VT100 and Linux emulations (only ActiveX version) - Supports 'slave printing' directly from applications you run on the server - Has blocking mode for scripting clients (only COM version), as well as non-blocking mode (both versions) - Supports negotiation for auto determining SSH1/SSH2 protocols - Automatically upgrades Telnet session to SSL if available - Connects with ease even with secured WEB servers. - Includes Certificate Management Component - you can use OpenSSL as well as MS CertificateStore certificates - Automatically sends login and password if specified - Fires events when data is received, or key (even special) is pressed - Allows transparent use of any of supported protocol. Change one property - leave other code the same!
Related software: telnet, component, encrypted, secure, security, protocol, ftps, sftp, com, activex, …
|
 |
8. wodSmtpServer 2.3.1 (Development:Active-X) Size: 2580 kb, Price: $169

WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full non-relaying Smtp (Simple Mail Transfer Protocol) server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2821. Use your favorite mail client (such as Outlook Express or Eudora) to send mail to other users on your network . How? That's easy part: just put SmtpServer control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by Smtp. It will still work, and accept all emails but delete them immediately after user disconnects. But, if you define real filename on your disk, all the emails will be stored to that file. Still, if you want to make real Smtp server application, look no more for native support for socket related material - you just found it. Smtp server will deal with clients and connections - you must deal with messages. Once new user connects to your Smtp server, you need to provide some way of storing message posted by user to some file on disk, or just read it from Body property and store manually to, for example, database. This is really easy task. If you keep all the emails in separate files, that's just great for usage with WeOnlyDo! Smtp server. If you prefer to keep it in one large file - we will not argue about it. You can specify filename, make Smtp server Append to that file, and everything will still work just great. As a result, you will have one mailbox for each user just like on UNIX computers. Together with WeOnlyDo! Pop3 server, you can make powerful fully maintained mail service application that will share emails in your company, receive them from internet and anything else you can imagine. You can even create emails for your employees on the fly. You can make Smtp store to same files from where Pop3 reads them.
Related software: wodsmtpserver, mail, com, server, component, encrypted, smtp, secure, security, protocol, ssl, wodsmtpserver mail, com server, component encrypted, smtp secure, security protocol, …
|
 |
9. LIVECHAT Contact Center 5.2.1.65 (Internet:Utilities) Size: 6697 kb, Price: $33

LIVECHAT Contact Center is a online customer support application. LIVECHAT Contact Center enables fast and intuitive contact between customer, who visits company web site, and its employee. It also allows receiving information about customers activities what ensures invaluable knowledge source in the process of sale and marketing activities. It creates absolutely new communication channel combined with classic call center. LIVECHAT Contact Center allows multiple conversations with customers, partners and employees at the same time. It also enables real-time traffic monitoring on company’s web site. Particular customers can be invited to the chat with operator through the window of web communicator. Also, the process of invitation can be automated in application settings by proper definition of time spent on web site or number of pages visited by customer. If invited customer starts to chat, but operator will not be able to answer asked questions, the application enables transferring customer to another specialist. What is important, new operator does not lose the content of previous chat, which is being transferred with customer as well. During the chat operator can obtain a lot of information about his interlocutor, i.e. referrer web site address, the date of last chat or number of visited web pages. The operator has an access to the history of chats with customer. He is also able to send a link from central links base or answer with use of pre-defined answers placed in company’s knowledge base. If it is needed, the application allows operator to take over customer’s desktop if he clearly expresses his agreement to it. Data transmission in Contact Center is being processed with use of SSL protocol, what guarantees top security level and safe communication channel in the company. With adopted functionalities operators receive tools which enable effective chats with up to 5 people at the same time.
Related software: live, chat, help, support, contact, center, desk, person, php, boldchat, live chat, live help, live support, contact center, help desk, live person, php live, …
|
 |
10. VoIP DLL, OCX/ActiveX, COM, C-interface and .NET for Windows... 2.1 (Development:Components-Libraries) Size: 6824 kb, Price: $899

conaito VoIP EVO SDK - A simple way to VoIP-enable your applications and websites. The conaito VoIP EVO SDK contains a high performance VoIP conferencing client capable of delivering crystal clear sound even for both low and high-bandwidth users. conaito VoIP EVO users are arranged in a tree-structure where each node is a room/channel where users can talk, send instant messages and share files. More than 40 users can be in each room/channel and participate in a conference while resource usage, both memory-wise and CPU-wise, is still kept at an acceptable level for gaming and other types of resource intensive tasks. Here is a list of the main features of the conaito VoIP EVO VoIP client: * VoIP conferencing with crystal clear sound even for both low and high-bandwidth users (Speex Codec) * Full Duplex - VoIP conferencing solution (multi-user conferences) * Comes with Windows as well Linux server (running as service). * Work with DirectSound as well with Windows Audio. * Remote console server administration (e.g. use telnet to control the server) * NEW in v2.1! Multiple-Instances support * Administrator EVO Server API (VoIP EVO Admin COM control) - 2 SDK versions (VoIP EVO Client SDK and VoIP EVO Admin SDK) are available. * Record conferences to MP3 - Voice conferencing recording (*.mp3 format) * Cryptography (SSL for TCP data transmission and BLOW FISH for UDP data and much more! Having the above features available makes it simple to develop any type of VoIP-enabled application, like e.g. a teaching tool, live support, chat, meeting tool, a multiplayer game or any other type of application which requires users being able to talk, type messages and send files to each other. For conaito VoIP EVO clients to be able to interact with each other they must connect to a conaito VoIP EVO server which keeps track of where users are located and forwards voice-data packets between clients. The conaito VoIP EVO server can be hosted in both LAN and internet environments.
Related software: voip, sdk, voice, conference, instant, text, component, activex, lib, com, ocx, chat, conversation, udp/ip, gsm, 6.10, internet, telefonie, voip sdk, voice conference, conference instant voice, text conference, voip conference, voip component, voip activex, voip lib, voip com, voip ocx, voip chat, voice conversation, gsm 6.10, internet telefonie, …
|
 |
11. ASPPowUpload 1.0 (Development:Components-Libraries) Size: 341 kb, Price: $99

ASPPowUpload is an ASP control that enables an ASP application to capture and save files uploaded to the web server by a browser. ASPPowUpload is fully compatible with the standard files upload protocol defined in RFC1867 for the HTML POST Form with the “INPUT TYPE=FILE” tags. ASPPowUpload handles and stores the contents of the POST request to a file on the server hard disk rather than loading it into memory. Supports Flash-based upload control for multiple files upload (whole folder upload). ASPPowUpload provides rich server-side progress indicator that lets users to monitor the progress of their uploads. ASPPowUpload key features: Uploads up to 2 GB files without in-memory caching of requests. This feature allows you to upload of large files to a server with the low load of RAM. 100% Server-side control. Does not require installation on the user computer. Compatible with any browser and OS on the user side. Compatible with SSL (HTTPS) and any kind of authentication. Unicode file names and form values support. Access non file items of the form in own collection. Supports multiple files upload from multiple users at the same time. Includes example of Progress bar without Page postbacks (AJAX technology)
Related software: asp, file, upload, component, files, server, web, large, http, asp file upload, file upload component, upload files, upload file in asp, upload file to server, upload files asp, upload files to web, upload files web, upload large files, web file upload, http file upload, …
|
 |
12. Agendus for Palm OS Premier Edition 12.02 (Business:PIMS-Organizers) Size: 1533 kb, Price: $59.95

Agendus Premier is a breakthrough solution for managing personal information and communications from your Treo. Agendus Premier brings together Agendus for Palm OS Professional Edition, Agendus Mail SSL Edition and our new Agendus Attendees Module in one great bundle! Along with the great features you get in Agendus Professional and Agendus Mail, the Premier bundle allows you to send and receive meeting invitations over-the-air and track attendees responses in real time without any additional setup. » Comprehensive, Time-Saving Communications Solution that's Easy-to-Use Agendus Premier includes: Agendus Professional: Our award-winning, fully-integrated, personal information manager Agendus Mail SSL Edition: Our secure email client that lets you access and respond to your email and SMS messages from wherever you are Agendus Attendees Module: An intelligent and efficient way to leverage the Over-the-Air capabilities of Treo Smartphones to get meetings scheduled » Agendus Premier Takes the Hassle Out of Scheduling Meetings Sending Appointment Invitations Simply choose contacts from your address book, create the meeting’s description, and Agendus will send a SMS (text message) immediately to the invitees. Checking for Free Time Agendus automatically scans invitees’ schedules for availability (if they have Agendus installed as well) and informs them if detects a conflict in their calendars When the intelligent notification arrives, the invitee can accept or decline without delay. Tracking Responses Agendus keeps track of responses so you’ll know exactly how many people accepted, declined, or have not replied to your meeting in real time. » Agendus Premier is an Open Communications Platform Invitees can receive and respond to meeting notifications without having Agendus installed on their mobile device.
Related software: contact, management, schedule, dos, business, organizer, meeting, invite, contacts, mail, email, contact management, to dos, …
|
 |
13. LIVECHAT Contact Center 5.2.1 (Internet:Utilities) Size: 6849 kb, Price: $33

LIVECHAT Contact Center is a online customer support application. LIVECHAT Contact Center enables fast and intuitive contact between customer, who visits company web site, and its employee. It also allows receiving information about customers activities what ensures invaluable knowledge source in the process of sale and marketing activities. It creates absolutely new communication channel combined with classic call center. LIVECHAT Contact Center allows multiple conversations with customers, partners and employees at the same time. It also enables real-time traffic monitoring on company’s web site. Particular customers can be invited to the chat with operator through the window of web communicator. Also, the process of invitation can be automated in application settings by proper definition of time spent on web site or number of pages visited by customer. If invited customer starts to chat, but operator will not be able to answer asked questions, the application enables transferring customer to another specialist. What is important, new operator does not lose the content of previous chat, which is being transferred with customer as well. During the chat operator can obtain a lot of information about his interlocutor, i.e. referrer web site address, the date of last chat or number of visited web pages. The operator has an access to the history of chats with customer. He is also able to send a link from central links base or answer with use of pre-defined answers placed in company’s knowledge base. If it is needed, the application allows operator to take over customer’s desktop if he clearly expresses his agreement to it. Data transmission in Contact Center is being processed with use of SSL protocol, what guarantees top security level and safe communication channel in the company. With adopted functionalities operators receive tools which enable effective chats with up to 5 people at the same time.
Related software: live, chat, help, support, contact, center, desk, person, php, boldchat, live chat, live help, live support, contact center, help desk, live person, php live, …
|
 |
14. MySQL for Outlook Express 1.1.1.0 (Internet:Email) Size: 7169 kb, Price: $99

MySQL for Outlook Express/Vista Mail- allows users to Download, Upload and Report E-mails instantly with a MySQL Database Plug-In. Select individual mail content/or attachments and never have to worry about bulky dbx backups again. Built in SQL Query Engine and PDF, XLS and Word Report Formats. The Plugin is conveniently located directly in Outlook Express/Vista Mail. Full Reporting Engine is also available. SSL Secure Ready
Related software: mysql, outlook, express, vista, mail, windows, database, backup, dbx, winmail, email, outlook express, vista mail, windows mail, mail backup, dbx backup, email backup, …
|
 |
15. z/Scope TN5250 6.1 (Internet:Utilities) Size: 8282 kb, Price: $40

z/Scope Express 5250 offers an unmatched look&feel and the most intuitive and user-friendly interface. Also gives full support of Internet-Standard comunication protocols TN5250E, SSL 2/3 and TLS 1. With z/Scope Express you will have all the necessary basic tools to experience a modern agile and fast terminal emulation. In addition, you will only use a very little portion of your PC memory, leaving more resources for other critical tasks. z/Scope Express 5250 was developed with the highest standards of quality and the result is a solid terminal emulation solution. Your connections will be secured and reliable. The tools included in z/Scope Express were thought to help users speeding up their daily tasks and making them more pleasant. For example, you can use the hotspots wizard to mouse enable the emulation. You can open multiple emulation sessions simultaneously and switch them quickly and easily through tabs. The screen history will provide one click access to previously visited screen, and many more functions that will help you with your daily work. z/Scope Express advantages are not only in its features and agility but also in its price. z/Scope licensing deals and pricing structure are the most competitive!. Check our licensing deals and then compare with other solutions. Your company will be saving a very important amount of money if they rely on our solutions, as a large number of worldwide companies have already done. HIGHLIGHTS * Support for extended 5250 protocol. * Open multiple emulation sessions simultaneously and switch them quickly and easily through tabs. * Support for SSL 2.0, and 3.0 as well as TLS 1.0 security protocols * HLLAPI,EHLLAPI and WinHLLAPI Support * Easy Hotspots creation using a hotspots wizard! * Screen Styles to suit your preferences. * Collapsible panel for quick and direct access to connections. * Screen History for convenient one-click access to previously visited screens.
Related software: as/400, iseries, html, secure, terminal, emulation, emulator, 5250, ibm, tn5250, encryption, mainframe, free, for, personal, use, terminal emulation, terminal emulator, 5250 emulation, free for personal use, …
|
 |
16. Instant Housecall Remote Support 3.4.4 (Utilities:Network) Size: 655 kb, Price: $35.00

Instant Housecall is the award-winning remote support suite that lets you securely view and control your customer's PC through firewalls. With no port forwarding and no dynamic IPs to worry about, you can deliver service from your office, house, customer site, and Internet cafe without pre-installing software. Features include: Invitation only access, Wait for Specialist to sign-in, Reboot remote PC into safe mode, Auto reconnect, File transfer, Chat, Accept online payment, Session history, Revenue Reports, Branding, SSL Encryption, Vista and UAC support. Instant Housecall consists of the "Administrator Control Panel", "Specialist Sign-in", "Customer Applet/Hotline", and your "Webspace" branded for your business. Instant Housecall is highly customizable, boasts powerful features, and is remarkably easy to use. Increase sales, expand your market reach. Deliver service anywhere in the world. Get your 15 day free trial now and support an unlimited number of PCs.
Related software: remote, support, control, access, desktop, house, call, vnc, assistance, housecall, logmein, webex, gotomypc, help, desk, helpdesk, firewall, ultravnc, tightvnc, realvnc, router, nat, port, forward, radmin, remote support, remote control, remote access, remote desktop, house call, remote assistance, help desk, port forward, …
|
 |
17. z/Scope TN3270 6.1.0.68 (Internet:Utilities) Size: 8282 kb, Price: $60

z/Scope Express 3270 offers an unmatched look&feel and the most intuitive and user-friendly interface. Also gives full support of Internet-Standard comunication protocols TN3270E, SSL 2/3 and TLS 1. With z/Scope Express you will have all the necessary basic tools to experience a modern agile and fast terminal emulation. In addition, you will only use a very little portion of your PC memory, leaving more resources for other critical tasks. z/Scope Express 3270 was developed with the highest standards of quality and the result is a solid terminal emulation solution. Your connections will be secured and reliable. The tools included in z/Scope Express were thought to help users speeding up their daily tasks and making them more pleasant. For example, you can use the hotspots wizard to mouse enable the emulation. You can open multiple emulation sessions simultaneously and switch them quickly and easily through tabs. The screen history will provide one click access to previously visited screen, and many more functions that will help you with your daily work. z/Scope Express advantages are not only in its features and agility but also in its price. z/Scope licensing deals and pricing structure are the most competitive!. Check our licensing deals and then compare with other solutions. Your company will be saving a very important amount of money if they rely on our solutions, as a large number of worldwide companies have already done. HIGHLIGHTS * Support for extended TN3270 protocol. * Open multiple emulation sessions simultaneously and switch them quickly and easily through tabs. * Support for SSL 2.0, and 3.0 as well as TLS 1.0 security protocols * HLLAPI,EHLLAPI and WinHLLAPI Support * Easy Hotspots creation using a hotspots wizard! * Screen Styles to suit your preferences. * Collapsible panel for quick and direct access to connections. * Screen History for convenient one-click access to previously visited screens.
Related software: zseries, html, secure, terminal, emulation, emulator, 3270, ibm, tn3270, tn5250, encryption, mainframe, free, for, personal, use, terminal emulation, terminal emulator, 3270 emulation, free for personal use, …
|
 |
18. Mocha TN3270 for Vista 1.1 (Utilities:Network) Size: 1156 kb, Price: $30

Mocha TN3270 for Vista provides TN3270 emulation for IBM Mainframe Access. Supports all standard 3270 emulation features Alternate screen size (24x80 or 32x80) SSL (Secure Socket Layer) in 128 bit mode (RC4 with MD5) User defined functions keys Mouse wheel support (next/previous field) Hotspots (Fx and URL text in the 3270 screen can be used as buttons) Hardcopy of screen Cross hair cursor With key ScrollLock toggle display of input field background Mail support Macro support Possible to configure the toolbar
Related software: tn3270, 3270, ssl, ibm, mainframe, ibm mainframe, …
|
 |
19. VoIP EVO SDK for Windows and Linux 2.1 (Development:Components-Libraries) Size: 6824 kb, Price: $899

conaito VoIP EVO SDK - A simple way to VoIP-enable your applications and websites. The conaito VoIP EVO SDK contains a high performance VoIP conferencing client capable of delivering crystal clear sound even for both low and high-bandwidth users. conaito VoIP EVO users are arranged in a tree-structure where each node is a room/channel where users can talk, send instant messages and share files. More than 40 users can be in each room/channel and participate in a conference while resource usage, both memory-wise and CPU-wise, is still kept at an acceptable level for gaming and other types of resource intensive tasks. Here is a list of the main features of the conaito VoIP EVO VoIP client: * VoIP conferencing with crystal clear sound even for both low and high-bandwidth users (Speex Codec) * Full Duplex - VoIP conferencing solution (multi-user conferences) * Comes with Windows as well Linux server (running as service). * Work with DirectSound as well with Windows Audio. * Remote console server administration (e.g. use telnet to control the server) * NEW in v2.1! Multiple-Instances support * Administrator EVO Server API (VoIP EVO Admin COM control) - 2 SDK versions (VoIP EVO Client SDK and VoIP EVO Admin SDK) are available. * Record conferences to MP3 - Voice conferencing recording (*.mp3 format) * Cryptography (SSL for TCP data transmission and BLOW FISH for UDP data and much more! Having the above features available makes it simple to develop any type of VoIP-enabled application, like e.g. a teaching tool, live support, chat, meeting tool, a multiplayer game or any other type of application which requires users being able to talk, type messages and send files to each other. For conaito VoIP EVO clients to be able to interact with each other they must connect to a conaito VoIP EVO server which keeps track of where users are located and forwards voice-data packets between clients. The conaito VoIP EVO server can be hosted in both LAN and internet environments.
Related software: voip, sdk, voice, conference, instant, text, component, activex, lib, com, ocx, chat, conversation, udp/ip, gsm, 6.10, internet, telefonie, voip sdk, voice conference, conference instant voice, text conference, voip conference, voip component, voip activex, voip lib, voip com, voip ocx, voip chat, voice conversation, gsm 6.10, internet telefonie, …
|
 |
20. SecureBridge 2.00 (Internet:Utilities) Size: 2398 kb, Price: $99.95

SecureBridge is a library of nonvisual components for Delphi, Delphi for .NET and C++Builder. They provide support for secure connection with remote services in public networks using SSH protocol. It is enough to place components that implement functionality of the client and storage, and specify the server adress and the user login information to establish secure connection using SecureBridge. SecureBridge includes the following features: * Full support for SSH2, SSL 3.0, and TLS 1.0 protocols * Fast and customizable SSH server, SSH client, and SSL client * Support for most SSH2-compatible clients and servers including OpenSSH * Compatible with any application that works through TCP with protocols like SMTP, POP, IMAP, etc. * Ability to work with system and external certificate storages through CryptoAPI * Protection against diverse crypto attacks * Support for symmetric (Blowfish, AES128, Cast128, TripleDES) and asymmetric (RSA, DSA) algorithms * Support for SHA1 and MD5 hashing algorithms * Authentication by password or by public key * Tight integration with Indy and Data Access Components for MySQL * High performance * Reliable and convenient maintenance of asymmetric keys * Facility for storing users, passwords, and public keys for an SSH server SecureBridge is tested with OpenSSH 3.8 and PuTTY and is compatible with the following IDEs: * CodeGear C++Builder 2007 * CodeGear Delphi 2007 for Win32 * Turbo Delphi Professional * Turbo Delphi for .NET Professional * Turbo C++ Professional * Borland Developer Studio 2006 including support of Delphi for Win32, Delphi for .NET and C++Builder personalities * Borland Delphi 2005 * Borland Delphi 8 * Borland Delphi 7 * Borland Delphi 6 * Borland Delphi 5 * Borland C++Builder 6 * Borland C++Builder 5
Related software: data, protection, ssh, ssh2, delphi, core, lab, securebridge, components, cryptography, secure, connection, inprise, c++builder, c++, client, server, encryption, security, integrity, diffie, hellman, rsa, dsa, sha1, blowfish, aes, cast128, tripledes, tunneling, port, forwarding, storage, component, nonvisual, data protection, core lab, securebridge components, secure connection, diffie-hellman, port-forwarding, nonvisual component, …
|
 |
21. MaxBulk Mailer 5.6 (Internet:Email, pick) Size: 4181 kb, Price: $59.00

MaxBulk Mailer is a full-featured and easy-to-use bulk mailer and mail-merge software for Macintosh and Windows that allows you to send out customized press releases, prices lists, newsletters and any kind of text or HTML documents to your customers or contacts. MaxBulk Mailer is fast, fully customizable and very easy to use. MaxBulk Mailer handles plain text, HTML and rich text documents and gives full support for attachments. With MaxBulk Mailer you will create, manage and send your own powerful, personalized marketing message to your customers and potential customers. Thanks to its advanced mail-merge and conditional functions you can send highly customized messages and get the best results of your campaigns. You also have support for international characters, a straightforward account manager with support for all type of authentication schemes including SSL, a complete and versatile list manager, support for importation from a wide range of sources including from remote mySQL and postgreSQL databases. MaxBulk Mailer is a software tool that you purchase once, no need to pay on a per-email basis to submission services!
Related software: bulk, mass, merge, list, mailer, emailer, mailmerge, mail, email, emailmerge, personalized, marketing, e-mailer, mail-merge, e-mail, email-merge, …
|
Ssl downloads: 1 Next >> Ssl games |
Submit software | Advertise | Privacy policy | Disclaimer | Contact us
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
|