Enkripsi dan Dekripsi Data Menggunakan Kunci Simetris Algoritma Cast
Daftar Isi:
- Nowadays in the age of information, many people using internet for communication and transferring data. The security aspect in data transaction is one of the most important aspect. One of the solutions to handle this is with data encoding or encryption. The encryption method encodes the data, so anyone can not read the information of data except the owner. There are two general types of encryption algorithm, symmetric algorithm and asymmetric algorithm. The Algorithm which used in this book is symmetric algorithm. Symmetric algorithm encodes and decodes with the same key. In this project has successfully built an encryption software using CAST algorithm with Delphi as programming language.