Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.448.091 Times

Rsa Securid Authentication software
Filter: All | Freeware | Demo
 

Rsa Securid Authentication

1 2 3 4 5 > 
Added: March 17, 2010 | Visits: 2.102

OpenSSH SecurID patch OpenSSH SecurID is a patch that integrates SecurID authentication services directly into the OpenSSH daemon. It allows users to use SecurID tokens directly as their passwords instead of relying on the clunky sdshell. This is how it works: 0) apply patch ;-) You must use GNU patch (get it from...



Platforms: *nix

License: Freeware Size: 48.13 KB Download (146): OpenSSH SecurID patch Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 481

VMware View VMware View 4 is the industry’s first purpose built solution for delivering desktops as a managed service. Transform desktop management into a simplified and automated process, reduce the total cost of desktop ownership by 50%, provide end users a consistent high performance desktop experience...





Platforms: Windows

License: Shareware Cost: $1815.00 USD Size: 1024 KB Download (47): VMware View Download

Added: June 19, 2006 | Visits: 3.223

NCP Secure Entry CE Client NCP Secure Entry Client for communication with any IPSec gateway (compatibility list at http://www.ncp.de). The Client runs on Windows CE devices, Mobile 5 also supported. Any wireless networks can be used as communication media: The Internet, WiFi, GSM, GPRS, UMTS. An integrated dynamic personal...


Platforms: Windows CE

License: Shareware Cost: $108.00 USD Size: 3.59 MB Download (195): NCP Secure Entry CE Client Download

Released: March 12, 2007  |  Added: March 17, 2007 | Visits: 3.993

Activity and Authentication Analyzer Your PC keeps records of both your online and off-line activity. Any of the Web Pages, Movies, Pictures, Sounds, E-mail and Everything Else you have ever viewed could easily be recovered - even after many years passed! This is a serious threat to the legitimate user's privacy. Activity and...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3.2 MB Download (193): Activity and Authentication Analyzer Download

Added: May 09, 2010 | Visits: 2.000

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.832

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: October 18, 2010 | Visits: 1.854

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.368

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: July 20, 2010 | Visits: 1.756

Distributed RSA Key Generation Distributed RSA Key Generation is a software to generate shared RSA keys. Currently, only keys for two parties using Gilboas protocol are supported. But the protocol stack is extensible, so in the future there may be other protocols supported. Work has begun on Straubs protocol but is not...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (157): Distributed RSA Key Generation Download

Added: April 08, 2010 | Visits: 1.156

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

Added: November 27, 2010 | Visits: 2.155

Radiator Radius Server Radiator project is a highly configurable and flexible Radius server that supports authentication by over 60 different types of authentication methods such as Flat files, DBM files, Unix password files, SQL databases, remote Radius servers (proxying), external programs, NT User Manager, Active...


Platforms: *nix

License: Shareware Cost: $790.00 USD Download (237): Radiator Radius Server Download

Added: February 18, 2010 | Visits: 1.411

Message Level Authentication for WebMail Message Level Authentication for WebMail is a Firefox extension that authenticates mail from Message Level Network users, Mail Reputation provided by Sender Score for each message and Anti-Phishing Data from PhishTank. Registration is FREE but not required. Currently works with the following...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (100): Message Level Authentication for WebMail Download

Added: June 02, 2010 | Visits: 1.611

Directory Server NT Authentication Module Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and...


Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: January 04, 2010 | Visits: 923

Courier Authentication Library Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages wouldve automatically installed this...


Platforms: *nix

License: Freeware Size: 6.3 MB Download (95): Courier Authentication Library Download

Added: November 25, 2010 | Visits: 1.364

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: June 26, 2010 | Visits: 1.265

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 21, 2010 | Visits: 1.355

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy Download

Added: April 18, 2010 | Visits: 1.311

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

WiKID Strong Authentication System WiKID Strong Authentication System is a highly scalable, secure two-factor authentication system. WiKID Systems, Inc., has developed a commercial open source two-factor authentication solution that increases security, reduces costs and is very convenient to end-users and administrators. Our...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.2 MB Download (99): WiKID Strong Authentication System Download

Released: August 26, 2012  |  Added: August 26, 2012 | Visits: 697

Shetab SharePoint Live Authentication Shetab SharePoint Live Authentication Live ID & OpenID Trusted Identity Provider for SharePoint 2010 Claims Based Authentication Shetab SharePoint Live Authentication allows you and your members sign in to your SharePoint site with any OpenID provider or Windows Live ID. You can manage member's...


Platforms: Windows

License: Shareware Cost: $298.00 USD Download (420): Shetab SharePoint Live Authentication Download

1 2 3 4 5 >