More efficient signature #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change signature to only encrypt the SHA-1 hash of the message or file.
This is the standered in OpenPGP/GnuPG.
Current:
sig:(keyid) is encrypted with private key.
proposed:
SHA-1 hash of the message or file encrypted with private key.
Old way the signature can be coppied and is constant.