Claim Missing Document
Check
Articles

Found 2 Documents
Search

Perbandingan Algoritma Run Length Encoding (RLE) dan Algoritma Variable Length Binary Encoding (VLBE) dalam Mengkompresi File Video Untuk Menghemat Penyimpanan Nur Adillah; Yusuf Ramadhan Nasution; Armansyah
G-Tech: Jurnal Teknologi Terapan Vol 7 No 4 (2023): G-Tech, Vol. 7 No. 4 Oktober 2023
Publisher : Universitas Islam Raden Rahmat, Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33379/gtech.v7i4.3020

Abstract

Kompresi dilakukan guna membuat ukuran file tersebut lebih kecil. Algoritma merupakan urutan langkah-langkah yang bertujuan untuk menyelesaikan suatu persoalan. Pada penelitian ini menggunakan algoritma Run Length Encoding (RLE) dan algoritma Variable Length Binary Encoding (VLBE). Format file video yang dalam penelitian ini adalah .avi dan .mp4 dan menggunakan Microsoft Visual Studio dengan bahasa pemrograman C# berbasis desktop. Hasil dari penelitian ini adalah file yang video yang telah dikompresi akan memperlihatkan performanya dan parameter perbandingan berdasarkan Ratio of Compression (RC), Compression Ratio (CR), dan Redudancy (RD) diantara algoritma Run Length Encoding (RLE) dan algoritma Variable Length Binary Encoding (VLBE). Dengan permasalahan tersebut penulis ingin membuat suatu penelitian skripsi yang berjudul ‘Perbandingan Algoritma Run Length Encoding (RLE) Dan Algoritma Variable Length Binary Encoding (VLBE) Dalam Mengkompresi File Video Untuk Menghemat Penyimpanan’.
Penerapan Teknik Super Enkripsi Untuk Keamanan File Teks Menggunakan Gabungan Algoritma Beaufort Cipher dan Algoritma RSA Yusuf Ramadhan Nasution; Abdul Halim Hasugian; M Mahyudi
Kesatria : Jurnal Penerapan Sistem Informasi (Komputer dan Manajemen) Vol 4, No 4 (2023): Edisi Oktober
Publisher : LPPM STIKOM Tunas Bangsa

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30645/kesatria.v4i4.238

Abstract

Cryptography is an alternative solution that can be applied to protect and increase data security. This research will implement a combination of the Beaufort Cipher symmetric cryptographic algorithm and the RSA asymmetric cryptographic algorithm in a super encryption scheme to increase data security in text files. The combination of the two cryptographic algorithms is done by first encrypting the message contained in the text file using the Beaufort Cipher algorithm key, then re-encrypting it with the public key of the RSA algorithm to create an encrypted text file. The combination method between the two algorithms aims to obtain superior encryption (ciphertext) results so that they are not easy to crack, and also to handle the use of a single ciphertext which is comparatively weak because it only uses one cryptographic algorithm. This research produces a web-based application that can be used to secure text files using a combination of the Beaufort Cipher algorithm and the RSA algorithm in the super encryption technique.