problems in vigenere square encryption algorithm

1 visualización (últimos 30 días)
ANJANA KRISHNAN A
ANJANA KRISHNAN A el 4 de Abr. de 2017
I used vignere square encryption algorithm in my code for steganography.
I took code from here :
https://in.mathworks.com/matlabcentral/fileexchange/29443-deploying-a-shared-library?focused=6789820&tab=function
But, sometimes i get the error :
Error using arrayfun Non-scalar in Uniform output, at index 16, output 1. Set 'UniformOutput' to false.
Error in decrypt (line 19) plaintext = arrayfun(@(m,n) find(v(m,:) == n), k, ciphertext) - 1;
How can i resolve this error?

Respuestas (0)

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by