MobileIP (RFC3012) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: MobileIP (RFC3012) (/thread-10703.html) |
MobileIP (RFC3012) - joshua1909 - 04-01-2022 Hi, I've been looking into some labbed mobile communication. It's a HMAC-MD5 made up of the following: hmac_md5(data, datalen, Key, KeyLength, authenticator) I've never looked into building a custom hash format. Would appreciate any tips or pointers? Code: where the Type, Length, Subtype, and SPI are as shown in section 5. Code: 0 1 2 3 Cheers, Josh RE: MobileIP (RFC3012) - joshua1909 - 04-08-2022 If anyone is willing to take this on, I am happy to pay to get this implemented. |