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!