Arabic Text Encryption Using Artificial Neural Networks

Abstract

This research aims to build a cipher system using back propagation Algorithm with artificial neural network to encrypt any Arabic text and to prevent any data attack during the transition process.Encryption information holdsfour stages:1)A neural network was trained by using back propagation algorithm to encrypt the whole input Arabic text and graspfinal weights and consider these weights as a public key.2) Training a second neural network by using back propagation algorithm to decrypt the input Arabic text of first stage and graspweights and consider the weights as a private key.3)Encrypt any Arabic text by using the weights obtained from first stage.4)Decrypt the Arabic text from third stage by using the weights obtained from second stage.The four stages are achieved prosperously for data encryption process and decryption.This work is executed by using Matlab program version 7 and Notepad++ for writing text because it supports Arabic numbers under windows 7 as operating system.