Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.7 KB

File metadata and controls

25 lines (18 loc) · 1.7 KB

Pengamanan Pesan Teks dengan Kriptografi Lightweight Present Cipher pada Cipher Block Chaining

Deskripsi

Program yang ada pada "Lightweight Present.rar" merupakan program untuk mengamankan pesan teks dengan algoritma Present Cipher dengan mode operasi CBC (Cipher Block Chaining) yang dibangun dengan bahasa pemrograman Python. Pembuatan program ini merupakan salah satu syarat penyelesaian Thesis/Skripsi program studi Matematika (non-dik) UPI.

Cara penggunaan

  1. Download "Lightweight Present.rar" lalu ekstrak
  2. Buka Visual Studio Code lalu pilih folder "Lightweight Present" untuk dibuka
  3. Lalu jalankan "Lightweight Present.py"

Catatan

Skripsi dapat ditemukan di google atau di repository upi dengan mencari judul skripsi nya yaitu "Pengamanan Pesan Teks dengan Kriptografi Lightweight Present Cipher pada Cipher Block Chaining" yang ditulis oleh Reksa Alamsyah.

Securing Text Messages with Lightweight Present Cipher in Cipher Block Chaining Mode

Description

The program in "Lightweight Present.rar" is designed to secure text messages using the Present Cipher algorithm with Cipher Block Chaining (CBC) mode. It is developed in Python programming language. This program was created as part of the requirements for completing a Thesis/Undergraduate Dissertation in Mathematics (non-education) at UPI.

How to Use

  1. Download "Lightweight Present.rar" and extract it.
  2. Open Visual Studio Code and select the "Lightweight Present" folder to open.
  3. Run "Lightweight Present.py".

Notes

The thesis can be found on Google or in the UPI repository by searching for the title of the thesis: "Securing Text Messages with Lightweight Present Cipher in Cipher Block Chaining Mode" written by Reksa Alamsyah.