Last night I learnt about OpenBSD’s signify and the alternative implementation minisign, and its pure Rust alternative implementation rsign2.
I think I’ll use rsign2 to sign binaries I publish in the future.
-
https://www.openbsd.org/papers/bsdcan-signify.html-
https://jedisct1.github.io/minisign/- jedisct1/rsign2: A command-line tool to sign files and verify signatures in pure Rust.
#OpenBSD #Rust