vi
ABSTRAK
Gambar merupakan salah satu bentuk data yang terdiri atas kumpulan piksel yang tersusun dalam sebuah matriks 2 dimensi. Algoritma kriptografi yang cocok diimplementasikan pada gambar agar mampu menyembunyikan informasi dari gambar tersebut harus memiliki proses pertukaran posisi pada piksel - piksel setelah nilai dari piksel tersebut berubah. Dalam penelitian ini penulis memilih algoritma Advanced Encryption Standard (AES) untuk diimplementasikan pada proses enkripsi dan dekripsi gambar . Panjang kunci yang digunakan sebanyak 3 buah yaitu 182, 192 dan 256 bit. Dari hasil penelitian penulis dapat diketahui bahwa panjang kunci mempengaruhi kecepatan dalam proses enkripsi dan dekripsi. Semakin panjang kunci yang digunakan, maka waktu yang dibutuhkan juga semakin kecil.
vii
IMPLEMENTATION OF ADVANCED ENCRYPTION STANDARD ALGORITHM FOR SECURING AN IMAGE FILE
ABSTRACT
Image is one type of data that consist of a group of pixels which arranged in a 2 dimension (2D) matrix. The cryptography algorithm which suitable to be implemented in an image for hiding information of that image must have transposition process to the group of pixels after the value of the pixels have changed. In this research, the author choose Advanced Encryption Standard algorithm to be implemented in the encryption and decryption process of an image . The key lengths which used are 128, 192 and 256 bits. From this research, we know that the key length influences the velocity of encryption and decryption process. Time process will be smaller if the key length is longer.