BetterWindowsSoftware.com - find freeware or shareware

Preview styles

Advanced Search - (Search in: Keywords) - Page # 1 of 9

Use Standard SearchAdvanced SearchBrowse Software by CategoryView Popular Search Terms

FieldValue
Page #    1
Items per page:    50
Sort Column:    Release Date
Search:    Keywords
String:    secure
Match:    Exact
search graphic   Show Options
Matches:  413 · 9 pages               Page 1       2 3 4 5 6 7 8     9     
Results per page:
Title
[ and relevant links ]
Company Description
[ no highlighting ]
Operating System Program Type Cost File Size Release Date Category
#1 Password Book
download software "PrimaSoft PC" website screenshot
PrimaSoft PC
Password Book for Windows: gives you an easy way to gather and organize information about all your passwords, access codes, important numbers, ..... . It allows an unlimited number of entries and automatically sorts them.
Features:
-Notebook-like interface;
-Intuitive, easy-to-use, very fast, and small;
-Easily search for information;
-Define filters to display only selected records;
-Print reports directly from the program;
-Generate any number of passwords;
Win95, Win98, WinME
Win95
Win98
WinME
Shareware $17.00 300 kb 2001-05-26 System Utilities
    Other
#2 Link Protect
download software "ArtistScope" website screenshot
ArtistScope
Link Protect can manage downloads of your pages and images. If the call is not from within your site or an authorised site, a customisable default image is displayed. The links in your protected folder are undetectable and safe from searches and hack visits. You can specify domains from which you will accept links such as your other sites or those of authorised associates. Any type of file can be protected with Link Protect - gif, jpg, zip, html, exe.
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista
Commercial $35.00 30 kb 2001-11-08 Web Development
    Site Administration
#3 wodMailbox
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
WeOnlyDo! Mailbox is a component that can be easily integrated into your applications to provide full management over mailboxes and message parsing.
Using wodMailbox, you can easily access mailbox, count messages, look at messages, count parts, save attachments, look at headers, delete messages etc.. When wodMailBox opens mailbox, it expects to find there either regular mailbox just as is used on UNIX systems (one file with full mail messages one after another) or just one message inside, just as Outlook Express saves .eml files.

When you need to parse received messages, it might be hard to check all the possibilities that one simple mail message may contain. We all used to receive simple email messages - few headers and body text. But, sometimes you get attachments, multipart messages, different encodings and stuff like that. It's almost the same for wodMailbox - it's light, quick and fully supports all mail related RFC's.

You can look on using wodMailbox for three main purposes:
When you want to access mail messages in the mailbox
When you want to access and parse one mail message
When you want to prepare and create new message

Using together with wodPop3Server and wodSmtpServer (or any other UNIX-alike server) you will notice that easiest way to store messages on per-user basis in files. So, one file contain all the messages for one user. If user moves to different computer or account, it's easiest this way to move his email also. Moreover, IMAP and similarly 'larger' protocols keep all the mailboxes this way - all users' messages in one file, on per-user basis.
Once you want to access such mailbox, you just pass it's reference to wodMailbox.Filename property, and call Lock method. At this moment, wodMailbox will open the mailbox and count all the messages for you, but trying to use as low amount of memory as possible. This way, it can open and parse large mailboxes (few megabytes is considered to be 'small' at this point) with ease.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $109.00 1148 kb 2001-11-15 Development
    Active X
#4 wodPop3Server
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 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 RFC1939.

Use your favorite mail client (such as Outlook Express or Eudora) to read mail provided by your own application. How? That's easy part: just put wodPop3Server 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 wodPop3Server. It will still work, and reject all the clients (with bad username/password error). But, if you add login capabilities using 'Connected' event (that's easy part - set Action = Allow for specific username/password combination). Still, if you want to make real Pop3 server application, look no more for native support for socket related material - you just found it.

wodPop3Server will deal with clients and connections - you must deal with messages. Once new user logs on to your Pop3 server, you need to provide any kind of information about his mail. This is really easy task. If you keep all the emails in separate files, that's just great for usage with wodPop3Server.
If you prefer to keep it in one large file - we will not argue about it.
You can specify filename, starting and ending position for each email in mailbox, and WeOnlyDo! Pop3Server will pass it to remote client with ease. However, you might have some small problems maintaining such mailbox since sometimes it needs to delete messages, change status, etc.. But don't worry - it all can be done after user logs off.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $169.00 1976 kb 2001-11-15 Development
    Active X
#5 wodSmtpServer
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
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.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $169.00 2327 kb 2001-11-15 Development
    Active X
#6 Eraser
download software "Sami Tolvanen" website screenshot
Sami Tolvanen
Eraser is an advanced security tool, which allows you to completely remove sensitive data from your hard drive by overwriting it several times with carefully selected patterns.

You can drag and drop files and folders to the on-demand eraser, use the convenient Explorer shell extension or use the integrated scheduler to program overwriting of unused disk space or, for example, browser cache files to happen regularly, at night, during your lunch break, at weekends or whenever you like.

The patterns used for overwriting are based on Peter Gutmann's paper "Secure Deletion of Data from Magnetic and Solid-State Memory" and they are selected to effectively remove the magnetic remnants from the hard disk.

Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defense and overwriting with pseudo-random data. You can also define your own overwriting methods.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Freeware $0.00 750 kb 2002-01-07 System Utilities
    Other
#7 wodSSH
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
Client component that provides support for communication with remote console-type services.
Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well as any other non-encrypted server (such as SMTP or POP3).
For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection.

Using wodSSH is easily - just put it on your form, set Protocol type and issue Connect method - and just wait for things to happen.
When in secure mode - you can connect to SSH servers, which are standard today in remote console communication. wodSSH is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server.

wodSSH can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It also supports blocking and non-blocking operations, thus it's suitable for many environments, such as ASP. Using WaitFor and Execute methods, it will behave just like expect command known from UNIX systems.

When you're unsure when to send actual command, wodSSH may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $189.00 2327 kb 2002-01-22 unclassified
#8 wodVPN
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
wodVPN is VPN peer-to-peer ActiveX component that is used to establish Virtual Private Network between two wodVPN instances over internet. All communication between those peers is encrypted and secured. Peers are able to forward local and remote ports, send messages, etc.

