Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

The WSO2 Identity Server is an open source identity & entitlemment management server having support for Information Cards, OpenID & XACML. 1. Entitlement Engine with XACML 2.0 support. 2. Claim based Security Token Service. 3. Information Cards provider supporting Managed Information ... [More] Cards backed by user name / password and self-issued cards. 4. Information cards support for SAML 1.1/2.0. 5. OpenID Provider. 6. Multi-factor authentication with Information Cards 7. Extension points for SAML assertion handling. 8. XMPP based multi-factor authentication. 9. Improved User Management. 10. Claim Management. 11. User Profiles and Profile Management. 12. XKMS. 13. Separable front-end & back-end - a single front-end server can be used to administer several back-end servers. [Less]

5.0
 
  0 reviews  |  10 users  |  53,962 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

The OATH Toolkit attempts to collect several tools that are useful when deploying technologies related to OATH. For example, see RFC 4226 on OATH HOTP. Included is a shared library (liboath), a command line tool (oathtool) and a PAM module (pam_oath).

5.0
 
  0 reviews  |  1 user  |  122,896 lines of code  |  3 current contributors  |  Analyzed 3 days ago
 
 

The Warden is a secure delivery system for content like images and downloadable videos. It consists of two layers: A bit of code which generates secure tokens which are passed as url parameters or cookies. This code is provided in both PHP and Java implementations. Apache mod_python script and a ... [More] Java servlet that performs ticket cracking and authorization. This project is currently in placeholder status. Kink.com is donating the working/proven code to open source. Code will follow soon. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 5 days ago
 
 

maven-replacer-plugin is a build plugin to replace tokens within a file with a given value. February 26th, 2010: Version 1.3 uploaded to central Maven repository. February 9th, 2010: Version 1.3 has been released. (see Release Notes) This plugin is typically used to change database or ... [More] network configuration within a project during a maven build. It also can perform some advanced text replacement functions, such as providing a separate token/value file to keep your build script concise, writing resulting text after replacement to a separate file and token matching with regular expressions. (See Usage Guide for more). Please read the Installation guide and Usage Guide on how to integrate maven-replacer-plugin into your build. Simple example usage: ... com.google.code.maven-replacer-plugin maven-replacer-plugin 1.3 prepare-package replace target/${project.artifactId}/somefile.txt SOME TOKEN SOME VALUE If you have suggestions or edge cases you would like included, please submit an enhancement (Issue) for consideration. [Less]

0
 
  0 reviews  |  1 user  |  3,024 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

keimpx is an open source tool, released under a modified version of Apache License 1.1. It can be used to quickly check for the usefulness of credentials across a network over SMB. Credentials can be: * Combination of user / plain-text password. Combination of user / NTLM hash. * Combination ... [More] of user / NTLM logon session token. If any valid credentials has been discovered across the network after its attack phase, the user is asked to choose which host to connect to and which valid credentials to use, then he will be prompted with an interactive SMB shell where the user can: * Spawn an interactive command prompt. * Navigate through the remote SMB shares: list, upload, download files, create, remove files, etc. * Deploy and undeploy his own service, for instance, a backdoor listening. [Less]

0
 
  0 reviews  |  0 users  |  1,702 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This library implements stand-alone decrypting and parsing of Yubikey authentication tokens. It also contains an authentication backend with validation server for the Django Webframework v1.0. Support for authentication on other Python (web)frameworks (like CherryPy, Pylons, Turbogears, Zope etc) ... [More] would be great. Bug reports, ideas, documentation, code reviews and example projects are also more than welcome! [Less]

0
 
  0 reviews  |  0 users  |  503 lines of code  |  0 current contributors  |  Analyzed about 16 hours ago
 
 

SummaryThe tokstream library allows you to read text files and split them up into individual tokens. It is, in a sense, a glorified version of strtok with file reading and a few tricks to make the process as efficient as possible. Featuresclean and minimal interface simple to use wraps file I/O ... [More] high performance no reading overhead, input buffering File readingGetting tokens from files is easy enough: tokstream* ts = ts_open('myfile'); while(!ts_eof(ts)) { const char* tok = ts_get(ts); ... } ts_close(ts);Additionally, the library contains a state stack onto which you can push the current input state. It is then possible to further process the file and jump back to this state, with minimal reading overhead. This can be very handy in certain situations, ie. if one needs to do counting of input elements. StructureThe library itself consists of nothing more than a pair of header and implementation files, allowing for direct inclusion into projects. (Of course, it can be built as an external library as well.) CMake files for building tokstream and examples are included. [Less]

0
 
  0 reviews  |  0 users  |  2,869 lines of code  |  0 current contributors  |  Analyzed 4 months ago
 
 

A simple lexer, fast, good error reporting, and easily skips unwanted words, suitable for building preprocessors.

0
 
  0 reviews  |  0 users  |  16,767 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

NOTICEThe String Tokenizer library has been deprecated, in its place is the String Toolkit Library, an advanced and highly efficient C++ string processing library, that features various tokenization, splitting, formatting, conversion and numerous other string processing and transformation routines. ... [More] Compatible C++ Compilers: GCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+ [Less]

0
 
  0 reviews  |  0 users  |  166 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Provides tokens in menu items(links). By example, if you create a menu with path: user/[user-id], menu_token.module will use token and change the url "on fly" to: user/1 (assuming you are user 1).

0
 
  0 reviews  |  0 users  |  982 lines of code  |  4 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.