Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
16s
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Decrypt to Anything
(16s.us)
2 points
by
16s
13y ago
|
0 comments
2.
▲
by
16s
13y ago
Amen. All these people who parrot, "Don't roll you own crypto" need to get out of the math/programming kitchen and go get a crypto burger from some national fast food joint. My advice would be don't roll your own
3.
▲
by
16s
13y ago
Often times, the hack is through a web front-end. Back-end systems (such as DBs) are heavily firewalled, logged, monitored, etc. and are generally very well protected. Systems guys (OS and DB) know security pretty well and have been doing i
4.
▲
by
16s
13y ago
The Cone of Silence lives.
5.
▲
by
16s
13y ago
"Inelegant" is really a matter of opinion.
6.
▲
by
16s
13y ago
We use SHA1_Pass. It does not store password data. It generates passwords as needed. The info required to generate the passwords is stored on our internal wiki. The secret sentence is only in our heads and never stored or written down an
7.
▲
by
16s
13y ago
Very inspiring. I have no interest in start-ups and that sort of thing, but I do admire your intestinal fortitude. You hung in there and did it. And really that's all life is about.
8.
▲
Misuse of Encryption in KusabaX
(crashcoherency.net)
2 points
by
16s
13y ago
|
0 comments
9.
▲
by
16s
13y ago
This is the same reason I re-wrote a lot of my Python code in C++ many years ago. Distributing one self-contained, statically linked executable just works and even the most clueless user can download and run it. But I still use a lot of P
10.
▲
by
16s
13y ago
Very well said. There is no one perfect programming language, no one perfect algorithm and no one perfect data structure for all problems and constraints you will face as a CS practitioner. Really, a CS education is just preparing you to pi
11.
▲
Tor in a Box
(adafruit.com)
2 points
by
16s
13y ago
|
0 comments
12.
▲
New IE Zero-Day Exploit in Memory Only
(fireeye.com)
3 points
by
16s
13y ago
|
0 comments
13.
▲
Crack Passwords Without Hashes
(16s.us)
1 points
by
16s
13y ago
|
0 comments
14.
▲
by
16s
13y ago
Great read. This sentence sums it up best I think, "Why, why, why would people expect to get great results if they flaunt all the best-practices that have developed over the past 20 years?"
15.
▲
by
16s
13y ago
The world is all about trivialities today and escapism (let's not face reality). Especially in the West. Young men and women (in general) don't really mature until their mid 30s and some never do. We have an entire generation of p
16.
▲
by
16s
13y ago
Most people don't understand it. Never have. Never will.
17.
▲
by
16s
13y ago
Triple rot13 (like Triple DES) is government approved. echo -n word | \ > wm --rot13 --words stdin | \ > wm --rot13 --words stdin | \ > wm --rot13 --words stdin result: jbeq However, the result is the
18.
▲
by
16s
13y ago
Law Enforcement is a very tight knit community. They trust each other and that trust builds over the years. They are almost like a family. And apparently, this is their go to guy for gang codes.
19.
▲
by
16s
13y ago
Not only are more people depressed, but more actually die during the winter too: http://wattsupwiththat.com/2010/01/06/winter-kills-excess-de...
20.
▲
by
16s
13y ago
It's been my experience that many cultures have this problem, not just China.
21.
▲
by
16s
13y ago
Security through obscurity is useless. I have heard people repeat this for the last 20 years. They are wrong and they have no idea what they are talking about. They just parrot what others say. Like chaos it perpetuates itself. We camouflag
22.
▲
by
16s
13y ago
The way I read the standard, the string 'soccer1' is a valid/compliant PCI password. At least it for PCI-DSS v2. 8.5.10 Require a minimum password length of at least seven characters. 8.5.11 Use passwords containing both nume
23.
▲
by
16s
13y ago
There are large working Python 2 code bases in a lot of organizations. It works great. Fabulously reliable. Extremely well-tested. Been running great for years. They have no desire or need to upgrade and will run Python 2 and pay devs to ma
24.
▲
by
16s
13y ago
False positives are the life of security. Microsoft Updates (update.microsoft.com) was just blacklisted by malwaredomains this week. It happens. Algorithms are not humans.
25.
▲
by
16s
13y ago
Speed of light, not sound.
26.
▲
Source Code to a Passive Keystroke Logger
(16s.us)
1 points
by
16s
13y ago
|
0 comments
27.
▲
by
16s
13y ago
Some words should be universal... like shark. But I don't think start-up falls into that category.
28.
▲
by
16s
13y ago
Reminds me of an answer my old boss gave to a terminally ill patient... "How long does it take to die?" "A lifetime."
29.
▲
by
16s
13y ago
Any sane person would be afraid of them. Lay in this tunnel. You're immobilized and can't move. Oh and no one can hear you call for help because of the loud jack-hammer like sounds. Wear these head-phones and we'll blast musi
30.
▲
by
16s
13y ago
Microsoft turned Windows 95 into a full-fledged multi-user operating system. Segmented user space? Unix had done that for years. All users where admin and it was horrible, but lot's of apps ran on it, so people bought it and used it. T
More ›