rsign2 icon indicating copy to clipboard operation
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

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 \...