필터 지우기
필터 지우기

Is there any encryption algorithm other than XOR , which works on bitwise??

조회 수: 3 (최근 30일)
anna ann
anna ann 2017년 3월 22일
답변: Jan 2017년 3월 22일
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???

답변 (1개)

Jan
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. :-)

카테고리

Help CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by