rsign2
rsign2 copied to clipboard
A command-line tool to sign files and verify signatures in pure Rust.
Results
2
rsign2 issues
Sort by
recently updated
recently updated
newest added
https://docs.rs/anyhow/1.0.31/anyhow/
I would like to read the password from stdin in CD, how can I achieve that as for example with gpg? ``` echo "${{ inputs.rsign-passphrase }}" | gpg --pinentry-mode=loopback \...