How to solve the problem?
Mostrar comentarios más antiguos
I have a dicom image,I of size :
size(I)
ans =
716 1000 3
From this I took first 64 bits,like I(1:16),I(17:32),I(33:48),I(49:64) and did the encryption operation. So before sending it I would like to get back the remaining bits and thus get back the image?
I hope the question is clear.Here I took Ist rows upto 64. This is stored in suppose a variable A.How to get the remaining bits, so that if store the variable in B. So that after decryption of A,I can concatenate with B and get back the final image.
Can somebody help me out to get this?
5 comentarios
Darsana P M
el 14 de Abr. de 2018
John D'Errico
el 14 de Abr. de 2018
Nobody has answered you probably because your question is very unclear as to exactly what you did.
Darsana P M
el 14 de Abr. de 2018
Walter Roberson
el 14 de Abr. de 2018
Those are not the first 64 bits. The first 64 bits are probably I(1:4) or I(1:8)
However AES-GCM of a dicom image needs the first 64 bits of the dicom file itself, not of the image stored in the file.
Darsana P M
el 15 de Abr. de 2018
Editada: Walter Roberson
el 15 de Abr. de 2018
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Encryption / Cryptography en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!