Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nwalfield
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
34 ms
·
1.
▲
Sequoia PGP: sq JSON: first sketch
(sequoia-pgp.org)
2 points
by
nwalfield
5y ago
|
0 comments
2.
▲
The Future of Sequoia PGP
(sequoia-pgp.org)
3 points
by
nwalfield
5y ago
|
0 comments
3.
▲
Sequoia PGP is now LGPL 2.0
(sequoia-pgp.org)
113 points
by
nwalfield
5y ago
|
64 comments
4.
▲
by
nwalfield
5y ago
1. Unfortunately, the draft is progressing much slower than many people would like. This is partially because not all parties agree on the best way forward for a number of technical decisions that need to be made including AEAD. See for i
5.
▲
Yes, We Want Cryptographic Protection for Email
(sequoia-pgp.org)
54 points
by
nwalfield
5y ago
|
4 comments
6.
▲
PGP Marks 30th Anniversary
(philzimmermann.com)
11 points
by
nwalfield
5y ago
|
0 comments
7.
▲
Hello, OpenPGP CA
(sequoia-pgp.org)
77 points
by
nwalfield
5y ago
|
11 comments
8.
▲
by
nwalfield
6y ago
Not yet, but it is on the road map!
9.
▲
by
nwalfield
6y ago
Sequoia does not (yet) have feature parity with GnuPG. Several important components are missing including a public key store. In GnuPG, the public key store is mandatory. In our discussions with application developers, in particular, deve
10.
▲
by
nwalfield
6y ago
Sequoia consists of a number of components. There is the low-level crate. We released version 1.0 of that in Dec. 2020. There is sq, the CLI tool. We released that a few weeks ago. We've barely started work on the high-level inter
11.
▲
by
nwalfield
6y ago
Right. The sq cli does not have an subcommand to add new subkeys to an existing certificate. But it can use such certificates, and when it generates a certificate, it, by default, generates a certificate with subkeys. This functionality w
12.
▲
by
nwalfield
6y ago
I think you've misunderstood something. sq has no problem generating certificates with subkeys. Here's the default structure. Notice that we actually include a separate signing subkey by default. This makes it harder to use a
13.
▲
Towards Sequoia OpenPGP v1.0
(sequoia-pgp.org)
83 points
by
nwalfield
6y ago
|
59 comments
14.
▲
Certificate Flooding, SKS and GnuPG Issues, and the Sequoia Project
(sequoia-pgp.org)
3 points
by
nwalfield
7y ago
|
0 comments
15.
▲
Sequoia PGP: At the Tree Nursery, First Impressions
(sequoia-pgp.org)
2 points
by
nwalfield
7y ago
|
0 comments
16.
▲
Sequoia PGP: The Seeding Sees the Light of Day
(sequoia-pgp.org)
50 points
by
nwalfield
8y ago
|
4 comments
17.
▲
by
nwalfield
8y ago
We've been considering this, but we'd rather have people use the library. We already have the start of a Python interface, which is pretty easy to use, IMHO. But, I suspect that some people will insist on a shell script. So, we&
18.
▲
by
nwalfield
8y ago
What would make a friendly interface in your opinion? The sq frontend uses git style subcommands to clearly separate actions from options. This is something that gpg doesn't do too well. For instance, commands (e.g., -e) look like op
19.
▲
by
nwalfield
8y ago
Let's go through Matt's major points: Key Exchange / Key Management This isn't really a problem with the OpenPGP protocol or an OpenPGP implementation. This is inherent to any system that tries to protect you fr
20.
▲
Sequoia: A Cool OpenPGP Library
(youtube.com)
1 points
by
nwalfield
8y ago
|
0 comments
21.
▲
by
nwalfield
8y ago
While at the Delta X gather last week, we recorded an introduction to Sequoia. The presentation covers our motivation for starting the project, an overview of Sequoia’s architecture, and the project’s status: https://www.youtube
22.
▲
Sequoia, a new OpenPGP implementation in Rust
(reddit.com)
2 points
by
nwalfield
8y ago
|
1 comments
23.
▲
GnuPG Fundraising Rally
(gnupg.org)
1 points
by
nwalfield
9y ago
|
0 comments
24.
▲
Op-ed: Why I’m not giving up on PGP
(arstechnica.co.uk)
6 points
by
nwalfield
10y ago
|
1 comments
25.
▲
by
nwalfield
10y ago
One way to reduce the cost of cross CPU synchronization is to use sloppy reference counters: "An Analysis of Linux Scalability to Many Cores" ( https://pdos.csail.mit.edu/papers/linux:osdi10.pdf )
26.
▲
by
nwalfield
10y ago
Taler is quite different from, say, bitcoin in that it tries to enable taxation while preserving anonymity. The main webpage has more info: https://www.taler.net/ . Unfortunately, it doesn't appear that a paper has b
27.
▲
by
nwalfield
10y ago
He is listed by Tanja Lange as one of her PhD students: http://www.hyperelliptic.org/tanja/
28.
▲
by
nwalfield
10y ago
Check out sloppy counters: https://pdos.csail.mit.edu/papers/linux:osdi10.pdf
29.
▲
by
nwalfield
10y ago
The author unfortunately doesn't understand how GC works: > GC’s overhead relates to the total memory allocated, not just > the memory actively used in the code. Each new allocation > results in an increased time per scanning
30.
▲
by
nwalfield
12y ago
set -o pipefail makes common idioms a pain. Consider using head, which simply exits after it has read a few lines. In this case, the input process gets a SIGPIPE and exits with a non-zero exit code: Consider /tmp/test.sh: se
More ›