protection against identity theft
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 989
RIG (Random Identity Generator) 1.11
RIG is a program I wrote to replace a particularly poor closed-source unattributed public-domain implementation for MS-DOS. more>>
RIG is a program I wrote to replace a particularly poor closed-source unattributed public-domain implementation for MS-DOS. Essentially it gathers random selections of first and last names, location data, and street names, to assemble a fake name and address, complete with geographically consistant ZIP code, area code, state, and city name.
My implementation of fake is GPL, however its database belongs to whoever wrote the original implementation, or if that person remains unknown then I suppose it lies in the public domain. If you feel uncomfortable with this then please provide a new database. It shouldnt be too hard to create a new one.
Install should be pretty easy, just type "make install". If your system dosent
have /dev/urandom and youd like to use /dev/random instead, do
make install CFLAGS=-DDEVRANDOM
Enhancements:
- Fix compilation on some platforms. Thanks to many people for noticing these problems.
- Fix problems with the -m and -f options. Thanks to Casey Carter noticing this problem, and to the Debian developers (notably Norbert Veber and Aaron Lehmann ) for proposing a fix.
- Add an entry for Coward, SC.
- Make Biloxi area and ZIP codes match the same physical spot. Thanks to Chris Lawrence for noticing this.
<<lessMy implementation of fake is GPL, however its database belongs to whoever wrote the original implementation, or if that person remains unknown then I suppose it lies in the public domain. If you feel uncomfortable with this then please provide a new database. It shouldnt be too hard to create a new one.
Install should be pretty easy, just type "make install". If your system dosent
have /dev/urandom and youd like to use /dev/random instead, do
make install CFLAGS=-DDEVRANDOM
Enhancements:
- Fix compilation on some platforms. Thanks to many people for noticing these problems.
- Fix problems with the -m and -f options. Thanks to Casey Carter noticing this problem, and to the Debian developers (notably Norbert Veber and Aaron Lehmann ) for proposing a fix.
- Add an entry for Coward, SC.
- Make Biloxi area and ZIP codes match the same physical spot. Thanks to Chris Lawrence for noticing this.
Download (0.027MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
691 downloads
Host Identity Protocol on Linux 1.0.0
Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. more>>
Host Identity Protocol on Linux is an implemetation of the Host Identity Protocol (HIP) and the related architecture. Host Identity Protocol (HIP) is a proposal to change the TCP/IP stack to securely support mobility and multi-homing.
Additionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.
Enhancements:
- The implementation was moved from kernel to user space.
- Support for the Nokia 770 Linux PDA (ARM) was added.
<<lessAdditionally, it provides for enhanced security and privacy and advanced network concepts, such as moving networks and mobile ad hoc networks. HIP is "cool", which means that as a mobile VPN solution, when your network interfaces go up or down, there is no need to re-establish a secure tunnel.
Enhancements:
- The implementation was moved from kernel to user space.
- Support for the Nokia 770 Linux PDA (ARM) was added.
Download (0.83MB)
Added: 2006-06-01 License: GPL (GNU General Public License) Price:
1241 downloads
User::Identity 0.91
User::Identity is a Perl module that maintains info about a physical person. more>>
User::Identity is a Perl module that maintains info about a physical person.
INHERITANCE
User::Identity
is an User::Identity::Item
SYNOPSIS
use User::Identity;
my $me = User::Identity->new
( john
, firstname => John
, surname => Doe
);
print $me->fullName # prints "John Doe"
print $me; # same
The User::Identity object is created to maintain a set of informational objects which are related to one user. The User::Identity module tries to be smart providing defaults, conversions and often required combinations.
The identities are not implementing any kind of storage, and can therefore be created by any simple or complex Perl program. This way, it is more flexible than an XML file to store the data. For instance, you can decide to store the data with Data::Dumper, Storable, DBI, AddressBook or whatever. Extension to simplify this task are still to be developed.
If you need more kinds of user information, then please contact the module author.
<<lessINHERITANCE
User::Identity
is an User::Identity::Item
SYNOPSIS
use User::Identity;
my $me = User::Identity->new
( john
, firstname => John
, surname => Doe
);
print $me->fullName # prints "John Doe"
print $me; # same
The User::Identity object is created to maintain a set of informational objects which are related to one user. The User::Identity module tries to be smart providing defaults, conversions and often required combinations.
The identities are not implementing any kind of storage, and can therefore be created by any simple or complex Perl program. This way, it is more flexible than an XML file to store the data. For instance, you can decide to store the data with Data::Dumper, Storable, DBI, AddressBook or whatever. Extension to simplify this task are still to be developed.
If you need more kinds of user information, then please contact the module author.
Download (0.025MB)
Added: 2007-04-11 License: Perl Artistic License Price:
926 downloads
User::Identity::Archive 0.90
User::Identity::Archive is a base class for archiving user information. more>>
User::Identity::Archive is a base class for archiving user information.
INHERITANCE
User::Identity::Archive
is a User::Identity::Item
User::Identity::Archive is extended by
User::Identity::Archive::Plain
SYNOPSIS
use User::Identity::Archive::Plain;
my $friends = User::Identity::Archive::Plain->new(friends);
$friends->from(*FH);
$friends->from(.friends);
An archive stores collections. It depends on the type of archive how and where that is done. Some archivers may limit the kinds of selections which can be stored.
<<lessINHERITANCE
User::Identity::Archive
is a User::Identity::Item
User::Identity::Archive is extended by
User::Identity::Archive::Plain
SYNOPSIS
use User::Identity::Archive::Plain;
my $friends = User::Identity::Archive::Plain->new(friends);
$friends->from(*FH);
$friends->from(.friends);
An archive stores collections. It depends on the type of archive how and where that is done. Some archivers may limit the kinds of selections which can be stored.
Download (0.025MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1214 downloads
CGI::Application::Plugin::RateLimit 1.0
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application. more>>
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email.
Youd like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
<<lessYoud like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Download (0.007MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
Python OpenID 1.1.1
Python OpenID is a set of Python packages that support use of the OpenID decentralized identity system. more>>
Python OpenID is a set of Python packages that support use of the OpenID decentralized identity system in your applications.
Python OpenID can be used to enable single sign-on for your Web sites or for running an OpenID server. Example code is supplied and a variety of storage back-ends are supported.
Main features:
- Refined and easy-to-use API.
- Extensive documentation.
- Many storage implemetations including file-based, SQL, and memcached.
- Simple examples to help you get started.
- Licensed under the LGPL.
Enhancements:
- This release includes support for Yadis discovery of OpenID servers and OpenID extensions.
<<lessPython OpenID can be used to enable single sign-on for your Web sites or for running an OpenID server. Example code is supplied and a variety of storage back-ends are supported.
Main features:
- Refined and easy-to-use API.
- Extensive documentation.
- Many storage implemetations including file-based, SQL, and memcached.
- Simple examples to help you get started.
- Licensed under the LGPL.
Enhancements:
- This release includes support for Yadis discovery of OpenID servers and OpenID extensions.
Download (0.21MB)
Added: 2006-05-27 License: GPL (GNU General Public License) Price:
1248 downloads
F-Prot GUI 0.5
F-Prot GUI is a graphical user interface for great (and free for individual users) command line antivirus called F-Prot. more>>
F-Prot GUI is a graphical user interface for great (and free for individual users) command line antivirus called F-Prot.
F-Prot GUI is a very simple script but not featureless, I hope it will be useful.
For home users using the Linux open-source operating system, we offer F-Prot Antivirus for Linux Workstations. F-Prot Antivirus for Linux Workstations utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of internal heuristics devised to search for unknown viruses
F-Prot Antivirus for Linux was especially developed to effectively eradicate viruses threatening workstations running Linux. It provides full protection against macro viruses and other forms of malicious software - including Trojans.
Main features:
- Scans for over 314168 known viruses and their variants
- Ability to perform scheduled scans when used with the cron utility
- Scans hard drives, CD-ROMS, diskettes, network drives, directories and specific files
- Scans for images of boot sector viruses, macro viruses and Trojan Horses
<<lessF-Prot GUI is a very simple script but not featureless, I hope it will be useful.
For home users using the Linux open-source operating system, we offer F-Prot Antivirus for Linux Workstations. F-Prot Antivirus for Linux Workstations utilizes the renowned F-Prot Antivirus scanning engine for primary scan but has in addition to that a system of internal heuristics devised to search for unknown viruses
F-Prot Antivirus for Linux was especially developed to effectively eradicate viruses threatening workstations running Linux. It provides full protection against macro viruses and other forms of malicious software - including Trojans.
Main features:
- Scans for over 314168 known viruses and their variants
- Ability to perform scheduled scans when used with the cron utility
- Scans hard drives, CD-ROMS, diskettes, network drives, directories and specific files
- Scans for images of boot sector viruses, macro viruses and Trojan Horses
Download (0.009MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1174 downloads
Carillon STS 0.02
Carillon STS is a PHP-based Federated Identity Provider (IdP). more>>
Carillon STS is a PHP-based Federated Identity Provider (IdP) which is capable of acting as a Secure Token Service (STS) compatible with Windows CardSpace and other "infocard" implementations. The project has been successfully tested with CardSpace, as well as with Chuck Mortimores Firefox identity selector plugin.
Once installed and configured, the Carillon STS allows a user to authenticate himself, either by password or by X.509 certificate, whereupon he is issued a digitally signed infocard containing some standard identity claims and optionally some customizable identity claims. When he presents this infocard to a Relying Partys (RPs) site, his browsers identity selector requests a SAML token from the Carillon STS.
If the authentication information is still valid, a digitally signed token will be issued with the various claims asserted. The browser takes this token, checks the digital signature, encrypts it for the RP, and passes it along. It is the RPs responsibility to decrypt the SAML token, check the digital signature, check the asserted claims, and make an access decision based on this information.
Enhancements:
- This version contains updates for X.509 support to work more properly with Windows CardSpace.
- The infocard now contains the right kind of UserCredential tag, and the right assertion names and tags.
- The mex output contains policy for allowing CardSpace to authenticate itself using the certificate.
- The token request consumer checks the signature on the included timestamp, since CardSpace doesnt support using the user certificate for the HTTPS/SSL transport.
- There are several other fixes.
<<lessOnce installed and configured, the Carillon STS allows a user to authenticate himself, either by password or by X.509 certificate, whereupon he is issued a digitally signed infocard containing some standard identity claims and optionally some customizable identity claims. When he presents this infocard to a Relying Partys (RPs) site, his browsers identity selector requests a SAML token from the Carillon STS.
If the authentication information is still valid, a digitally signed token will be issued with the various claims asserted. The browser takes this token, checks the digital signature, encrypts it for the RP, and passes it along. It is the RPs responsibility to decrypt the SAML token, check the digital signature, check the asserted claims, and make an access decision based on this information.
Enhancements:
- This version contains updates for X.509 support to work more properly with Windows CardSpace.
- The infocard now contains the right kind of UserCredential tag, and the right assertion names and tags.
- The mex output contains policy for allowing CardSpace to authenticate itself using the certificate.
- The token request consumer checks the signature on the included timestamp, since CardSpace doesnt support using the user certificate for the HTTPS/SSL transport.
- There are several other fixes.
Download (0.048MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
827 downloads
Bypass Proxy Client 0.78
Bypass Proxy Client is the complete network privacy tool. more>>
Bypass Proxy Client is the complete network privacy tool. It ensures absolute privacy wherever you maybe, preventing would-be snoopers from monitoring your surfing, email, or chatting activity. You can bypass blocking filters, firewalls, and proxies. Surf, chat, read news boards, and get all your email at work, on campus (or in regions/areas that may block controversial websites).
Main features:
- Surf the internet using your own virtual network across the web.
-
- Anonymously surf news groups, chat rooms, and web sites!
-
- Protect your Kazaa Identity; Guard against IP tracing -- the no. 1 method
- used by the RIAA to spy on users of file shares (Kazaa, BearShare, etc.)
-
- Prevent corporate networks from eavesdropping and viewing your personal information!
-
- Keep your email and other personal documents private.
-
- Regain access to sites that were previously blocked or filtered. Chat with friends online without concerns about eavesdropping.
<<lessMain features:
- Surf the internet using your own virtual network across the web.
-
- Anonymously surf news groups, chat rooms, and web sites!
-
- Protect your Kazaa Identity; Guard against IP tracing -- the no. 1 method
- used by the RIAA to spy on users of file shares (Kazaa, BearShare, etc.)
-
- Prevent corporate networks from eavesdropping and viewing your personal information!
-
- Keep your email and other personal documents private.
-
- Regain access to sites that were previously blocked or filtered. Chat with friends online without concerns about eavesdropping.
Download (28.7MB)
Added: 2006-06-23 License: Freeware Price:
5338 downloads
Blood Toll Beta
Blood Toll is the first ever online video game where everyone has a price on their head. more>>
Have you ever been told "stop wasting your time playing video games?" Well now it is time to turn those hours of wasted time into skills that can earn you money.
Blood Toll project is the first ever online video game where everyone has a price on their head, and the more you frag the more money you make. Play for free and win cool prizes with our training mode until you are comfortable enough to play the real thing.
Main features:
- Completely free to download and play
- One click installation
- Fast paced game play
- Compete against real people for real money
- Compete for cool prizes
- Extremely fast to download
- Constantly updating with new levels, items and weapons
- Software checks to insure all players have a sufficient internet connection to prevent lag
- Built with exceptional cheat protection and security
<<lessBlood Toll project is the first ever online video game where everyone has a price on their head, and the more you frag the more money you make. Play for free and win cool prizes with our training mode until you are comfortable enough to play the real thing.
Main features:
- Completely free to download and play
- One click installation
- Fast paced game play
- Compete against real people for real money
- Compete for cool prizes
- Extremely fast to download
- Constantly updating with new levels, items and weapons
- Software checks to insure all players have a sufficient internet connection to prevent lag
- Built with exceptional cheat protection and security
Download (MB)
Added: 2007-01-22 License: Freeware Price:
1008 downloads
Authentic 0.7.1
Authentic is a Liberty-enabled identity provider aiming to address a broad range of needs, from simple to complex setups. more>>
Authentic project is a Liberty-enabled identity provider aiming to address a broad range of needs, from simple to complex setups.
Its Liberty compliance relies on Lasso, a free softaware implementation of the Liberty Alliance specifications. It is a quixote application and is commonly run inside the Apache Web server.
Main features:
Liberty conformance
While not certified itself Authentic implements Liberty protocols through the use of Lasso that has been certified as conformat to Liberty specifications in May 2005. Authentic implements every feature required by the Identity Provider Conformance Matrix.
Additionally it has several extra features; for example it can act as a proxy identity provider, redirecting requests from service providers to other identity providers; or sharing identity attributes through ID-WSF Personal Profile (with an appropriate version of Lasso).
Performance
The underlying components are quite fast and Authentic doesnt slow things down. There are no hard measure yet but a quick benchmark using ab (from Apache) yielded more than 200 requests per second on my development laptop (Centrino 1.5GHz, 1GB RAM).
Ease of Administration
Authentic has a nice and useful web administrative interface; it provides convenient identity management and log analysis. It also has its share of parameters so it adapts to different needs without any code change.
Enhancements:
- This release fixes minor but annoying issues with 0.7.0 (error display and translations).
<<lessIts Liberty compliance relies on Lasso, a free softaware implementation of the Liberty Alliance specifications. It is a quixote application and is commonly run inside the Apache Web server.
Main features:
Liberty conformance
While not certified itself Authentic implements Liberty protocols through the use of Lasso that has been certified as conformat to Liberty specifications in May 2005. Authentic implements every feature required by the Identity Provider Conformance Matrix.
Additionally it has several extra features; for example it can act as a proxy identity provider, redirecting requests from service providers to other identity providers; or sharing identity attributes through ID-WSF Personal Profile (with an appropriate version of Lasso).
Performance
The underlying components are quite fast and Authentic doesnt slow things down. There are no hard measure yet but a quick benchmark using ab (from Apache) yielded more than 200 requests per second on my development laptop (Centrino 1.5GHz, 1GB RAM).
Ease of Administration
Authentic has a nice and useful web administrative interface; it provides convenient identity management and log analysis. It also has its share of parameters so it adapts to different needs without any code change.
Enhancements:
- This release fixes minor but annoying issues with 0.7.0 (error display and translations).
Download (0.10MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1095 downloads
pam_ssh_agent 0.2
pam_ssh_agent is a PAM module that spawns a ssh-agent and adds identities using the password supplied at login. more>>
pam_ssh_agent is a PAM module that spawns a ssh-agent and adds identities using the password supplied at login.
<<less Download (0.012MB)
Added: 2006-05-12 License: LGPL (GNU Lesser General Public License) Price:
1261 downloads
Tornado 1.3
Tornado project is a clone of the original C64 game. more>>
Tornado project is a clone of the original C64 game.
The goal of the game is to destroy the opponents house with certain weather phenomena: rain, snow, hail, lightning, and the tornado.
The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection.
<<lessThe goal of the game is to destroy the opponents house with certain weather phenomena: rain, snow, hail, lightning, and the tornado.
The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection.
Download (0.050MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1076 downloads
Sealing Wafter 1.01
Sealing Wafter is an OpenBSD kernel module that detects nmap scans and prevents proper identification of open TCP ports. more>>
Sealing Wafter is an OpenBSD kernel module that detects nmap scans and prevents proper identification of open TCP ports.
Sealing Wafter module also gives protection against dsniff tcpkill RST packets by dropping them. More testing is needed to prevent breakage of network applications.
Enhancements:
- Wafter has been ported to NetBSD as a kernel patch.
- It now supports identification of most operating systems.
<<lessSealing Wafter module also gives protection against dsniff tcpkill RST packets by dropping them. More testing is needed to prevent breakage of network applications.
Enhancements:
- Wafter has been ported to NetBSD as a kernel patch.
- It now supports identification of most operating systems.
Download (0.015MB)
Added: 2006-11-12 License: BSD License Price:
1077 downloads
Horde Application Framework 3.0.12
Horde Application Framework is a general-purpose web application framework in PHP. more>>
The Horde Application Framework is written in PHP, and provides the common tools a Web application requires: classes for dealing with preferences, compression, browser detection, connection tracking, MIME, and more.
The Horde Framework does not provide any significant end user functionality and it provides a base for other applications and tools for developers. You will probably want to install some of the available Horde applications, such as IMP (a webmail client), or Kronolith (a calendar).
Enhancements:
- This is a security release that fixes a cross site scripting vulnerability and improves protection against phishing attempts.
<<lessThe Horde Framework does not provide any significant end user functionality and it provides a base for other applications and tools for developers. You will probably want to install some of the available Horde applications, such as IMP (a webmail client), or Kronolith (a calendar).
Enhancements:
- This is a security release that fixes a cross site scripting vulnerability and improves protection against phishing attempts.
Download (3.6MB)
Added: 2006-08-17 License: LGPL (GNU Lesser General Public License) Price:
1164 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above protection against identity theft search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed