rchatterjee / nocrack

A new kind of password vault that fools the brute-force attacker by charning out decoy passwords.
MIT License
26 stars 17 forks source link

error using genpass / retrieving password #2

Closed benedict-beuscher closed 9 years ago

benedict-beuscher commented 9 years ago

after generating (and storing) a password it often is shown different by the getpass-method. Sometimes, however, the correct password is returned. issue2

rchatterjee commented 9 years ago

Fixed them. Please pull. Thanks for pointing them out. The branch was off from the current local dev branch.

[nocrack] [master]$ ./honey_client -genpass mpw123 google.com OrderedDict([('google.com', 'kqzTn_z+D1')]) [nocrack] [master]$ ./honey_client -getpass mpw123 google.com OrderedDict([(u'google.com', 'kqzTn_z+D1')])