Browsing projects by Tag(s)

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

Showing page 1 of 4

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space.

4.5
   
  0 reviews  |  8 users  |  41,743 lines of code  |  871 current contributors  |  Analyzed about 10 hours ago
 
 

This is a simple program written in Java that tries to find a hash by using a dictionary file. It can be as good as the dictionary used in it. The dictionary file is not included. If you have better ideias for this code, just let me now :) DISCLAIMER: This tool is for educational purposes only. ... [More] It shows how bad it is to have weak passwords such as known words like "master" or alike. [Less]

0
 
  0 reviews  |  2 users  |  55 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

A PHP security library. * Session handler * XSS filter * CSRF protection * Password hashing * Encrypting data * Random data generator * Yubikey - one time tokens * One time passwords

0
 
  0 reviews  |  2 users  |  2,248 lines of code  |  3 current contributors  |  Analyzed 6 days ago
 
 

AshTL aims to provide a complete framework for dealing with spatial data in an efficient, parallel manner. As such, we primarily provide container classes and data types relating to 2D and 3D coordinate grids. AshTL is currently in alpha development (some features may not work correctly, and ... [More] interfaces are likely to change). While in alpha and beta development, AshTL is licensed under AGPL v3+. Stable releases will include an exception so that AshTL itself will always be AGPL, but will not force code that uses it to be. [Less]

5.0
 
  0 reviews  |  1 user  |  14,507 lines of code  |  1 current contributor  |  Analyzed 10 days ago
 
 

An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The SparseHash library contains several hash-map implementations, including implementations that optimize for space or speed. These hashtable implementations are similar in API to SGI's hash_map class and the tr1 ... [More] unordered_map class, but with different performance characteristics. It's easy to replace hash_map or unordered_map by sparse_hash_map or dense_hash_map in C++ code. Recent news: 11 January 2010I've just released sparsehash 1.6. The API has widened a bit with the addition of =deleted_key()= and =empty_key()=, which let you query what values these keys have. A few rather obscure bugs have been fixed (such as an error when copying one hashtable into another when the empty_keys differ). A full list of changes is described in the ChangeLog. 9 May 2009I've just released sparsehash 1.5.1. Hot on the heels of sparsehash 1.5, this release fixes a longstanding bug in the sparsehash code, where equal_range would always return an empty range. It now works as documented. All sparsehash users are encouraged to upgrade. 7 May 2009I've just released sparsehash 1.5. This release introduces tr1 compatibility: I've added rehash, begin(i), and other methods that are expected to be part of the unordered_map API once tr1 in introduced. This allows sparse_hash_map, dense_hash_map, sparse_hash_set, and dense_hash_set to be (almost) drop-in replacements for unordered_map and unordered_set. There is no need to upgrade unless you need this functionality, or need one of the other, more minor, changes described in the ChangeLog. [Less]

4.0
   
  0 reviews  |  1 user  |  30,659 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A tool for Linux systems, to store cryptographic hashes of files in posix extended attributes, and compare them against remote databases, to check for duplicate files across several machines.

0
 
  0 reviews  |  1 user  |  357 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

pHash is an open source software library released under the GPLv3 license that implements several perceptual hashing algorithms, and provides a C-like API to use those functions in your own programs. pHash itself is written in C++. Potential applications include copyright protection, similarity ... [More] search for media files, or even digital forensics. For example, YouTube could maintain a database of hashes that have been submitted by the major movie producers of movies to which they hold the copyright. If a user then uploads the same video to YouTube, the hash will be almost identical, and it can be flagged as a possible copyright violation. The audio hash could be used to automatically tag MP3 files with proper ID3 information, while the text hash could be used for plagiarism detection. [Less]

4.0
   
  0 reviews  |  1 user  |  99,766 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Libhashish is a powerful and generic hash library for C and C++. The library attempt to combine the best algorithms in this area and take all kinds of optimizations into account. Furthermore the main focus is applicability - at least you should use this library.

5.0
 
  0 reviews  |  1 user  |  7,453 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

TigerHash C implementation for Haskell

0
 
  0 reviews  |  1 user  |  2,245 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

phpass is a portable password hashing framework for use in PHP applications. The preferred (most secure) hashing method supported by phpass is the OpenBSD-style bcrypt (known in PHP as CRYPT_BLOWFISH), with a fallback to BSDI-style extended DES-based hashes (known in PHP as CRYPT_EXT_DES), and a ... [More] last resort fallback to an MD5-based variable iteration count password hashing method implemented in phpass itself. [Less]

0
 
  0 reviews  |  1 user  |  294 lines of code  |  0 current contributors  |  Analyzed 1 day 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.