| Use Standard Search | Advanced Search | Browse Software by Category | View Popular Search Terms |
| Field | Value |
|---|---|
| Page # | 1 |
| Items per page: | 50 |
| Sort Column: | Release Date |
| Program Type: | Shareware |
| Search: | Keywords |
| String: | secure |
| Match: | Exact |
Show Options
| Title [ and relevant links ] |
Company | Description [ no highlighting ] |
Operating System | Program Type | Cost | File Size | Release Date | Category | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #1 Password Book |
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; |
|
Shareware | $17.00 | 300 kb | 2001-05-26 | System Utilities Other | ||||||||||||||||||
| #2 wodMailbox |
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. |
|
Shareware | $109.00 | 1148 kb | 2001-11-15 | Development Active X | ||||||||||||||||||
| #3 wodPop3Server |
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. |
|
Shareware | $169.00 | 1976 kb | 2001-11-15 | Development Active X | ||||||||||||||||||
| #4 wodSmtpServer |
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. |
|
Shareware | $169.00 | 2327 kb | 2001-11-15 | Development Active X | ||||||||||||||||||
| #5 wodSSH |
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. |
|
Shareware | $189.00 | 2327 kb | 2002-01-22 | unclassified | ||||||||||||||||||
| #6 wodVPN |
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. |
|
Shareware | $239.00 | 1784 kb | 2002-01-22 | Development Active X | ||||||||||||||||||
| #7 wodSFTP |
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. |
|
Shareware | $199.00 | 2273 kb | 2002-03-08 | Development Active X | ||||||||||||||||||
| #8 wodSFTPdll |
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 |
|
Shareware | $209.00 | 1782 kb | 2002-03-08 | Development Components and Libraries | ||||||||||||||||||
| #9 wodSFTP.NET |
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! |
|
Shareware | $209.00 | 2666 kb | 2002-04-14 | Development Components and Libraries | ||||||||||||||||||
| #10 wodSSH.NET |
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. |
|
Shareware | $199.00 | 2454 kb | 2002-04-14 | Development Components and Libraries | ||||||||||||||||||
| #11 Secure Password Store |
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. |
|
Shareware | $10.00 | 606 kb | 2002-04-20 | System Utilities Other | ||||||||||||||||||
| #12 wodSSHServer |
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 |
|
Shareware | $229.00 | 2012 kb | 2002-06-06 | Development Active X | ||||||||||||||||||
![]() | ||||||||||||||||||||||||||
| #13 LockEXE |
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! |
|
Shareware | $19.00 | 145 kb | 2002-06-11 | System Utilities Other | ||||||||||||||||||
| #14 NFTP |
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. |
|
Shareware | $25.00 | 586 kb | 2002-06-30 | Network and Internet Other | ||||||||||||||||||
| #15 SecureFile |
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. |
|
Shareware | $15.00 | 714 kb | 2002-08-20 | System Utilities Other | ||||||||||||||||||
| #16 wodFtpDLX |
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... |
|
Shareware | $219.00 | 3946 kb | 2002-08-28 | Development Active X | ||||||||||||||||||
| #17 PalmTree |
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... |
|
Shareware | $0.00 | 1640 kb | 2002-09-10 | System Utilities Other | ||||||||||||||||||
| #18 AlmerShredder |
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. |
|
Shareware | $19.95 | 406 kb | 2002-09-23 | System Utilities Other | ||||||||||||||||||
| #19 wodTelnetDLX |
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! |
|
Shareware | $199.00 | 3091 kb | 2002-10-02 | Development Active X | ||||||||||||||||||
| #20 SimLD Lite |
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) |
|
Shareware | $49.95 | 5200 kb | 2002-10-05 | Network and Internet Other | ||||||||||||||||||
| #21 CryptoMite |
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. |
|
Shareware | $29.00 | 1576 kb | 2002-11-03 | System Utilities Other | ||||||||||||||||||
| #22 Secure |
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. |
|
Shareware | $12.00 | 30060 kb | 2002-12-15 | Games and Entertainment Other | ||||||||||||||||||
| #23 wodImapServer |
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. |
|
Shareware | $169.00 | 2551 kb | 2002-12-16 | Development Active X | ||||||||||||||||||
| #24 SecurDesk! |
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. |
|
Shareware | $199.95 | 7036 kb | 2003-02-02 | Security and Privacy Access Control | ||||||||||||||||||
| #25 ShredIt |
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. |
|
Shareware | $19.95 | 1841 kb | 2003-05-07 | System Utilities File and Disk Management | ||||||||||||||||||
| #26 Secur-e-mail for Windows |
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). |
|
Shareware | $19.00 | 510 kb | 2003-05-10 | System Utilities Other | ||||||||||||||||||
| #27 Penguin Monitor 8s |
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 |
|
Shareware | $19.00 | 510 kb | 2003-05-12 | System Utilities Other | ||||||||||||||||||
| #28 Transparent Screen Lock for WinNT/2000/XP/2003 |
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. |
|
Shareware | $24.95 | 562 kb | 2003-05-27 | System Utilities Other | ||||||||||||||||||
| #29 Simpliciti Server Side Browsers |
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. |
|
Shareware | $79.95 | 5200 kb | 2003-06-12 | Network and Internet Other | ||||||||||||||||||
| #30 Folder Shield 2003 |
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 |
|
Shareware | $19.95 | 1269 kb | 2003-06-16 | System Utilities Other | ||||||||||||||||||
| #31 IOSLoaderPro |
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. |
|
Shareware | $39.95 | 973 kb | 2003-06-19 | Network and Internet Other | ||||||||||||||||||
| #32 Encrypt PDF (Secure PDF) |
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; |
|
Shareware | $38.00 | 759 kb | 2003-07-01 | System Utilities Other | ||||||||||||||||||
| #33 SoloKeep |
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. |
|
Shareware | $9.99 | 666 kb | 2003-07-04 | System Utilities Other | ||||||||||||||||||
| #34 Easy File Sharing Web Server |
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. |
|
Shareware | $49.95 | 2947 kb | 2003-08-12 | Network and Internet Other | ||||||||||||||||||
![]() | ||||||||||||||||||||||||||
| #35 IPi Phone |
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 |
|
Shareware | $15.00 | 700 kb | 2003-08-26 | System Utilities Other | ||||||||||||||||||
| #36 wodBeep |
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!! |
|
Shareware | $0.00 | 1100 kb | 2003-09-10 | Development Other | ||||||||||||||||||
| #37 Folder Locking Software (FortKnox) |
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 |
|
Shareware | $0.00 | 1953 kb | 2003-09-11 | System Utilities Other | ||||||||||||||||||
| #38 SafeHouse Hard Drive Encryption |
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. |
|
Shareware | $39.99 | 1972 kb | 2003-09-26 | unclassified | ||||||||||||||||||
| #39 Auscomp Smart Login |
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. |
|
Shareware | $24.95 | 1449 kb | 2003-09-30 | Network and Internet Other | ||||||||||||||||||
| #40 AnyWhere Pro |
Liquid Mirror Enterprises | AnyWhere 6 Pro allows you to right click on files and folders to copy, move, zip, rename, and securely delete them. Copying filenames to the clipboard, replacing text within many files and making groups of files and folders writeable is just as easy. New features include a Recent Folders function which allows you to send files to frequently used folders with less clicks, a resizable window, secure file delete to keep prying eyes away from your sensitive data, and the ability to replace text in many files at once. New version includes important bug fixes, performance enhancements, and a new Start Menu icon for getting started with AnyWhere 6 Pro. |
|
Shareware | $19.99 | 1117 kb | 2003-10-05 | System Utilities Other | ||||||||||||||||||
| #41 Fast File Splitter |
Salo Storm Software | Fast File Splitter (FFS) is a tool to split large files into smaller files so that they can be put on floppies or sent by email. Customizable file size or number of files to generate. Can create a self merging file. Can encrypt split files. Can use blowfish algorithm to securely encrypt files. Ability to specify a custom icon for the sfx generated. Ability to specify a license and/or comment text for the sfx generated. Ability to run in totaly silent mode. Ability to extract/join to any folder/file. |
|
Shareware | $32.95 | 767 kb | 2003-10-29 | System Utilities File and Disk Management | ||||||||||||||||||
| #42 Secure HTML Lock |
SPCK Software | Lock html, cryptate and protect your webpages from theift! Make your website secure and prevent theft of your html source code. Secure HTML Lock is easy and fast to use, no html knowledge needed. Several bonus features included like email address protector and popup generator. You know how much energy and money it takes to create a unique and professional website ... Don't let anyone steal your source ... Get Secure HTML Lock NOW and be safe! |
|
Shareware | $49.95 | 3991 kb | 2003-12-20 | Web Development HTML Tools | ||||||||||||||||||
| #43 UnixSpace Terminal |
SofteX Plus Inc. | UnixSpace terminal - it's a graphical telnet/SSH client for Windows. Protocols: telnet, SSH1, SSH2 and rlogin. The program consist of two parts: UnixSpace terminal and SSH Proxy Server. The SSH proxy can be used independently. The terminal is capable of emulating Linux and FreeBSD console, VT220, ANSI, and its own UnixSpace terminal. In the last instance the terminal has 256 colors, 4 fonts with 4 modes (bold | italic) , and is able to display various graphical objects (lines, rectangles, curves, etc) as well as display gif and jpeg images. Besides terminal allows execution of Word, Excel, HTML, and other types of documents located on the Unix server. UnixSpace terminal has 4 virtual consoles, each with individual configuration. In other words you could open 4 different telnet sessions and be able to switch between them. It's practically a new type of a terminal device. |
|
Shareware | $39.00 | 456 kb | 2004-01-01 | Network and Internet Other | ||||||||||||||||||
| #44 Private InfoKeeper Lite |
Ablazesoft | Elegant, eXtremely featured, powerful and secure personal information storage tool. It allows you to store just about any private information in most convenient form. Highly encrypted with strongest industry-standard cryptographic algorithms (AES 256-bits) and advanced master password handling function. Fast data access with author's QuickPasswords function - disable the ability to still your password by keyloggers software. You do not even need to press any key, just 2 simple mouse cliks and your data will be securely transfered to application you need. Installed Auto-locking system put an end to "prying eyes" in the work place or at home. With built-in powerfull password generator You do not need to even think about new passwords. It can produce passwords of given length composing from any symbols. APIK have convenient Windows Explorer-like interface with recycling feature and full-text search. Tree outlining with unlimited number of folders and "drag-and-drop" technology support helps to organize your data in most effective way. Most of complex actions can be performed with help of carefully designed wizards. Combined easily customizable information representation and built-in powerful password generator Private InfoKeeper Lite is the best available secure storage software. Incredibly low price for its functionality! |
|
Shareware | $9.95 | 345 kb | 2004-01-12 | System Utilities Other | ||||||||||||||||||
| #45 File and folder hider |
Jimmy's Value World, Inc. | Have you ever wished there was some way you could protect your files & folders and private information from the curious eyes of "others" who use your computer? With Jvw file and folder hider you can BLOCK & HIDE any file or folder you do not want accessible to others. Jvw file and Folder Lock lets you password protect your personal files, folders, pictures from unwanted viewing by family, friends, co-workers and other unauthorized users. |
|
Shareware | $6.95 | 1517 kb | 2004-02-17 | System Utilities Other | ||||||||||||||||||
![]() | ||||||||||||||||||||||||||
| #46 Kremlin Encrypt |
Mercury Development, LLC | Kremlin 3.0 provides a cross-platform security suite for Mac and PC. It builds a wall around your data, protecting your sensitive information from snooping intruders. Easily encrypt-decrypt your files in drag-and-drop manner with Kremlin Encrypt and Kremlin Decrypt tools. Encrypted files can be transferred seamlessly between Mac and PC environments. In addition to a portable file format, now licensing and registration is also fully portable across platforms. You can also schedule the Kremlin to automatically encrypt the files when you log off your computer and decrypt the files when you log back on. The Kremlin Secure Delete (Recycle Bin) allows you to securely remove files from your computer. Keep your work's privacy with the Kremlin Sentry utility. It wipes all records of your activities from your hard disk and from memory when you log off your computer or your computer becomes idle. Use Kremlin Text, a secure full-featured text editor, to automatically encrypt your documents, notes and e-mail messages. Whether you are an individual or running a business, the uniform GUI allows you to use Kremlin 3.0 without worrying about the computer platform. Kremlin 3.0 features seamless support for Windows 98, 2000, XP as well as for Mac OS X, and includes cross-platform, fully portable licensing as well. Cross-platform licensing means that larger enterprises need not separate Mac from PC licenses. Install the Kremlin 3.0 suite to build the solid and cost-effective security system for protecting your corporate and personal data. |
|
Shareware | $35.00 | 1076 kb | 2004-04-01 | Security and Privacy Encryption Tools | ||||||||||||||||||
| #47 Kremlin Encrypt (for Mac OS) |
Mercury Development, LLC | Kremlin 3.0 provides a cross-platform security suite for Mac and PC. It builds a wall around your data, protecting your sensitive information from snooping intruders. Easily encrypt-decrypt your files in drag-and-drop manner with Kremlin Encrypt and Kremlin Decrypt tools. Encrypted files can be transferred seamlessly between Mac and PC environments. In addition to a portable file format, now licensing and registration is also fully portable across platforms. You can also schedule the Kremlin to automatically encrypt the files when you log off your computer and decrypt the files when you log back on. The Kremlin Secure Delete (Recycle Bin) allows you to securely remove files from your computer. Keep your work's privacy with the Kremlin Sentry utility. It wipes all records of your activities from your hard disk and from memory when you log off your computer or your computer becomes idle. Use Kremlin Text, a secure full-featured text editor, to automatically encrypt your documents, notes and e-mail messages. Whether you are an individual or running a business, the uniform GUI allows you to use Kremlin 3.0 without worrying about the computer platform. Kremlin 3.0 features seamless support for Windows 98, 2000, XP as well as for Mac OS X, and includes cross-platform, fully portable licensing as well. Cross-platform licensing means that larger enterprises need not separate Mac from PC licenses. Install the Kremlin 3.0 suite to build the solid and cost-effective security system for protecting your corporate and personal data. |
|
Shareware | $35.00 | 1076 kb | 2004-04-01 | Security and Privacy Encryption Tools | ||||||||||||||||||
| #48 Password Lock Transparent Screensaver Utility |
e-motional.com software | Password protect access to your computer, while monitoring programs that are running in the background. Perfect for system administrators, retail stores running computer demos, or any user of email, instant messaging or live stock quotes. Relax in the knowledge that your computer is secure. |
|
Shareware | $19.95 | 418 kb | 2004-04-01 | Desktop Screen Savers: Other | ||||||||||||||||||
| #49 BootLocker |
Eppler Software | BootLocker is a desktop security program that protects your computer from Windows startup. It does not allow intruders to access anything without a username and password. There is system tray support, password recovery, and locking screen saver. All in an easy to use interface. |
|
Shareware | $22.00 | 3148 kb | 2004-04-12 | System Utilities Other | ||||||||||||||||||
| #50 Screen Privacy |
Pictures Software, Inc | Screen Privacy allows you to hide and restore windows by pressing a secret key. It protects your privacy and prevent your information from being seen by anyone else. Screen Privacy allows you to work calmly and do not worry about uninvited visitors. While your application are hidden, they are still working and you can show them at any time. You can cover browsers, spicy images, favorite games and other content that is not allowed at your work place. You can hide private windows or all windows, desktop icons, taskbar and system tray, stop WinAMP and more. Using of this program is invisible for another persons. You can select the list of private applications, list of public application and black list. Besides, you can terminate all black-list-application by single key stroke. You can customize your secret hot keys and work with your lists using drag and drop interface. This program is very easy to use. It will help you wherever you are. At home and at your office, you have a lot of private information on your computer like credit card numbers and more. Try Screen Privacy for free. |
|
Shareware | $24.95 | 851 kb | 2004-06-10 | System Utilities Other | ||||||||||||||||||