Viewing profile — awulf
awulf
HN member- Joined
- Sat, Oct 02, 2010, 5:05 PM UTC
- HN karma
- 445
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About awulf
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43473861
I built a free DMARC/DKIM/SPF checker: https://dmarcchecker.app/ . No usage limits, no ads—just a small footer link to one of my other projects. Made it for the exact reason you me…
- story
-
comment
Comment #42635944
An easy way is to check the length of the p= value in the DKIM record. If it's around 216 characters, it's likely a 1024-bit key. A 2048-bit key usually has about 388 characters.
-
comment
Comment #42635826
The DKIM verification failed with the result "dkim=policy (weak key)," as it should according to RFC 8301: "Verifiers MUST NOT consider signatures using RSA keys of less than 1024 …
-
comment
Comment #42635707
I guess most of these keys are decades old and no longer in use. They're likely just sitting in the DNS because someone forgot to delete them. Now, no one's sure if they're still n…
-
comment
Comment #42634336
I published the article today, though it was written a few months ago (when the DKIM record was still online).
-
comment
Comment #42634298
I agree, but to be precise, it was 1,726 out of 476,617 DKIM keys found across those 1M domains, or about 0.36%. Since it's impossible to determine all DKIM records a domain might …
- story
- story
-
comment
Comment #40392263
Shameless plug: My DMARC Checker at https://dmarcchecker.app/ displays a warning message if it encounters a DKIM signature header with an 'l=' tag: "The 'l=' tag limits how many by…
- story
-
comment
Comment #39455749
You are correct, the mail server is currently configured to only receive emails via IPv4. This setup is not uncommon as most major email providers have IPv4-only MX records (with G…
-
comment
Comment #39448961
We've just launched the app this week. While white labeling is a possibility down the road, we're currently focused on refining it and gathering user feedback.
-
comment
Comment #39448501
Thanks for the feedback, much appreciated! It looks like you've flattened your SPF record, causing a large number of log messages. I'll see what I can do to better highlight the li…
-
comment
Comment #39447216
There was a small bug in our DMARC record parser (it didn't like the semicolon at the end of the record). Sorry for that. Your DMARC record is definitely correct. The issue should …
-
comment
Comment #39446967
I'm really happy to read that the app was able to help! Thanks for sharing.
- story
-
comment
Comment #26582889
Thank you for the input. I have now added a separate "Templates" menu item.
-
comment
Comment #26573224
Basically, yes. In practice, there's a bit more to it. The user code is wrapped into an "async function(input)" (so you can use async/await) and run inside a worker inside a sandbo…
-
comment
Comment #26561328
The main reason is ease of use. Of course, you can use JSFiddle to create an HTML page with a textarea field and a button that triggers your code and outputs the result to the cons…
- story
- story
- story
- story