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.202.442 Times

Rsa Securid Authentication software
Filter: All | Freeware | Demo
 

Rsa Securid Authentication

< 1 2 3 4 5 
Added: May 11, 2010 | Visits: 769

mod_auth_shadow2 mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody"....



Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): mod_auth_shadow2 Download

Added: November 21, 2010 | Visits: 1.052

mod_auth_openid mod_auth_openid is an authentication module for the Apache 2 Web server. It handles the functions of an OpenID consumer as specified in the OpenID 1.1 specification. Once installed, a simple configuration directive can secure a directory or application on your Web server and require a valid...





Platforms: *nix

License: Freeware Download (102): mod_auth_openid Download

Added: July 16, 2010 | Visits: 1.137

GEXEC GEXEC is a scalable cluster remote execution system which provides fast, RSA authenticated remote execution of parallel and distributed jobs. It provides transparent forwarding of stdin, stdout, stderr, and signals to and from remote processes, provides local environment propagation, and is...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): GEXEC Download

Added: October 03, 2010 | Visits: 928

mod_auth_shadow mod_auth_shadow is an Apache module for authentication using /etc/shadow. When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody"....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): mod_auth_shadow Download

Added: November 24, 2010 | Visits: 2.400

MUNGE Uid N Gid Emporium MUNGE Uid N Gid Emporium is an authentication service for creating and validating credentials. It is designed to be highly scalable for use in an HPC cluster environment. It allows a process to authenticate the UID and GID of another local or remote process within a group of hosts having common...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): MUNGE Uid N Gid Emporium Download

Added: July 08, 2010 | Visits: 1.051

xca This application is a graphical user interface to OpenSSL, RSA public keys, certificates, signing requests and revokation lists. The keys do have an internal counter, counting its use to avoid a duplicate use of a key for creating a certificate or request. The Keys are encrypted in the database...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (101): xca Download

Added: June 10, 2010 | Visits: 1.031

mod_auth_vas mod_auth_vas is an Apache authentication and authorization module for use with the Apache Web server. The module uses Vintela Authentication Services (VAS) to implements the HTTP SPNEGO protocol, with optional fallback to Basic authentication for browsers that do not support SPNEGO. In...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (109): mod_auth_vas Download

Added: January 23, 2010 | Visits: 741

HTTPD::Authen HTTPD::Authen is a HTTP server authentication class. SYNOPSIS use HTTPD::Authen (); This module provides methods for authenticating a user. It uses HTTPD::UserAdmin to lookup passwords in a database. Subclasses provide methods specific to the authentication mechanism. Currently, under...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (94): HTTPD::Authen Download

Added: April 20, 2010 | Visits: 1.056

yyyRSA yyyRSA is a simple program to encrypt and decipher messages with the RSA asymetrical encryption algorithm. Alice wants to send Bob a message. Eve can monitor the communication between Alice and Bob. he can read everything they send to each other. Bob creates a key. It will consist of two...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (112): yyyRSA Download

Added: April 10, 2010 | Visits: 1.389

smspasswd smspasswd software provides two factor authentication via cell phone short message service (SMS). The reason I wrote this was because of all the pesky SSH brute force attacks, which continue to build in numbers. I didn’t want to waste money and time on using tokens because the few people who...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): smspasswd Download

Added: October 11, 2010 | Visits: 1.016

Apache2::AuthenNTLM Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication. SYNOPSIS < Location / > PerlAuthenHandler Apache2::AuthenNTLM AuthType ntlm,basic AuthName test require valid-user # domain pdc bdc PerlAddVar ntdomain "name_domain1 name_of_pdc1" PerlAddVar...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (115): Apache2::AuthenNTLM Download

Added: February 02, 2010 | Visits: 889

mod_auth_pgsql mod_auth_pgsql Apache module allows user authentication (and can log authethication requests) against information stored in a PostgreSQL database. PostgreSQL is a public domain SQL database. Authentication One database, and one (or two) tables. One table holds the username and the encryped...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): mod_auth_pgsql Download

Added: July 05, 2010 | Visits: 1.397

Graphical certification authority Graphical certification authority project is a graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists. The keys have an internal counter, counting its use to avoid a duplicate use of a key for creating a certificate or request. The Keys...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (121): Graphical certification authority Download

Added: September 06, 2010 | Visits: 861

pam-telecenter pam-telecenter is a PAM module that provides remote authentication with roaming and pseudo-user accounts to telecenters. Roaming is only supported through PostgreSQL. Compiling and installing pam-telecenter: If youre using Debian GNU/Linux, you can install the libpam-telecenter downloading...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (90): pam-telecenter Download

Added: March 06, 2010 | Visits: 987

mod_auth_cache mod_auth_cache is an Apache module transparently caches an authentication originally done by a different module. The aim of this module is to speed up complex authentication mechanisms, to reduce database traffic if authenticating thru a backend database and to implement some sort of...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): mod_auth_cache Download

Added: July 19, 2010 | Visits: 861

Apache::AuthPerLDAP Apache::AuthPerLDAP is a mod_perl PerLDAP Authentication Module. SYNOPSIS < Directory /foo/bar > # Authentication Realm and Type (only Basic supported) AuthName "Foo Bar Authentication" AuthType Basic # Any of the following variables can be set. # Defaults are listed to the right....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): Apache::AuthPerLDAP Download

Added: May 02, 2010 | Visits: 976

Net::YahooMessenger::CRAM Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. SYNOPSIS my $cram = Net::YahooMessenger::CRAM->new(); $cram->set_id($your_yahoo_id); $cram->set_password($your_password); $cram->set_challenge_string($string_from_server); my ($response_type6,...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (93): Net::YahooMessenger::CRAM Download

Added: October 17, 2010 | Visits: 990

mod_auth_pam 2.0 1.1.1 for Apache mod_auth_pam is an authentication module for the Apache Web-Server. The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules)...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): mod_auth_pam 2.0 1.1.1 for Apache Download

Added: April 21, 2010 | Visits: 1.056

mod_auth_pam 1.1.1 for Apache mod_auth_pam is an authentication module for the Apache Web-Server. The PAM authentication module implements Basic authentication on top of the Pluggable Authentication Module library. Thereby it supports standard unix passwd, shadow, NIS, SMB auth and radius (-> complete list of modules)...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): mod_auth_pam 1.1.1 for Apache Download

Added: April 09, 2010 | Visits: 946

mod_authnz_external mod_authnz_external is an Apache module used for authentication. The two modules provide basically the same functionality, and differ mainly in the way they interface to other authentication code in Apache. For Apache 2.1 and later, mod_authnz_external should be prefered. The Apache HTTP...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (106): mod_authnz_external Download

< 1 2 3 4 5