oclHashcat-lite / oclHashcat-plus: New Feature : True base64 parser - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: Beta Tester (https://hashcat.net/forum/forum-31.html) +--- Thread: oclHashcat-lite / oclHashcat-plus: New Feature : True base64 parser (/thread-1253.html) |
oclHashcat-lite / oclHashcat-plus: New Feature : True base64 parser - atom - 06-08-2012 While this is something more internal, its still important. old oclHashcat-* version (and CPU version as well) use a very static hash parser code. In the past I thought this is a good idea since this way the loading of the hashes, especially when load multi-million hashlists, is much faster. But then there is a compatibility problem. For example the nsldap hashes are by reference set to an 8-byte salt. But some sites change this and if they do, we get the well known line-length exception. This fix this it required new parser code. In theory this enables also a new parameter like --base64-salt or --base64-charset like we already have for the HEX encoding. Not sure of this of any use... Suggestions? RE: oclHashcat-lite / oclHashcat-plus: New Feature : True base64 parser - undeath - 06-08-2012 the average user will probably have no benefit from this feature, but i think it might be quite cool in some special cases. |