Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made homomorphic to Humanhash.py #1

Merged
merged 5 commits into from Apr 9, 2013
Merged

Made homomorphic to Humanhash.py #1

merged 5 commits into from Apr 9, 2013

Conversation

lafncow
Copy link

@lafncow lafncow commented Apr 5, 2013

Modified algorithm so that outputs match humanhash.py given any input.
Editted default wordlist accordingly.
Also added the "compress" and "uuid" methods found in humanhash.py .
To more closely match humanhash.py, the module now defines a constructor
"HumanHasher" which must be instantiated. ie:

var HumanHash = new HumanHasher();
HumanHash.humanize('7528880a986c40e78c38115e640da2a1');
// 'three-georgia-xray-jig'

Adam Cornille added 5 commits April 5, 2013 14:38
Modified algorithm so that outputs match humanhash.py given any input.
Editted default wordlist accordingly.
Also added the "compress" and "uuid" methods found in humanhash.py .
To more closely match humanhash.py, the module now defines a constructor
"HumanHasher" which must be instantiated. ie: HumanHash = new
HumanHasher();
Revised "compress" so that it does not zero-pad in the case that there
are less than the target number of bytes provided. Instead it simply
returns the bytes back.
Excess bytes are now distributed amongst the compressed bytes, instead
of being dumped into the final byte as they were before.
zikes added a commit that referenced this pull request Apr 9, 2013
Made homomorphic to Humanhash.py
@zikes zikes merged commit 7322ca4 into zikes:master Apr 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants