problems in vigenere square encryption algorithm
12 views (last 30 days)
Show older comments
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?
0 Comments
Answers (0)
See Also
Categories
Find more on Encryption / Cryptography in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!