UDP packets are used to transfer data between peers, in which case several techniques are available to make direct NAT 2 NAT connection between peers. And if direct connection is not possible (in really rare cases), wodVPN can use as relay between other instances as well.
AES128 encrypts all packets between two peers using password of your choice - unbreakable security is in place!

wodVPN can be used to connect through VPN do your SQL server (which is mapped through local port), share pictures, documents and files. You can also use it to provide "remote desktop" feature through the VPN. Virtually any service that uses TCP or UDP can be "mapped" to work over wodVPN.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $239.00 1784 kb 2002-01-22 Development
    Active X
#9 wodSFTP
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol.

wodSFTP component implements client side of this protocol which is reliable and easy to use.
SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner.
SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP), thus no plaintext passwords or file information is exposed to the network.

This component implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection).

wodSFTP supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also:
* PutData and GetData to copy string variable to/from remote file,
* MakeDir and RemoveDir to create and delete directories,
* DeleteFile to delete file on the server,
* ListItems event to list files in some directory on remote server,
* GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory),
* Resume property to resume broken transfers,
* Blocking mode to execute methods and wait until they are completed.
* Password and PublicKey properties that determine type of authentication with the server
* ASCII and Binary file transfers to handle different data types....
* Done event that is fired when executed method is completed - a perfect place to initiate new command..

wodSFTP is tested and works great with all OpenSSH versions, as well as SSH (from SSH Communications Security Corp.) which are most common on today's servers, but has been also tested on others too. Different server implementations handle some sftp features differently.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $199.00 2273 kb 2002-03-08 Development
    Active X
#10 wodSFTPdll
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
***This is win32 dynamic dll library, provided only for VC (and similar) customers that prefer to use win32 dynamic library over ActiveX version. Only limited support is available for this product. Customers using other programming environment should try using ActiveX instead***

The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol.
wodSFTPdll library implements client side of this protocol which is reliable and easy to use.

SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTPdll), thus no plaintext passwords or file information is exposed to the network.

This library implements protocol that is also used in well known SCP (Secure Copy) command on UNIX systems. Internally, SCP client opens SFTP connection with the server for file transfer (much better than calling RCP over SSH connection).

wodSFTPdll supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also
* PutData and GetData to copy string variable to/from remote file,
* MakeDir and RemoveDir to create and delete directories,
* DeleteFile to delete file on the server,
* ListItems event to list files in some directory on remote server
* GetAttributes and SetAttributes to retrieve and set attributes for the file (or directory),
* Resume property to resume broken transfers,
* Blocking mode to execute methods and wait until they are completed.
* Password and PublicKey properties that determine type of authentication with the server
* ASCII and Binary file transfers to handle different data types....
* Done event that is fired when executed method is completed - a perfect place to initiate new command
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $209.00 1782 kb 2002-03-08 Development
    Components and Libraries
#11 wodSFTP.NET
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol.

wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use.

SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner. SFTP protocol assumes it is running on secure channel (secure channel is implemented in wodSFTP.NET), thus no plaintext passwords or file information is exposed to the network.

wodSFTP.NET supports the most important PutFile (for file uploading) and GetFile (for file downloading) methods, but also

* MakeDir and RemoveDir to create and delete directories,

* DeleteFile to delete file on the server,

* ListItems event to list files in some directory on remote server,

* GetAttributes and SetAttributes to retrieve and set attributes for the file,

* Resume property to resume broken transfers,

* Blocking mode to execute methods and wait until they are completed.

* ASCII and Binary file transfers to handle different data types....

* Done event that is fired when executed method is completed - a perfect place to initiate new command...



Provided samples will guide you how to take full power of wodSFTP.NET in dotnet environment!
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $209.00 2666 kb 2002-04-14 Development
    Components and Libraries
#12 wodSSH.NET
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
Client component for MS.NET framework that provides support for communication with remote console-type services. It allows you to communicate encrypted (and secured, of course) with SSH1 and SSH2 (secure-shell) servers, as well to Telnet servers (using Telnet protocol that is NOT encrypted). For ones that don't know - the SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection.

Using wodSSH.NET is easily - just put it on your form (or initialize new instance on the fly), set Protocol type and issue Connect method - and just wait for things to happen.
You connect to SSH servers, which are standard today in remote console communication. wodSSH.NET is able to automatically determine if remote server is based on SSH1 or SSH2 protocol version, and communicate accordingly. It will provide you with information about remote server Fingerprint, so you can always get authenticated information about remote server.

wodSSH.NET can be used as scripting client. Easily, you can set it up to connect to server, execute one or more commands, wait for response, and just disconnect. And all of it fully automated. It's suitable for many environments, such as ASPx.

When you're unsure when to send actual command, wodSSH.NET may help also. Using it's unique Prompt property, it can fire event for you whenever remote server sent command prompt to enter new command. All you have to do is send new command once this event is fired.

Wait no more - communicate securely. Check out wodSSH.NET.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $199.00 2454 kb 2002-04-14 Development
    Components and Libraries
WinRAR
#13 Secure Password Store
download software "L.M. Photonics Ltd" website screenshot
L.M. Photonics Ltd
Secure Password Store is a secure Password database program that stores all your passwords in a secure database. Do you have difficulty keeping track of all your passwords? Do you lose track of all your registration information? Do you want fast axcess to your passwords and registration information? Secure Password Store manages all your passwords and registration information and keeps this information hidden from prying eyes.

Features:
- Multiple databases
- Encrypted database file that is only accessible by a user specified password. This user password is used as the encryption / decryption key and is not stored anywhere.
- Each record consists of : Name, Version, Serial Number, Registered To, Password, Date, Web address, Supplier, and Comment fields.
- "Registered To" and "Password" fields are encrypted.
- Print out of database.
- Export Database to CSV format in encrypted format
- Export Database to CSV format in plain text format.
- Import Database in encrypted CSV format
- Import Database in plain text format.
- Edit Records.
- Delete Records.
-Show/Hide Secure Fields
- Random Password generator of variable length in numeric, hex or alphanumeric format.
- Demo Version (Free) allows 5 records
- Lite Version allows 15 records
- Pro Version allows unlimited records.
Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP
Win95
Win98
WinME
WinNT 4.x
Windows2000
WinXP
Shareware $10.00 606 kb 2002-04-20 System Utilities
    Other
