RSA > Decryption


General Example 1 Example 2 Example 3 (64-bit)
1. message_hash = hash(message) 65 = hash("hello world") 65 = hash("hello world") 2793 = hash("sample text")
2. decrypt(ciphertext) decrypt(32) decrypt(2790)
3. = ciphertextδ(mod μ) = 3253(mod 77) = 27902753(mod 3233)
4. = message_hash = 65 = 65