Viewing profile — maxtardiveau2
maxtardiveau2
HN member- Joined
- Wed, Aug 03, 2011, 8:50 AM UTC
- HN karma
- 32
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About maxtardiveau2
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #40311731
Eight pixels ber byte would indeed be more efficient, but the intent of this library was to make the hidden message as discreet as possible, rather than transmit as much hidden dat…
- comment
- story
- story
-
comment
Comment #39488893
How can you hide data in DB2 from certain users?
- story
-
comment
Comment #38542129
A simple microservice (as a Docker image) that parses any Cassandra query or command (CQL) and returns a JSON object describing what the command is. This uses Cassandra's own parse…
- story
-
story
Show HN: Cassandra CQL Parsing Service
A microservice (as a Docker image) that parses Cassandra CQL commands and returns information about those commands.
-
comment
Comment #36205385
A microservice that parses Cassandra CQL commands and returns information about those commands.
- story
-
comment
Comment #33825449
Here's an example for Redis using Gallium Data, Mongo would be very similar: https://www.galliumdata.com/tutorials/transparent-encryption...
- story
-
comment
Comment #33186415
When you need to share data, but not all of it, there are two fundamentally different approaches to data masking.
- story
- story
-
comment
Comment #32134750
Linked servers are one of Microsoft SQL Server's most powerful features, but do you know how they work?
- story
- story
-
comment
Comment #30392273
That's a reasonable position, and I think a good conclusion to a constructive debate. Whether it's unfair to single out SQL Server -- I don't think it is. SQL Server is one of the …
-
comment
Comment #30383599
You're right, I should not have gone on that tangent. To get back to the main point, though, don't you think that the fact that Microsoft includes a disclaimer (kinda) in their doc…
-
comment
Comment #30380470
> Isn't that also exactly as insecure as submitting an HTML form with is? Absolutely, but I am arguing that this is not worthy of an enterprise system like SQL Server. This is espe…
-
comment
Comment #30371522
I respectfully disagree. Like I said in the article, transmitting the password, rather than some form of token, means that this approach is exactly as insecure as HTTP basic auth o…