#14 SecEx Secure Shell Client
download software "Bytefusion Ltd." website screenshot
Bytefusion Ltd.
SecEx is a network file manager and secure terminal emulator that allows encrypted file transfer between your PC and network servers running Secure Shell. SecEx seamlessly interoperates with either SSH1 or SSH2 servers on both Unix and Windows operating systems. You can transfer files to and from remote servers, view remote files, and execute remote files on your local PC - using strong, industry standard encryption. If you are a travelling executive who wants to access files on a corporate server or a system administrator maintaining a remote site, SecEx is your complete remote file management solution. SecEx automatically detects available carrier protocols available on server systems. Newer SSH servers tend to make SFTP (Secure FTP) available while older secure shell implementations feature SCP ( Secure Copy Program). SecEx also shields against IP and DNS spoofing by recording a server's public host key. During subsequent connection attempts, the known host key is compared to the host key offered by the server.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000, Windows2003
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Windows2003
Demo $79.95 3610 kb 2002-05-02 Network and Internet
    Other
#15 wodSSHServer
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong encryption of data, and authentication of users over insecure networks, such as Internet. Using it is really easy. Add it to your form (or create instance on the fly), use internal methods to generate pair of keys for the server (or import existing ones from other SSH servers) and start the server. From that moment, clients will be able to connect to your server, and do the following:
enter chat that you created for them,
start command prompt and execute commands inside (just as they would do it from the console window),
start some program of their choice
use internally provided SFTP (secure ftp) server, or open port forwarding for other programs
All of this, of course, can be adjusted by your needs. By default, server will not allow anyone to login unless you specify so (using LoginPassword event that is fired when someone wants to login to your server). Once connected, you will get the information about service type user requests. At this point, you can accept, reject or even change the service he requested. Or, you can just leave him alone and not interfere with his actions at all.
Using wodSSHServer is ideal if you need server side of encrypted communication, and don't want to hassle with certificates (used in SSL communication). Almost everyone today has some sort of SSH client which can be used to connect to your server.
Included samples will show you, step by step, how to
manually respond to client's actions. You can make an interface that will talk to the clients (like an BBS system), they will enter commands and different type of values in your program where you can evaluate them. This is ideal for making restricted access area where users will be allowed only to, login and change passwords
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $229.00 2012 kb 2002-06-06 Development
    Active X
#16 LockEXE
download software "MazePath Software" website screenshot
MazePath Software
So Easy to Use!!!
<br><br>
LockEXE can password protect your programs. Your email, word processor, browser or ANY other programs you choose will only work with your password!
<br><br>
Protect your computer and your privacy with LockEXE. Keep your children from browsing the internet without your permission!
<br><br>
You can either browse for the program you want to lock, or simply drag it to the select box! Nothing could be easier! Set the password and click Lock. The program will no longer run without the password, there is no way around it!
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Shareware $19.00 145 kb 2002-06-11 System Utilities
    Other
#17 NFTP
download software "Sergey Ayukov" website screenshot
Sergey Ayukov
Easy-to use fullscreen FTP client with interface similar to Norton Commander. Available in 20 languages. Versions for 32-bit Windows, OS/2, BeOS, Linux, Unix. Major features: transfer resume, automatic reconnect, secure authentication, extensive firewall and proxy support, support for many server types, built-in FTP search, mirroring, preserving timestamps and access rights, control connection history, downloading invisible files, mouse support, highly customizable interface, compehensive progress indicator, editing files on remote server, computing size of the subtree on server, built-in file viewer, bookmark system with folders, full site/directory history, one-key login to URL in clipboard, scripting capabilities, password caching, logging, can run in the background (Unix), displaying/storing file descriptions.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000, Unix, Linux, OS/2, OS/2 Warp, OS/2 Warp 4
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Unix
Linux
OS/2
OS/2 Warp
OS/2 Warp 4
Shareware $25.00 586 kb 2002-06-30 Network and Internet
    Other
#18 SecureFile
download software "SecureSoft Technologies" website screenshot
SecureSoft Technologies
SecureFile is an encryption and compression program that allows you to encrypt and decrypt files using symmetric key and asymmetric key mechanism. It creates a self-decryption archive which can be decrypted at the other end without any dependencies.

It incorporates powerful Blowfish algorithm and certificate ( public key/ private key ) for the process of encryption and decryption.It supports secure file deleting and backup of encrypted files

It compresses and encrypts selected files and produces a self-decryption archive. The encrypted file can be decrypted simply by double clicking the archive with the given password for symmetric key mechanism and no input is necessary for certificate based encryption and decryption.

The user needs no installation of any application to decrypt the files.
Win95, Win98, WinME, WinNT 4.x, Windows2000
Win95
Win98
WinME
WinNT 4.x
Windows2000
Shareware $15.00 714 kb 2002-08-20 System Utilities
    Other
#19 wodFtpDLX
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
wodFtpDLX is developed as two standalone components:
COM object, that should be used when you want to do all file transfer in the background and is not visible on the form, or GUI ActiveX version that has it's own Explorer-alike window where you can give end users ability to interact directly with the server

Features:
FTP, FTP+SSL with and without encrypted data channel, and SFTP (SSH subsystem) protocols
Certificate authentication where available, or private key authentication for SFTP protocol
Internal parsing of received directory listings - get names, sizes, ownerships etc.. directly from our interface, through Dir Items collection

Both ASCII and Binary transfer modes supported, no matter if server allows them or not
ListDir and ListNames methods for directory listing
PutFile and GetFile for storing and retrieving files
PutData and GetData for storing and reading data directly from the server
Resume support
Passive and Active data connections for FTP and FTPS protocols
Blocking mode support (only on COM version)
Set of events that notify you about method completition
Timeout support
Renaming, creating of directories, deletion of files and directories...... and much more.

But - in ActiveX GUI version you have also Explorer-alike window to allow clients full access to files
Shell icons - let icons look just like they are on local drives Context menus, completely customizable
Set of events for user interaction
Copy/Paste to and from clipboard
Keyboard support
Arrange icons by your criteria
View regular icons, small, details...
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $219.00 3946 kb 2002-08-28 Development
    Active X
