Algorithm 1 The blockchain-based image encryption process. |
Require:
Ensure:
while T has not expired do
if node is authenticated == true then
if request matched == true then
if
is identified as processed request == false then
process for the response to
Hash(image)
Update chain
else
Response to that the is not valid
end if
else
Deny the Request
end if
Validate and Add block into chain
end if
end while
|