problems in vigenere square encryption algorithm
12 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!