#20 PalmTree
download software "Clickok.co.uk" website screenshot
Clickok.co.uk
Password protect, lock and hide folders or directories and their subdirectories and files or documents on your PC. Encrypt files with BLOWFISH, CryptAPI. Hide messages in photograph. Stealth email. Encrypt password files and bank. Prevent unauthorised access by other computer users, friends, family,co-workers. Ban intruders. Guard against access without permission. No encryption. Full version has enhanced security features and multiple folder locking and free minor version updates. Easy to use self explanatory freeware. Steganography. File splitting and more...
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista
Shareware $0.00 1640 kb 2002-09-10 System Utilities
    Other
#21 SecExMail Home
download software "Bytefusion Ltd." website screenshot
Bytefusion Ltd.
This e-mail encryption software uses 8192-bit RSA public key encryption and a secure 384-bit cipher, incorporating the AES candidate Twofish algorithm; SecExMail features PGP-style e-mail keys, but without the dependence on e-mail-software-specific plug-ins.
The software runs unobtrusively as a relay agent in the system tray on your desktop and actively filters messages between your e-mail client and your mail server, encrypting and decrypting mail to and from known users in real-time.
SecExMail is certified to operate with all SMTP POP3 e-mail clients, including Microsoft Outlook, Netscape Mail, IncrediMail, Pegasus, The BAT, Eudora, and Calypso.
SecExMail protects against cryptanalysis at the protocol level: e-mail subject lines are encrypted. All attachments to secure messages are autoencrypted, including their file names and MIME type information. SecExMail is built on the Open SSL secure socket layer library.
Now includes automatic key exchange and powerful html filtering to protect from malicious email. Personal Edition, including support can be purchased for $4.95 using PayPal or Credit Card. Commercial, Lindows and Linux versions available.
Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Linux
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Linux
Freeware $0.00 2613 kb 2002-09-17 Network and Internet
    Other
#22 AlmerShredder
download software "AlmerSoft" website screenshot
AlmerSoft
We all know that there are special utilities with the help of which practically any person can restore a file, deleted by standard means of Windows. Windows simply remotes a record about existence of a file from the file system. File content remains on your hard drive and can be restored any moment. Thus secret and valued information is available to many people.
Recognizing this need, we created AlmerShredder. This powerful program helps you to shred important files so that they cannot be restored and nobody can even guess what information a file contained. AlmerShredder has an easy-to-follow user interface and is of great help in your everyday work with important files.
Win95, Win98, WinME, WinNT 4.x, Windows2000
Win95
Win98
WinME
WinNT 4.x
Windows2000
Shareware $19.95 406 kb 2002-09-23 System Utilities
    Other
#23 wodTelnetDLX
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
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!
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Shareware $199.00 3091 kb 2002-10-02 Development
    Active X
#24 SimLD Lite
download software "4003004 canada inc." website screenshot
4003004 canada inc.
This locked browser is ideal for use for common access PC's where limited or restricted internet usage is provided for users in places such as retail, libraries, banks, hospitals and clinics as well as universities and schools. Includes PC and Browser lockdown. Limits users access to browser only on the PC. Configurable browser , home page,fiull screen or Navigation bar etc. (reseller opportunities available)
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $49.95 5200 kb 2002-10-05 Network and Internet
    Other
