/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Sign arbitrary data with your SSH keys
(www.agwa.name)
637 points
h1x
| 3 comments |
13 Nov 21 09:13 UTC
|
HN request time: 0.531s
|
source
1.
teekert
◴[
13 Nov 21 14:26 UTC
]
No.
29209947
[source]
▶
>>29208518 (OP)
#
Is it possible to encrypt something with an ssh pubkey and then decrypt with the corresponding privkey? GPG-style?
replies(2):
>>29209956
#
>>29211146
#
ID:
GO
2.
Gargyle
◴[
13 Nov 21 14:29 UTC
]
No.
29209956
[source]
▶
>>29209947 (TP)
#
That happens as part of the ssh handshake. And is the basis of this whole scheme. No idea if there is tooling to.do.that for arbitrary messages.
3.
fanf2
◴[
13 Nov 21 16:50 UTC
]
No.
29211146
[source]
▶
>>29209947 (TP)
#
Yes, with
https://github.com/FiloSottile/age
↑