Add -n flag for outputting numbers only (for PINs, etc.)

This commit is contained in:
Chris Oei 2012-09-08 09:53:27 -07:00
parent f9f61afa4c
commit d93ca58d76
6 changed files with 39 additions and 15 deletions

View file

@ -9,4 +9,4 @@
#include "warn.h"
void hashtopass(char* p, size_t len, uint8_t* key);
void hashtopass(int numbers_only, char* p, size_t len, uint8_t* key);