Is there any encryption algorithm other than XOR , which works on bitwise??
2 ビュー (過去 30 日間)
古いコメントを表示
I require an encryption algorithm for images such that it will operate bitwise on pixels. Xor is worked for it. Any other method available for substitute Xor???
0 件のコメント
回答 (1 件)
Jan
2017 年 3 月 22 日
XOR does not encrypt data, but it matters which cypher stream is ues for xor-ing.
Other methods are DES, 3DES, AES, BlowFish, TwoFish, IDEA, RSA, Serpent, RC6, ... I suggest to search in the internet. :-)
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!