home.social

#hashgen — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #hashgen, aggregated by home.social.

  1. MD6 - The Failed SHA-3 Hash You Likely Never Heard Of

    While MD6 never made it into NIST as SHA-3, it has recently made its way into a few hash cracking contests.

    After a suggestion from Vavaldi from HashMob to add MD6 support to hashgen, I began working on a Pure Go MD6 port. Once that was complete, I added support for 5x common MD6 digest sizes to hashgen.

    MD6 - Pure Go port
    github.com/cyclone-github/md6

    hashgen v1.3.1 - MD6 support
    github.com/cyclone-github/hash

    #md6 #nist #sha3 #hashcracking #hashgen #cmiyc #ctc #golang #port

  2. MD6 - The Failed SHA-3 Hash You Likely Never Heard Of

    While MD6 never made it into NIST as SHA-3, it has recently made its way into a few hash cracking contests.

    After a suggestion from Vavaldi from HashMob to add MD6 support to hashgen, I began working on a Pure Go MD6 port. Once that was complete, I added support for 5x common MD6 digest sizes to hashgen.

    MD6 - Pure Go port
    github.com/cyclone-github/md6

    hashgen v1.3.1 - MD6 support
    github.com/cyclone-github/hash

    #md6 #nist #sha3 #hashcracking #hashgen #cmiyc #ctc #golang #port

  3. MD6 - The Failed SHA-3 Hash You Likely Never Heard Of

    While MD6 never made it into NIST as SHA-3, it has recently made its way into a few hash cracking contests.

    After a suggestion from Vavaldi from HashMob to add MD6 support to hashgen, I began working on a Pure Go MD6 port. Once that was complete, I added support for 5x common MD6 digest sizes to hashgen.

    MD6 - Pure Go port
    github.com/cyclone-github/md6

    hashgen v1.3.1 - MD6 support
    github.com/cyclone-github/hash

    #md6 #nist #sha3 #hashcracking #hashgen #cmiyc #ctc #golang #port

  4. MD6 - The Failed SHA-3 Hash You Likely Never Heard Of

    While MD6 never made it into NIST as SHA-3, it has recently made its way into a few hash cracking contests.

    After a suggestion from Vavaldi from HashMob to add MD6 support to hashgen, I began working on a Pure Go MD6 port. Once that was complete, I added support for 5x common MD6 digest sizes to hashgen.

    MD6 - Pure Go port
    github.com/cyclone-github/md6

    hashgen v1.3.1 - MD6 support
    github.com/cyclone-github/hash

    #md6 #nist #sha3 #hashcracking #hashgen #cmiyc #ctc #golang #port

  5. Released: hashgen v1.3.0

    New in this version:

    * HMAC modes
    * PBKDF2 modes
    * scrypt support
    * additional BLAKE2 modes
    * hashcat UTF-16LE modes
    * optimized salt RNG on salted hashes
    * 95+ supported hash modes

    forum.hashpwn.net/post/89

    #hashgen #hashgenerator #hashcracking #hashpwn #golang

  6. Released: hashgen v1.3.0

    New in this version:

    * HMAC modes
    * PBKDF2 modes
    * scrypt support
    * additional BLAKE2 modes
    * hashcat UTF-16LE modes
    * optimized salt RNG on salted hashes
    * 95+ supported hash modes

    forum.hashpwn.net/post/89

    #hashgen #hashgenerator #hashcracking #hashpwn #golang

  7. Released: hashgen v1.3.0

    New in this version:

    * HMAC modes
    * PBKDF2 modes
    * scrypt support
    * additional BLAKE2 modes
    * hashcat UTF-16LE modes
    * optimized salt RNG on salted hashes
    * 95+ supported hash modes

    forum.hashpwn.net/post/89

    #hashgen #hashgenerator #hashcracking #hashpwn #golang

  8. Released: hashgen v1.3.0

    New in this version:

    * HMAC modes
    * PBKDF2 modes
    * scrypt support
    * additional BLAKE2 modes
    * hashcat UTF-16LE modes
    * optimized salt RNG on salted hashes
    * 95+ supported hash modes

    forum.hashpwn.net/post/89

    #hashgen #hashgenerator #hashcracking #hashpwn #golang

  9. 🚀 New Release: hashgen v1.2.0

    Big update packed with new features:

    • Added 22 new modes: MySQL5, phpass, md5crypt, sha256crypt, sha512crypt, WordPress bcrypt-HMAC-SHA384 (wpbcrypt), base32 encode/decode, plus multiple hashcat modes including salted algos
    • Updated yescrypt defaults to match Debian 12
    • Read full changelog:
    forum.hashpwn.net/post/5810

    #hashgen #hashcat #infosec #golang #hashcracking #hashpwn #yescrypt #wordpressbcrypt

  10. 🚀 New Release: hashgen v1.2.0

    Big update packed with new features:

    • Added 22 new modes: MySQL5, phpass, md5crypt, sha256crypt, sha512crypt, WordPress bcrypt-HMAC-SHA384 (wpbcrypt), base32 encode/decode, plus multiple hashcat modes including salted algos
    • Updated yescrypt defaults to match Debian 12
    • Read full changelog:
    forum.hashpwn.net/post/5810

    #hashgen #hashcat #infosec #golang #hashcracking #hashpwn #yescrypt #wordpressbcrypt

  11. 🚀 New Release: hashgen v1.2.0

    Big update packed with new features:

    • Added 22 new modes: MySQL5, phpass, md5crypt, sha256crypt, sha512crypt, WordPress bcrypt-HMAC-SHA384 (wpbcrypt), base32 encode/decode, plus multiple hashcat modes including salted algos
    • Updated yescrypt defaults to match Debian 12
    • Read full changelog:
    forum.hashpwn.net/post/5810

    #hashgen #hashcat #infosec #golang #hashcracking #hashpwn #yescrypt #wordpressbcrypt

  12. 🚀 New Release: hashgen v1.2.0

    Big update packed with new features:

    • Added 22 new modes: MySQL5, phpass, md5crypt, sha256crypt, sha512crypt, WordPress bcrypt-HMAC-SHA384 (wpbcrypt), base32 encode/decode, plus multiple hashcat modes including salted algos
    • Updated yescrypt defaults to match Debian 12
    • Read full changelog:
    forum.hashpwn.net/post/5810

    #hashgen #hashcat #infosec #golang #hashcracking #hashpwn #yescrypt #wordpressbcrypt

  13. Since Wordpress v6.8, the default hash func produces a custom bcrypt hash: $wp$2y$10$...

    More info on this custom algo, how it uses hmac-sha384, and how to crack them with hashcat.

    forum.hashpwn.net/post/4205

    #wordpress #bcrypt #wpbcrypt #hashcracking #hashpwn #hashgen #hashcat

  14. Since Wordpress v6.8, the default hash func produces a custom bcrypt hash: $wp$2y$10$...

    More info on this custom algo, how it uses hmac-sha384, and how to crack them with hashcat.

    forum.hashpwn.net/post/4205

    #wordpress #bcrypt #wpbcrypt #hashcracking #hashpwn #hashgen #hashcat

  15. Since Wordpress v6.8, the default hash func produces a custom bcrypt hash: $wp$2y$10$...

    More info on this custom algo, how it uses hmac-sha384, and how to crack them with hashcat.

    forum.hashpwn.net/post/4205

    #wordpress #bcrypt #wpbcrypt #hashcracking #hashpwn #hashgen #hashcat

  16. Since Wordpress v6.8, the default hash func produces a custom bcrypt hash: $wp$2y$10$...

    More info on this custom algo, how it uses hmac-sha384, and how to crack them with hashcat.

    forum.hashpwn.net/post/4205

    #wordpress #bcrypt #wpbcrypt #hashcracking #hashpwn #hashgen #hashcat

  17. Since Wordpress v6.8, the default hash func produces a custom bcrypt hash: $wp$2y$10$...

    More info on this custom algo, how it uses hmac-sha384, and how to crack them with hashcat.

    forum.hashpwn.net/post/4205

    #wordpress #bcrypt #wpbcrypt #hashcracking #hashpwn #hashgen #hashcat

  18. As a fun experiment, I rewrote hashgen v1.2.0-dev in everyone's favorite memory safe, systems programming language, Rust.

    Was it easy? No. Was it worth it? Yes.

    Benchmarks show Rust is fast, but so is optimized Go.

    forum.hashpwn.net/post/4020

    #hashgen #golang #rust #benchmark #hashpwn #hashcracking

  19. As a fun experiment, I rewrote hashgen v1.2.0-dev in everyone's favorite memory safe, systems programming language, Rust.

    Was it easy? No. Was it worth it? Yes.

    Benchmarks show Rust is fast, but so is optimized Go.

    forum.hashpwn.net/post/4020

    #hashgen #golang #rust #benchmark #hashpwn #hashcracking

  20. As a fun experiment, I rewrote hashgen v1.2.0-dev in everyone's favorite memory safe, systems programming language, Rust.

    Was it easy? No. Was it worth it? Yes.

    Benchmarks show Rust is fast, but so is optimized Go.

    forum.hashpwn.net/post/4020

    #hashgen #golang #rust #benchmark #hashpwn #hashcracking

  21. As a fun experiment, I rewrote hashgen v1.2.0-dev in everyone's favorite memory safe, systems programming language, Rust.

    Was it easy? No. Was it worth it? Yes.

    Benchmarks show Rust is fast, but so is optimized Go.

    forum.hashpwn.net/post/4020

    #hashgen #golang #rust #benchmark #hashpwn #hashcracking

  22. As a fun experiment, I rewrote hashgen v1.2.0-dev in everyone's favorite memory safe, systems programming language, Rust.

    Was it easy? No. Was it worth it? Yes.

    Benchmarks show Rust is fast, but so is optimized Go.

    forum.hashpwn.net/post/4020

    #hashgen #golang #rust #benchmark #hashpwn #hashcracking

  23. hashgen v1.2.0-dev update:

    -added 20 new hash modes including Wordpress v6.8 Bcrypt, Linux shadow hashes, MySQL5, and multiple salted algos

    forum.hashpwn.net/post/89

    #hashgen #hashcracking #wordpressbcrypt #hmac_sha384 #linux #shadowfile #mysql

  24. hashgen v1.2.0-dev update:

    -added 20 new hash modes including Wordpress v6.8 Bcrypt, Linux shadow hashes, MySQL5, and multiple salted algos

    forum.hashpwn.net/post/89

    #hashgen #hashcracking #wordpressbcrypt #hmac_sha384 #linux #shadowfile #mysql

  25. hashgen v1.2.0-dev update:

    -added 20 new hash modes including Wordpress v6.8 Bcrypt, Linux shadow hashes, MySQL5, and multiple salted algos

    forum.hashpwn.net/post/89

    #hashgen #hashcracking #wordpressbcrypt #hmac_sha384 #linux #shadowfile #mysql

  26. hashgen v1.2.0-dev update:

    -added 20 new hash modes including Wordpress v6.8 Bcrypt, Linux shadow hashes, MySQL5, and multiple salted algos

    forum.hashpwn.net/post/89

    #hashgen #hashcracking #wordpressbcrypt #hmac_sha384 #linux #shadowfile #mysql

  27. New Release: hashgen v1.1.4

    This release adds multiple keccak and blake2 modes, a new benchmark option, and small performance boosts.

    forum.hashpwn.net/post/2596

    #hashgen #hashcracking #hashpwn

  28. New Release: hashgen v1.1.4

    This release adds multiple keccak and blake2 modes, a new benchmark option, and small performance boosts.

    forum.hashpwn.net/post/2596

    #hashgen #hashcracking #hashpwn

  29. New Release: hashgen v1.1.4

    This release adds multiple keccak and blake2 modes, a new benchmark option, and small performance boosts.

    forum.hashpwn.net/post/2596

    #hashgen #hashcracking #hashpwn

  30. New Release: hashgen v1.1.4

    This release adds multiple keccak and blake2 modes, a new benchmark option, and small performance boosts.

    forum.hashpwn.net/post/2596

    #hashgen #hashcracking #hashpwn

  31. hashgen v1.1.3 published to github:

    Changelog:
    - added mode "hex" for $HEX[] formatted output
    - improved "plaintext/dehex" logic to decode both $HEX[] and raw base-16 input

    forum.hashpwn.net/post/679

    #hashgen #hashcracking #wordlist #hex #base64 #base58 #hashpwn

  32. hashgen v1.1.3 published to github:

    Changelog:
    - added mode "hex" for $HEX[] formatted output
    - improved "plaintext/dehex" logic to decode both $HEX[] and raw base-16 input

    forum.hashpwn.net/post/679

    #hashgen #hashcracking #wordlist #hex #base64 #base58 #hashpwn

  33. hashgen v1.1.3 published to github:

    Changelog:
    - added mode "hex" for $HEX[] formatted output
    - improved "plaintext/dehex" logic to decode both $HEX[] and raw base-16 input

    forum.hashpwn.net/post/679

    #hashgen #hashcracking #wordlist #hex #base64 #base58 #hashpwn

  34. hashgen v1.1.3 published to github:

    Changelog:
    - added mode "hex" for $HEX[] formatted output
    - improved "plaintext/dehex" logic to decode both $HEX[] and raw base-16 input

    forum.hashpwn.net/post/679

    #hashgen #hashcracking #wordlist #hex #base64 #base58 #hashpwn

  35. hashgen v1.1.3 published to github:

    Changelog:
    - added mode "hex" for $HEX[] formatted output
    - improved "plaintext/dehex" logic to decode both $HEX[] and raw base-16 input

    forum.hashpwn.net/post/679

    #hashgen #hashcracking #wordlist #hex #base64 #base58 #hashpwn

  36. hashgen v1.1.2 update

    In the spirit of keeping hashgen blazingly fast, I published an optimized Base58 package:
    pkg.go.dev/github.com/cyclone-

    Switching to cyclone/base58 boosted hashgen's Base58 encode/decode performance by 500%.

    Key features:

    Familiar API, modeled after Go’s stdlib encoding/base64

    Pure Go, no external deps

    Fast, byte-slice optimized encoding/decoding

    More details:
    forum.hashpwn.net/post/542

    #golang #infosec #hashgen #base58 #hashpwn #opensource

  37. hashgen v1.1.2 update

    In the spirit of keeping hashgen blazingly fast, I published an optimized Base58 package:
    pkg.go.dev/github.com/cyclone-

    Switching to cyclone/base58 boosted hashgen's Base58 encode/decode performance by 500%.

    Key features:

    Familiar API, modeled after Go’s stdlib encoding/base64

    Pure Go, no external deps

    Fast, byte-slice optimized encoding/decoding

    More details:
    forum.hashpwn.net/post/542

    #golang #infosec #hashgen #base58 #hashpwn #opensource

  38. hashgen v1.1.2 update

    In the spirit of keeping hashgen blazingly fast, I published an optimized Base58 package:
    pkg.go.dev/github.com/cyclone-

    Switching to cyclone/base58 boosted hashgen's Base58 encode/decode performance by 500%.

    Key features:

    Familiar API, modeled after Go’s stdlib encoding/base64

    Pure Go, no external deps

    Fast, byte-slice optimized encoding/decoding

    More details:
    forum.hashpwn.net/post/542

    #golang #infosec #hashgen #base58 #hashpwn #opensource

  39. hashgen v1.1.2 update

    In the spirit of keeping hashgen blazingly fast, I published an optimized Base58 package:
    pkg.go.dev/github.com/cyclone-

    Switching to cyclone/base58 boosted hashgen's Base58 encode/decode performance by 500%.

    Key features:

    Familiar API, modeled after Go’s stdlib encoding/base64

    Pure Go, no external deps

    Fast, byte-slice optimized encoding/decoding

    More details:
    forum.hashpwn.net/post/542

    #golang #infosec #hashgen #base58 #hashpwn #opensource