What is the step by step process for creating a digital signature?
- Create a SHA-1 hash; encrypt the hash with the private key of the sender; and bundle the message, encrypted hash, and public key together to signed document.
- Create a message digest; encrypt the digest with the private key of the sender; and bundle the message, encrypted digest, and public key together in order to sign the document.
- Create a message digest; encrypt the digest with the public key of the sender; and bundle the message, encrypted digest, and public key together to sign the document.
- Create a message; encrypt the message with a MD5 hash; and send the bundle with a public key.
Для просмотра статистики ответов нужно
войти.