daulmalikm Ответов: 1

Может ли алгоритм хаотического шифрования поддерживать все типы изображений?


я хочу работать над проектом, основанным на приложении шифрования изображений, где я хочу использовать хаотический алгоритм шифрования изображений. будет ли он поддерживать все типы графических форматов?

Что я уже пробовал:

Основное руководство и учебник по технике шифрования.

1 Ответов

Рейтинг:
6

RDBurmon

да, это так, но это зависит от того, какую библиотеку изображений вы используете в Java, прежде всего давайте узнаем об этом алгоритме

Proposed an effective chaotic encryption scheme based on confusion and diffusion principles.

•
Introduced bitwise circular rotation operation to increase plaintext sensitivity.

•
Proposed an effective encryption scheme with two independent chaotic functions to increase computing ability.

•
Test results indicate that the proposed encryption method is more secure and fast.



It shuffs the positions and changing the grey values of image pixels are combined to confuse the relationship between the cipher-image and the plain-image. Firstly, the Arnold cat map is used to shuffle the positions of the image pixels in the spatial-domain. Then the discrete output signal of the Chen's chaotic system is preprocessed to be suitable for the grayscale image encryption, and the shuffled image is encrypted by the preprocessed signal pixel by pixel. The experimental results demonstrate that the key space is large enough to resist the brute-force attack and the distribution of grey values of the encrypted image has a random-like behavior.


более подробная информация здесь -

Хаотическая криптология - Википедия[^]


Вы пробовали какой-нибудь код? У меня есть один в C# дайте мне знать , если это работает для вас, я загружу его куда-нибудь и дам вам ссылку