Browsing projects by Tag(s)

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

Showing page 1 of 1

A very simple text editor with cypher capacity. Based in password encryption.

3.0
   
  0 reviews  |  1 user  |  1,737 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

You need to use this utility if you can answer yes to one of these questions? Do you have a java web application that requires users authentication? Do you actually store your passwords in a database, or worse off, in tomcat-users.xml?  Are you passwords in Plaintext, either in a database ... [More] , or (gasp) in tomcat-users.xml? Google, please add HTML Support [Less]

0
 
  0 reviews  |  0 users  |  154 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

DescriptionPython based salt bruteforcer for known hashes. Useful when you want to find out how a certain application hashes its passwords when you have both the password and the hash. This project is still in its inception but we plan on supporting more hashes and complex functions in the near ... [More] future. For example, you were able to obtain a list of application password hashes stored in a database, including your own. To be able to brute force for other users' passwords you would first need to know how the application hashes these passwords. Salty-py attempts to guess the salt used to hash the passwords by prepending/appending user supplied salt and comparing the resultant hash to the known hash. Example usagepython salty-py -a MD5 -p password -r 9e107d9d372bb6826bd81d3542a419d6 -w wordlist.txt [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

Pwdhash extension for Google Chrome Stable version : https://chrome.google.com/extensions/detail/dnfmcfhnhnpoehjoommondmlmhdoonca Beta version : https://chrome.google.com/webstore/detail/eifhjhiaidpibjankeadbhfebndhbajk This extension is a pwdhash port for Google Chrome. Official pwdhash ... [More] project home can be found here : https://www.pwdhash.com/ [Less]

0
 
  0 reviews  |  0 users  |  3,090 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Random number and password generationJava classes for random number generation: password, key, md5, Builds with maven2. Password generation is not so easy. There are two common errors with random password generation: generated password is inelegant word, for example: "1something2" ... [More] generated password containst problematic charactes, for example: "1" and "l" or "O" and "0" This classes help you to generate good password. Usage// create new password for sms or email sending (about 1e5 combination) String password = new PasswordGenerator().generate(); // create new password (about 1e10 combination) String strongPassword = new StrongPasswordGenerator().generate() // create statistically unique key (about 2e39 combination) - 22 chars safly for URLs String key = new KeyGenerator().generate(); // create random hex encoded MD5 (2^128 combination) - 32 chars String md5 = new Md5HexGenerator().generate();Installationsvn checkout http://jakubiak-generators.googlecode.com/svn/trunk/ jakubiak-generators-read-only cd jakubiak-generators-read-only/jakubiak-generators/ mvn clean installMaven2 eu.jakubiak jakubiak-generators 1.0-SNAPSHOT [Less]

0
 
  0 reviews  |  0 users  |  155 lines of code  |  0 current contributors  |  Analyzed about 8 hours ago
 
 

This bookmarklet is a bookmarklet version of PwhHash 1.7 for Mozilla Firefox. Trunk tarball download at : http://pwdhash-bookmarklet.googlecode.com/svn/pwdhash-bookmarklet-trunk.tar.gz Demo available at : http://bookmarklets.infocris.net How To Use ?Go to your favorite website login page Enter ... [More] your password in the password input field Then launch the bookmarklet from your bookmark list, the bookmarklet will automatically find the password input field and automatically convert it. [Less]

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

BruteNet Alpha 1.1.0 (WinNT) eng: :What is it? BruteNet is a system of the distributed calculations and distributed brute force operated by the program-server (server), which allows to lead the partition between the users' machines which have the client-program (bot) installed. The main ... [More] goal of this version is the opportunity of distributing the line ranges between clients and the subsequent processing by a server of the results of the partition depending on the chosen plugin. BruteNet is the flexible tool due to an opportunity to use user extensions (plugins) in dynamic libraries. :How will it look like? Both client and server parts of the system are console applications, the key parameters of startup are transferred via command line. However the server part gives an opportunity of managing the current partition task via web-interface which allows to observe the brief statistics of the partition in a realtime mode by means of any web-browser. :Functional capabilities The resolvability of a certain partition task is equivalent to an opportunity of writing the necessary extension both for server and for client parts. The kernel of a server part of the system cares about the distribution of partition ranges, the maintenance of communication with the client part, and also the redistribution of ranges without losses, for instance upon the unexpected disconnection of one of the clients itself. :How to use extensions? The document about creating extensions for BruteNet will be ready quite soon. Currently the Pre-Alpha version has ready plugins for client and server parts intended to restore the line based on its md5-hash. For example use string "md5" at name of plugin. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

htpmt -- HTTP Password Management Tools htpmt is a suite of tools for managing HTTP authentication files that are used by web servers to authenticate users. Currently htpmt includes tools for Basic and Digest HTTP authentication; they are designed to be a drop-in replacement for the htpasswd and htdigest tools that come with Apache httpd.

0
 
  0 reviews  |  0 users  |  6,489 lines of code  |  1 current contributor  |  Analyzed 7 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.