Viewing profile — ivlad
ivlad
HN member- Joined
- Thu, Jan 01, 2015, 11:42 AM UTC
- HN karma
- 313
- Public activity
- 143 items
- HN profile
- View on Hacker News ↗
About ivlad
No profile information was provided.
Recent public activity
-
comment
Comment #49130515
If someone eats junk food at McDonald’s it does not mean I should eat junk food at Burger King. If someone does not encrypt their radio comms, it does not mean I should be satisfie…
-
comment
Comment #49130479
Absolutely
-
comment
Comment #49130400
The whole post is a PR activity presented as some kind of analysis. It is bs. First, long-living credentials are the standard because the machinery to rotate them is complicated an…
-
comment
Comment #49106480
Lack of the authentication means an adversary can feed any data to the receiver. Local data access is a win, I agree
-
comment
Comment #49105560
09 F9 !!
-
comment
Comment #49105420
44 bits of security is not “pretty good”. The post author used Python, but anything more performant would result almost real-time decryption. There are no performance implications …
-
comment
Comment #49083488
Technically, no. SPF allows to say “these IPs are authorised to send emails as example.com”, where DMARC allows to say “I as domain owner recommend to quarantine emails that fail S…
-
comment
Comment #49080319
Three so-called “cribs” are typically mentioned in literature: 1. Weather reports that were encrypted with Enigma for the High Command and then sent again encrypted with a much wea…
-
comment
Comment #49030743
Mandatory watch: https://www.youtube.com/watch?v=pyMNIFZTQkg
-
comment
Comment #49030534
I have deployed FIDO authenticators at a ~2000 employees organization as the second factor. It was great for a while - when early versions of macOS and iOS respected the “platform”…
-
comment
Comment #49019164
Neither Apple nor Google do key attestation for their cloud-synced keys. This > Which is happening with all the big platforms right now. Does not seem to be happening. Am I missing…
-
comment
Comment #49019153
If you are going to store passkeys in a password manager, the whole situation is no more secure than just using passwords. Consider: 1. Password managers tie passwords to sites, so…
-
comment
Comment #49019129
I was talking about the non-resident FIDO keys. “Passkey” term is meaningless unfortunately because FIDO Alliance did not define it initially, it was a marketing term invented by A…
-
comment
Comment #49016328
> The important part is it's up to the service to decide on whether they want to require hardware resident keys (which cannot be synced via the cloud). From what I know, Apple igno…
-
comment
Comment #49016250
> Not true. The original concept was always for them to be cloud synced. It was not. The original U2F spec was created before that idea was around and it talked about hardware secu…
-
comment
Comment #49016188
I think in Apple stack they cannot be made hardware bound anymore. Platform claim is ignored on creation and the keypair is always in Keychain and syncable unless iCloud sync is di…
-
comment
Comment #49016080
You don’t. You don’t store anything at all. On registration, a keypair is generated, then the private key is encrypted with the long-term key burned into your security key fob or h…
-
comment
Comment #48988673
Or, you use `xargs -0` for null termination instead of white space termination. `find` conveniently supports `-print0` that will use null character as separator.
-
comment
Comment #48986538
Was exactly my thought: why not to use null termination? Looks like a case where reading man page would have spared writing another copycat utility.
-
comment
Comment #48956968
TP-Link is absolute crap of network hardware. Not to mention “leftover debug code”: https://nvd.nist.gov/vuln/detail/CVE-2024-21827
-
comment
Comment #48919161
Genuine question, if you use bastion hosts, why do you need Tailscale? Why not to expose tcp/22 to the internet and allow public key authentication only (or, certificate based one,…
-
comment
Comment #48878393
Rolex and Casio deal with simply when IERS introduces one. Beats is a new time measurement system, not just a new clock. So if the world (IERS) would stops it, they would have to h…
-
comment
Comment #48878352
Enterprise PKI is not hard and has many uses besides issuing certificates to web servers. Any company of 1000+ users or endpoints should just set one up. I did it multiple times, m…
-
comment
Comment #48878192
Or, just use IPv6 and host Internet services in a routable address. Then, use ACLs at web server / proxy / L7 lb level to allow acme-challenge unauthenticated but everything else a…
-
comment
Comment #48868549
It looks like a poorly thought-out marketing project. For example, how to deal with the Earth rotation irregularity and leap seconds? One beat is way too long to correct with, so t…