Simple Project List Software Map

177 projects in result set
Última Atualização: 2013-07-15 22:05

M-Pin Strong Authentication System

M-Pin Strong Authentication System enables true two-factor authentication for Web sites and applications, based on the open source M-Pin Authentication Server and M-Pin Managed Service.
The M-Pin Managed Service is a highly available, fault tolerant software as a service that issues cryptographic secrets to M-Pin Authentication Servers and Clients. The M-Pin Authentication Server uses just one leak-proof cryptographic key, and can't reveal any information about your users such as identity or login details, even if the key is compromised. The M-Pin Client is an HTML5 browser, so developers can easily integrate M-Pin into their Web sites and applications, enabling frictionless two-factor authentication and removing all username / password vulnerabilities.

(Machine Translation)
Última Atualização: 2010-07-07 22:16

pybikey

pybikey is a Python/Django based implementation of a Yubikey validation server. Right now pybikey supports validation protocol 1.1.

(Machine Translation)
Última Atualização: 2011-03-30 13:03

OpenDJ

OpenDJ is an LDAPv3 compliant directory server written for the Java platform. Fully featured, it provides a high performance, highly available, and secure store for the identities managed by enterprises. OpenDJ is a continuation of the OpenDS project initiated by Sun Microsystems.

(Machine Translation)
Última Atualização: 2010-10-29 08:34

freeDiameter

freeDiameter is a framework in C for supporting the Diameter Base Protocol (RFC3588). Diameter is a protocol for authentication, authorization, and accounting; it is the successor of RADIUS. Applications can be loaded as modules. Example applications include a Diameter EAP server, a Diameter SIP server, and Diameter Accounting.

(Machine Translation)
Última Atualização: 2010-01-14 11:33

JuMiLDAP

JuMiLDAP is a simple Web-based LDAP address book viewer. You may browse contacts, search for them by name, and assemble address lists (e.g. for holiday trips).

(Machine Translation)
Linguagem Natural: English, German
Sistema Operacional: Linux
Linguagem de Programação: PHP
Tópico: Freecode.com, LDAP, LDAP
Última Atualização: 2007-11-16 14:06

JeguePanel

JeguePanel is a panel to provide easy management
of GNU/Linux servers. It makes services
configuration (email and samba) much more easy and
efficient, and handles user and permissions
management. It's integrated with monitoring tools
and a lot of control programs like anti-virus,
anti-spam, reports, etc. It has English,
Portuguese, and Spanish translations. It can use
OpenLDAP, PostgreSQL, or MySQL as a backend, and
has full integration with Active Directory. It
will show different interfaces to users based on
permission levels.

(Machine Translation)
Última Atualização: 2009-12-20 17:50

ldif2dot

ldif2dot is a simple Python script to convert LDIF files (produced by e.g. ldapsearch) to DOT files (read by the graph drawing program dot). This lets you make picture representations of LDAP Directory Information Trees.

(Machine Translation)
Última Atualização: 2009-06-27 01:52

otr4j

otr4j is an implementation of the OTR (Off The Record) protocol in java.

(Machine Translation)
Última Atualização: 2008-10-16 20:30

jigden

jidgen is a Java-based id generator that can be
used as a command line program or as a library.
The idea is to make automated generation of user
IDs as easy as possible by introducing a simple,
straightforward template language to describe the
structure of the desired IDs. jidgen uses 100%
Java and is thus platform independent. Itsupports
collision filters for different backends to ensure
the generated ID is unique in your environment.
Blacklists are available to make sure all IDs are
socially acceptable. As a command line program, it
can easily be accessed by scripts or directly by
the user. As an embedded library, it can easily be
employed in the process of automated ID generation
and suggestion.

(Machine Translation)
Última Atualização: 2013-11-09 03:49

OpenOTP Authentication Plugin Drupal

OpenOTP Authentication Plugin Drupal is a Drupal plugin that enables strong two factor authentication for admins and users. It displays a challenge-response overlay after filling in the username and password. It supports global, per role, and per user setting configuration, and transparently handles any OpenOTP login mode including LDAP only, OTP only, and LDAP+OTP.

(Machine Translation)
Última Atualização: 2012-09-09 18:19

phpLogin

phpLogin is a user login and authentication module for the phpNova framework. It contains all user authentication-related tasks and UI. Dependencies include: phpSession, phpHash, and phpSQL. This module is part of the phpNova framework for PHP, which is currently in the alpha stages of development.

(Machine Translation)
Linguagem Natural: English, French
Linguagem de Programação: PHP, PHP
Interface de Usuário: Web Environment
Última Atualização: 2013-04-09 11:05

vrdp-ldap

vrdp-ldap is an extension for VirtualBox server which reads LDAP entries to authorize users to connect to virtual machine RDP ports.

(Machine Translation)
Última Atualização: 2010-07-07 07:02

oauth-php

oauth-php is a PHP library for OAuth consumers and servers. It has an extensible OAuth store, including a full working implementation of a MySQL store. The library implements methods to: verify incoming requests against the library; to sign outgoing requests, with curl support for actually doing the request; to sign requests with a body; to administrate consumer keys and tokens for multiple users (server and consumer side); and to log incoming and outgoing requests handled by the library (optionally in the database).

Database Environment: MySQL
Sistema Operacional: OS Independent
Linguagem de Programação: PHP
Última Atualização: 2006-11-17 22:32

Mr. LDIF

Mr. LDIF is a script that builds a seed LDAP
authentication database. It's similar to the PADL
Migration Tools, but includes support for porting
Samba v3 users.

(Machine Translation)
Última Atualização: 2010-02-10 12:21

Authenticator_ciacob

Authenticator_ciacob is a PHP library to register and authenticate users. It can do open or closed registration, via a master password. User roles are supported. Live authentication can be done by changing session unique ID from one request to another. There is support for password recovery or resetting. It has a built-in hack prevention system that logs a user out when an obsolete session ID is used, or if the IP address changes from one request to another, or when a session lifetime times out. A user is automatically locked out on too many failed login attempts. Locks are IP-based and can be reset by the master. Authenticator_ciacob is easy to configure via external XML files. It is protected against SQL injections by a built-in database traffic encoding and decoding mechanism.

(Machine Translation)
Database Environment: MySQL, MySQL
Linguagem Natural: English
Linguagem de Programação: PHP, PHP