#25 CryptoMite
download software "BAxBEx Software" website screenshot
BAxBEx Software
CryptoMite is a fast and very easy-to-use program which enables you to encrypt, decrypt, and wipe files and folders of any type. CryptoMite adds a context menu entry to all files, folders, and drives. This lets you encode/decode/wipe them with right-click ease.<br><br> CryptoMite supports building self-decrypting compressed exe-files, so you can send your encrypted files via email in a manner that allows the recipient to decrypt the files without having installed the program. All that is needed is the password used for the encryption; decrypting and decompressing engine is encapsulated inside the archive. CryptoMite is the first encryption software (and properly the only) which supports personal skins for encrypted exe-files (see  <A href="http://www.baxbex.com/krprof.html">http://www.baxbex.com/krprof.html</A>  for examples). You even could build encrypted exe-files in several languages (German, Spain, Italien, Portugues, French, Swedish). To send encrypted emails quickly, CryptoMite supports MAPI and also includes an extensive SMTP-Client.<br><br> The integrated file shredder provides several secure wiping methods. After wiping files with CryptoMite the data will be lost forever and cannot be restored even with so called 'Undelete utilities'!<br><br>CryptoMite also includes some non-encryption security functions: Protects any exe-file with a password, hides folder and hides whole drives.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $29.00 1576 kb 2002-11-03 System Utilities
    Other
#26 SecExFile Home
download software "Bytefusion Ltd." website screenshot
Bytefusion Ltd.
SecExFile brings one-click file protection to the desktop. It integrates with Windows Explorer to make securing your personal or corporate data easy. SecEx File can be configured to email the armoured file once encryption is completed.
+ Easy to use, password based, intuitive
+ Strong 128/384 bit SecExMail cipher, incorporating 256 bit Twofish
+ Encrypt multiple files and folders into a single encrypted archive
+ Known plain text attack and frequency analysis protection
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Freeware $0.00 1747 kb 2002-11-16 System Utilities
    Other
#27 Image Vault
download software "CyberMatrix Corporation, Inc." website screenshot
CyberMatrix Corporation, Inc.
Image Vault is a password protected image viewer and image archive application.

Image Vault is ideal for graphic artists, web developers, image collectors or anyone else who must manage and control access to large image collections.

With Image Vault you can:
Manage large image collections by storing the images in one or more databases.
Micro manage the databases by assigning categories to images.
View images by folder, database or category.
Secure your image collection by assigning passwords to your image databases.
Password protect your artwork from competitors or copyright thieves.
Hide adult-oriented clip art from children that might access your computer.
Hide personal family digital photos from snoopy computer technicians.
Convert images to different formats.
Works with the most popular image formats: jpg, gif, png, bmp, wmf, emf, ico.
Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP, Windows2003
Win95
Win98
WinME
WinNT 4.x
Windows2000
WinXP
Windows2003
Demo $25.00 849 kb 2002-12-12 Graphic Apps
    Viewers
#28 WBase4ME
download software "ByronSoftware" website screenshot
ByronSoftware
Document Processing and Management (WordBase4ME) makes easy work of the creation, modification and retrieval of word processed, object linked and graphical documentation in a compressed multi-user dataBase. Has Full Word Processor function included.
Data compression enables a significant amount of information to be securely retained and accessed quickly without any program restriction as to the number of documents nor the number of user names and passwords.
The design includes a number of novel concepts and is focused on the needs of a range of users with its learning stages, advanced dictionary/ thesaurus, spell checking and word finish functions. The security and privacy features being particularly relevant for administrators, teachers and parents who share a PC. The option to prevent other users from viewing, modifying or deleting your documents has value in the office, school classroom and at home.
The Export & Import functions enable document groups to be selected and transferred between PC's to make the job of keeping home and work updated real easy.
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Freeware $0.00 10437 kb 2002-12-13 Home and Hobby
    Other
#29 Secure
download software
Dim
->Notifications:
Every single event that occurs in the system is notified to the users to make sure that the system is in their own control and such that no other program is taking its ownership.
_____________________________________________
->Encryption:
If users have any files which are very importatnt for them and they want nobody to access or modify those files they can encrypt those files in a very advanced manner.
____________________________________________
->Stats:
User can know their current status of their system in very customized and easy user interference.It includes system Physical Memory status and Virtual Memory status.
_____________________________________________
etc there are many more features which you will experience while using it.
WinXP, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vista Business x64, Windo
WinXP
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vista Business x64
Windo
Shareware $12.00 30060 kb 2002-12-15 Games and Entertainment
    Other
#30 wodImapServer
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 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 RFC2060.

Since wodImapServer is COM object and not the full application, there's few things developer should look after - simply because COM objects cannot deal with information that should be preserved between the sessions. Most important is to keep UID information (UNIQUE ID) for folders and messages. If you do so - wodImapServer will work flawlessly with any client that connects to it. On each client action wodImapServer will fire appropriate event where you can internally handle the action and return positive or negative result. You should also deal with message flags.

wodImapServer does not deal with message storage - you should do it by yourself. It will deal with structures and references to folders and messages - but actual contents of messages cannot be handled by wodImapServer. Rather, it will depend on your code when messages are accessed, hoping that you provided properly formatted messages and proper flag information. If you don't - it will not complain, but IMAP clients may...

You should consider all wodImapServer folder as virtual folders - none of them doesn't necessarily exist on your system. Each time wodImapServer requires list of folders, or list of messages - event is fired to notify you to populate his collections with appropriate information - and that's all. You can keep messages in database, on external system, or wherever you need - as long as you can provide necessary information on wodImapServer's request.
WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista Home Premium x64, Windows Vi
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista Home Premium x64
Windows Vi
Shareware $169.00 2551 kb 2002-12-16 Development
    Active X
#31 SecurDesk!
download software "CursorArts Company" website screenshot
CursorArts Company
Whether you are responsible for multiple computers in a corporate office, or just need a way to keep novice users from tampering with the system settings, SecurDesk! offers many options which may be used alone, or in conjunction with other security measures, to control access to important materials, to hide confusing and irrelevant items from selected users, to simplify training tasks, etc. SecurDesk! is a complete replacement for the Windows default Explorer.exe desktop/file manager shell.

SecurDesk! Features Include: a desktop interface which can be custom designed; Logging of system usage; Enhanced file management with optional restrictions; Virtual desktops; Data protection with auto-encryption to limit files seen by users; Locally verified Login; Desktop password protection; Scheduled actions; Prevent Ctrl+Alt+Del and other key combos; Task Manager; Log off users after a specified period; limit usage days and times; expire user permissions; restrict to only a single instance of a program; and much more...

See how this complete shell replacement can help you control access, maintain a common desktop across multiple machines, protect data, etc.
Win95, Win98, WinME, WinNT 4.x, Windows2000, WinXP
Win95
Win98
WinME
WinNT 4.x
Windows2000
WinXP
Shareware $199.95 7036 kb 2003-02-02 Security and Privacy
    Access Control
#32 Morovia MICR/E-13B Fontware
download software "Morovia Corporation" website screenshot
Morovia Corporation
Morovia MICR/E-13B Fontware consists of true type, Postscript and PCL fonts to print MICR E-13B symbols on laser printers. Morovia MICR E-13B font follows the most recent ANSI standard X9.27-2000 when printed at point size 12. The character set is generally called "E-13B". The standard is used by many countries, including United States, Canada, Japan, United Kingdom and Australia. This package includes the following contents: (1) True type font file of precise design - MRV MICR. (2) Additional 11 fonts for printer calibration. (3) The user manual. (4) The PCL and Postscript (PFA and PFB) version. All files are packaged in a single zip file. The root directory contains the installer for Windows operating system. Three sub-directories can be found under the root directory: truetype, postscript, and pcl. They contain True Type, Postscript and PCL fonts respectively.
Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003, Windows Tablet PC Edition 2005, Windows Media Center Edition 2005, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Window
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Windows2003
Windows Tablet PC Edition 2005
Windows Media Center Edition 2005
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Window
Demo $89.00 1838 kb 2003-03-01 Graphic Apps
    Other
#33 SecExMail Gate
download software "Bytefusion Ltd." website screenshot
Bytefusion Ltd.
SecExMail Gate is an email proxy server which encrypts and decrypts messages on your corporate network in real-time. This proxy server integrates with your existing corporate infrastructure and operates in conjunction with your SMTP/POP3 mail server. SecExMail Gate implements open standard encryption algorithms to create a seamless security framework to protect the privacy of your corporate email on the public internet. No additional software on the e-mail workstations on your network is required.
WinNT 4.x, WinXP, Windows2000
WinNT 4.x
WinXP
Windows2000
Demo $75.00 3024 kb 2003-03-27 Network and Internet
    Other
#34 ShredIt
download software "Mireth Technology Corp." website screenshot
Mireth Technology Corp.
Files can be recovered from your computer. Protect your privacy with this easy to use hard drive cleaner and file shredder that will secure delete data so it can't be recovered. Whether you want to erase a hard drive before disposal or wipe a file, ShredIt for Mac OS 8 and Mac OS 9 is the computer privacy software for the job. It will shred a file, clean disk free space, a hard drive and even a floppy disk. It comes with step-by-step instructions, built in safety features, and DOD, NSA compliance.
Mac PPC, MAC 68k, Mac OS 9
Mac PPC
MAC 68k
Mac OS 9
Shareware $19.95 1841 kb 2003-05-07 System Utilities
    File and Disk Management
#35 Secur-e-mail for Windows
download software "ACMEtoolz.com" website screenshot
ACMEtoolz.com
Secur-e-mail will encrypt the communication between your e-mail client (e.g. Outlook) and the POP3 server using an SSH connection. No server-side installation is needed. The software runs on a Windows system tray. It will enable a local POP3 server on your computer, which will allow you to setup your e-mail client to pick up e-mail locally. Other users (hackers) cannot read your username / password across the LAN or the Internet. Suggested for users that pick up their e-mail very frequently (e.g. every 15 minutes or less). Otherwise, their mail, login and password is being exposed to any users on the LAN or across the Net every n minutes (n being the interval of e-mail retrieval). Shareware version can be unlocked with a product key. Updated versions can be unlocked with the same product key (lifetime updates for free).
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $19.00 510 kb 2003-05-10 System Utilities
    Other
#36 Penguin Monitor 8s
download software "ACMEtoolz.com" website screenshot
ACMEtoolz.com
Penguin Monitor 8s uses a secure SSH connection for monitoring up to 8 Linux/Unix servers on your LAN or across the Internet. It runs on a Windows system tray. It connects to each server in required time intervals and checks for interesting information, e.g. important / critical process availability (database, httpd etc.), number of users, uptime or storage capacity. Based on the information it can remind the administrator to act accordingly. It can be easily configured to start automaticaly upon Windows bootup and to alert the administrator directly or via e-mail, when something goes wrong, or when a specified condition is met (a server has restarted, a proces becomes unavailable, or a server is down). PING-only mode allows you to check whether particular servers or workstations are up, without logging in using ssh. More information at www.acmetoolz.com
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $19.00 510 kb 2003-05-12 System Utilities
    Other
#37 Transparent Screen Lock for WinNT/2000/XP/2003
download software "e-motional.com software" website screenshot
e-motional.com software
Password protect your workstation or server with Transparent Screen Lock while viewing programs that are running. Any attempts to access the system will display a message box to request the password. Prevent access via CRTL-ALT-DEL. Includes a log file to track activity and failed login attempts. Save log file locally or at a remote network location. Use quick-launch icon to enable password protection anytime, or configure program like a screensaver to be enabled automatically at a preset time interval. Includes option to remove icons and task bar from desktop display when locked. Supports dual-monitor system configurations.
WinNT 4.x, WinXP, Windows2000
WinNT 4.x
WinXP
Windows2000
Shareware $24.95 562 kb 2003-05-27 System Utilities
    Other
#38 Active Kill Disk - Hard Drive Eraser
download software "LSoft Technologies Inc." website screenshot
LSoft Technologies Inc.
Active KillDisk is a quality security application that destroys data permanently from any computer that can be started from floppy CD USB. Active KillDisk Professional conforms to US Department of Defense clearing and sanitizing standard DoD 5220.22-M. New Wipe function that wipes out all unused space on existing drives, not touching existing data.
5.1 version supports 17 security standards from various countries such as:
Bruce Schneier's algorithm
Canadian OPS-II
DoD 5220.22 M
Gutmann's algorithm
German VSITR
HMG IS5 Baseline
HMG IS5 Enhanced
Navso P-5329-26 (RL)
Navso P-5329-26 (MFM)
NCSC-TG-025
Russian GOST p50739-95
US Army AR380-19
US Air Force 5020
and some others

You can be sure that once you wipe a disk with Active KillDisk, sensitive information is destroyed forever.
Win 3.1x, Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Ultimate, Windows Vista Home Premium x64, Windows Vista Ultimate x64, MS-DOS
Win 3.1x
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Windows2003
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Ultimate
Windows Vista Home Premium x64
Windows Vista Ultimate x64
MS-DOS
Freeware $0.00 10967 kb 2003-06-06 System Utilities
    File and Disk Management
#39 Secure Information Courier
download software "Bytefusion Ltd." website screenshot
Bytefusion Ltd.
Secure Information Courier brings secure email encryption to your organization's web site. Visitors to your web site can send secure email to your organization and even convey digital documents securely using industry standard encryption. Secure Information Courier is easy to use and nothing is assumed about the skill level of visitors to your site or about software pre-installed on their computers.

To use Secure Information Courier, you simply deploy an ActiveX control in the "contact us" area of your web site. First time visitors accept the ActiveX control upon their first visit - it's signed with a trust certificate from Thawte, the leading internet trust authority. The ActiveX control contains Secure Information Courier and allows visitors to your web site to send secure email to your organization as well as securely relay documents to you. If you are an accountancy firm or law firm who for example might wish to receive financial statements or similar documents from clients and provide clients with a secure means of conveyance, then Secure Information Courier is for you.
WinNT 3.x, WinNT 4.x, WinXP, Windows2000
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Demo $99.00 6309 kb 2003-06-10 Network and Internet
    Other
#40 Simpliciti Server Side Browsers
download software "4003004 canada inc." website screenshot
4003004 canada inc.
This browser is ideal for use for controlling any PC browsing capabilities where limited or restricted internet usage is required. Ideal for kiosks, libraries, banks, hospitals and clinics, universities and schools. (custom workspaces available). Includes PC and Browser lockdown. Can limits user access to browser only on the PC. Browser restrictions, home page, Navigation bar etc. all load from server.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $79.95 5200 kb 2003-06-12 Network and Internet
    Other
#41 Folder Shield 2003
download software "BAxBEx Software" website screenshot
BAxBEx Software
Folder Shield can be used to hide any folders completely and securely.

Your personal documents, private photographs etc. are invisible, and hence no longer accessible, as soon as the relevant folders have been hidden with Folder Shield.

Just specify all confidential folders, activate Folder Shield's protection and all folders will be hidden and your sensitive data will be protected against unauthorized access.

As Folder Shield operates on a driver basis and does not modify or encrypt the data, even huge quantities of data can be concealed quick as a flash with Folder Shield. With the appropriate configuration settings, a hot key (combination of keys) is sufficient to make the selected data disappear.

Folder Shield vastly increases the security of your PC, while at the same time being so simple and very convenient to use.

Folder Shield is multilingual and supports: English, Spanish, German, French, Italian,
Portuguese (Brazil), Swedish, and Danish
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $19.95 1269 kb 2003-06-16 System Utilities
    Other
#42 IOSLoaderPro
download software "VitalTech Group" website screenshot
VitalTech Group
IOSLoaderPro provides everything you need to ensure safe, fast and accurate upgrade of the Cisco IOSŪ software. IOSLoaderPro is compatible with the absolute majority of the routers. It makes the process of loading new IOS image easy, secure and evident. IOSLoaderPro will supply you with all information you need about the upgrade process. IOSLoaderPro checks if the IOS is suitable for your system. It backups the content of the router's flash before starting the upgrade procedure, so it prevents your system from the data loss. If the installation goes wrong IOSLoaderPro will return your previous configuration and report about the error. After uploading new IOS image IOSLoaderPro will restore all your files and patch your router's configuration-file with the new IOS. It will also backup your previous one. IOSLoaderPro will never do any harm to your system. It has been tested on different kinds of cisco routers and it showed perfect results. The program also has a very nice-looking design which makes it really pleasant to use. IOSLoaderPro is perfect for companies which are seeking the stable and comfortable work with their cisco routers and want to make process of working with router safe and informative.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $39.95 973 kb 2003-06-19 Network and Internet
    Other
#43 Encrypt PDF (Secure PDF)
download software "verypdf.com Inc" website screenshot
verypdf.com Inc
Encrypt PDF software is a very flexible and powerful program, Encrypt PDF software allows you to encrypt (using standard 40-bit or 128-bit supported by Acrobat Reader 5.0 and up) existing PDFs, set permissions, add user and owner password. For example you can encrypt a PDF without to allow to print it. The button to print the file will be disabled in Acrobat Reader application, you also can encrypt a PDF allowing the user to read it only if he know the correct password.
Note, The source PDF must be an unencrypted PDF. Acrobat Reader will show a key in the bottom status bar if the PDF is encrypted.

There two passwords you can apply to a PDF. The first is the owner password. Opening a PDF with this password will allow you full access to the PDF when a user password has been assigned as well. This means that even if printing was disabled you will still be able to print the PDF when using this password. No password will be prompted for when opening the PDF if you secure it with only an owner password. The second is the user password. Opening a PDF with this password will restrict you based on how the PDF was password protected (printing may be disabled, for instance).

EncryptPDF Features:
1. EncryptPDF is easy to use;
2. EncryptPDF does NOT need Adobe Acrobat software;
3. EncryptPDF supports password protect opening of the document;
4. EncryptPDF supports prevent printing of the document;
5. EncryptPDF supports Prevent copying of text/graphics;
6. EncryptPDF supports Prevent changes to the document;
7. EncryptPDF supports Password protection for PDF files with 40 or 128 bit encryption;
8. EncryptPDF supports user password and owner password;
9. EncryptPDF supports add printing, copying and changing permissions to an encrypted PDF file;
10. EncryptPDF supports drag and drop;
11. EncryptPDF supports Acrobat 7.0 PDF format;
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Shareware $38.00 759 kb 2003-07-01 System Utilities
    Other
#44 SoloKeep
download software "Solostar Software" website screenshot
Solostar Software
SoloKeep is a fast and easy to use application that stores all your passwords using encryption and password protection. SoloKeep can keep track of those hard to remember website passwords and other login information. Using a powerful encryption algorithm, SoloKeep ensures that no one else will be able to view your passwords without knowing your personal SoloKeep password. You'll never have to remember another username and password again.

Features:
Viewing your personal passwords is quick and easy.
Passwords are stored behind encryption and password protection.
Allows for an unlimited amount of users to store their personal passwords.
Allows for an unlimited amount of passwords to be stored for each user.
Import passwords from backup or a different account.
Export passwords for backup or importing to a different account.
Automatically logout after inactivity.
Randomly generate passwords for your accounts.
Minimize SoloKeep to the system tray.
The ability to show or hide passwords in the main grid.
The passwords can be sorted by title, username, password, URL or comments.
Find text in multiple grid columns.
Copy text straight from grid.
Visit the password website with the click of a button.
Password information is stored in separate encrypted files for each user. This allows for easy backup of your password information.
Only your chosen SoloKeep password can be used to gain access to your passwords. Do not forget this password, as it is the only way to decrypt your password information.

Trial Limitations:
A maximum of 2 user accounts.
A maximum of 20 passwords per user.
Unable to import passwords.
A strange feeling that you should buy the full version.
Win95, Win98, WinME, WinXP, Windows2000
Win95
Win98
WinME
WinXP
Windows2000
Shareware $9.99 666 kb 2003-07-04 System Utilities
    Other
#45 Easy File Sharing Web Server
download software "EFS Software, Inc." website screenshot
EFS Software, Inc.
Easy File Sharing Web Server is a Windows program that allows you to host a secure peer-to-peer and web-based file sharing system without any additional software or services. Not even additional HTML page design. It allows you to run a web site on your own PC, share photos, movies, videos and music/MP3 files securely. It also allows visitors to upload/download files easily through web-based interfaces.
Easy File Sharing Web Server is a file sharing system that is simply easier and faster than other methods of sharing. Why? Because it lets you use a tool you already know how to use: a web browser, But to build a web-based file sharing system, you need to install a HTTP-server such as apache or IIS, configure a database server such as MySQL or MS SQL SERVER and then build your system with HTML pages and scripts of PHP, Perl, ASP, VBScript, Javascript, and so on. All these are difficult for most users. Our solution saves your time, saves your money.
Turn your PC into a powerful web server in seconds!
Easy File Sharing Web Server contains several built-in systems including HTTP Web Server, multi-threads database system, Bulletin Board System, Server Script system, Password Protection system. Users just need to install Easy File Sharing Web Server and no other software. All without additional configuration.
You may create a virtual folder from your hard disk; visitors may upload/download files to/from it. Easy File Sharing Web Server is much easier to use than a typical FTP server.
Win95, Win98, WinME, WinNT 4.x, WinXP, Windows2000
Win95
Win98
WinME
WinNT 4.x
WinXP
Windows2000
Shareware $49.95 2947 kb 2003-08-12 Network and Internet
    Other
#46 IPi Phone
download software "olej" website screenshot
olej
IPi Phone is internet IP to IP telephone software that allows you to talk and use
text chat. IPi Phone is easy to use. All you need to know is the other person IP address
and you can connect to them and start talking over the internet for free.
You can use secure communication and voice modification.
It allows you to keep your privacy and stay anonymous.
Communication can be encrypted with AES (160 bit key length).

Main Features

Direct connection (IP to IP connect)
Full duplex voice communication
Conference calls
Optional half duplex voice communication
Secure communication (strong AES encryption)
Voice modification (10 levels)
Text chat while talking
Manual voice mute
Automatic voice mute
Selectable connection speed
TCP port configuration
Connect to HTTP tunnel proxy
Connect to SOCK proxy
Detect destination country from IP address
Win98, WinME, WinNT 4.x, Windows2000
Win98
WinME
WinNT 4.x
Windows2000
Shareware $15.00 700 kb 2003-08-26 System Utilities
    Other
#47 wodBeep
download software "WeOnlyDo Software" website screenshot
WeOnlyDo Software
ActiveX component is a peer-to-peer connection convenient to label each peer to behave in context of Listener(Server) or Initiator(Client). Component comes with several profiles included such as: SINK/ECHO profiles for testing, ROT13 profile that will grap message data, ZIP Tuning profile that will compress cocntents of messages on the fly, SYSLOG Raw and Cooked profiles for transmitting (and recieving) syslog messages....

BEEP protocol is a generic application protocol for connection oriented, asynchronous interactions. It permits simultaneous and independent exchanges within the context of a single application user-identity.
It supports both textual and binary messages.

BEEP peers communicate with MESSAGES over predefined CHANNELS. Messages are generated by application defined PROFILES. Before message is sent, and once message is recieved by the peer, Profile defines parsing to provide necessary information.

MESSAGES
Messages are initiated by application, and are prepared by defined Profile. Corresponding profile awaits on other side to parse the message and provide only necessary information.

CHANNELS
All exchanges occur in the context of a channel -- a binding to a well-defined aspect of the application, such as transport security, user authentication, or data exchange.

PROFILES
Each channel has an associated "profile" that defines the syntax and semantics of messages exchanged. Implicit in the operation of BEEP is the notion of channel management. Except for few profiles defined internally in wodBeep you can define your own profiles: for data exchange, tuning parameters etc...

TRANSPORT
A BEEP session is mapped onto an underlying transport service. It can be single TCP connection, but also UDP or any higher level two-way transport service-SMTP arhitecture... wodBeep implements TCP transport for you - you can implement easily any other transport just by implementing IBeepTransport interface!!
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000, Windows2003
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
WinXP
Windows2000
Windows2003
Shareware $0.00 1100 kb 2003-09-10 Development
    Other
#48 Folder Locking Software (FortKnox)
download software "www.clickok.co.uk/PalmTree/pay.html" website screenshot
www.clickok.co.uk/PalmTree/pay.html
lock files,locking folders,lock file,password folder,lock windows xp,lock knife,encryption folder,encrypt folder,folder hide,lock drives,secure folder,lock secure,folder share,password protecting folder,folder security,lock protector,lock desktop,lock programs,lock icon,knife folder,lock protection,lock security,lock shield,folder software,password lock,unlock folder,access lock,lock permissions,privacy folder,lock xp,windows xp folder,hiding folder,lock drive,folder icon,crack folder,lock windows,encrypted folder,lock win xp,key folder,folder files,folder access,easy folder,tool folder,folder lock,password protect folders,password protect folder,lock folders,password protect a folder,lock folder xp,how to password protect folders,how to password protect a folder,free folder lock,folder lock software,lock a folder,password protect a folder in windows,protect folders,how to lock folders,lock my folder,folder protect,folder lock 5.7 5,folder lock crack,how to lock a folder,password protect windows folders,password protect folder xp,password protect folder windows,password protect folders free,password protect folders xp,password protect folders in windows,folder lock freeware,password protect folders in xp,lock folder xp 3.6,password protect folders vista,download folder lock,how to password protect folder,password protect folders freeware,folder lock 5.7,folder lock torrent,folder lock serial,password protect files and folders,password protect folder vista,how do i password protect a folder,password protect folders in vista,password protect shared folders,password protect a folder in xp,password protect folders windows xp,folder lock 5.7 2,password protect folders in windows xp,folder lock vista,how to protect a folder,folder lock password,folder lock 5.7 3,password lock folders,folder lock 5.7 0,uninstall folder lock,password protect a windows folder,folder lock v5,password protect folder windows xp,protect files and folders,password protect folder in wi
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate, Windows Vista Home Basic x64, Windows Vista
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Windows Vista Home Basic x64
Windows Vista
Shareware $0.00 1953 kb 2003-09-11 System Utilities
    Other
#49 SafeHouse Hard Drive Encryption
download software
PC Dynamics, Inc.
SafeHouse provides transparent on-the-fly encryption for your notebook or desktop personal computer. Using SafeHouse, you can allocate portions of your existing hard drives to be reserved for encrypted data. SafeHouse encrypted volumes appear on your PC as another Windows drive letter. All encryption is performed automatically and transparently on the fly. You can do anything with a SafeHouse virtual drive that you can do with a normal hard drive; only that with SafeHouse, the encrypted volumes require password authentication before the files become accessible.
Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate
Win95
Win98
WinME
WinNT 3.x
WinNT 4.x
Windows2000
WinXP
Windows2003
Windows Vista Starter
Windows Vista Home Basic
Windows Vista Home Premium
Windows Vista Business
Windows Vista Enterprise
Windows Vista Ultimate
Shareware $39.99 1972 kb 2003-09-26 unclassified
#50 Auscomp Smart Login
download software "Auscomp" website screenshot
Auscomp
Auscomp Smart Login remembers passwords and login IDs. It also automatically fills in all Web Forms, saving you precious time, money and frustration by not having to repeatedly remember and type in personal details. Smart Login is 100% secure because it not only uses state-of-the-art 448 bit data encryption technology, but it stores all of the information only on your own, personal computer. There is no tracking of your surfing or shopping habits and there's no annoying adverts or offers. It sits neatly and unobtrusively in the MS IE 5+ toolbar with a similar look and feel to Favorites.
Win95, Win98, WinME, WinXP, WinNT 4.x, Windows2000
Win95
Win98
WinME
WinXP
WinNT 4.x
Windows2000
Shareware $24.95 1449 kb 2003-09-30 Network and Internet
    Other
Matches:  413 · 9 pages               Page 1       2 3 4 5 6 7 8     9     
Results per page: