Claim Missing Document
Check
Articles

Found 2 Documents
Search

Perancangan Aplikasi e-Lades sebagai Sistem Pelayanan Administrasi Masyarakat Berbasis Website di Desa XYZ menggunakan Metode Rapid Application Development Demonius Sarumaha; Junaidi
JURNAL RISET KOMPUTER (JURIKOM) Vol. 12 No. 6 (2025): Desember 2025
Publisher : Universitas Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/jurikom.v12i6.9341

Abstract

Public administration services in Desa Amplas are still conducted manually, resulting in delays, lack of transparency. This study aims to design and develop the e-Lades (Electronic Village Service) web-based application to improve efficiency, effectiveness, and accountability of services. The development method used is Rapid Application Development (RAD), allowing fast iterations based on user feedback. The research stages include requirements analysis, system design, development, testing, implementation, and evaluation. The main features include online administrative document registration, population data management, application status tracking, and WhatsApp-based automatic notifications. Trial results show an increase in service processing speed by up to 60% compared to the manual system, and an 85% increase in community satisfaction. This application is expected to serve as a model for digitizing village administrative services that can be replicated in other areas
Analisis Performa Kecepatan Algoritma Dual Modulus RSA dalam Pengamanan Data Teks dengan Python Romy Atmansyah Iswandi; Demonius Sarumaha; Saiful Amir
Modem : Jurnal Informatika dan Sains Teknologi. Vol. 4 No. 2 (2026): April : Modem : Jurnal Informatika dan Sains Teknologi
Publisher : Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62951/modem.v4i2.842

Abstract

This study analyzes the performance of the Dual Modulus RSA algorithm in securing text data using Python. The rapid growth of digital technology has increased the risk of data security threats, making efficient and secure encryption essential. Dual Modulus RSA is a modification of the classic RSA algorithm that uses two different moduli in the encryption and decryption process, thus increasing security levels because attackers must factorize two moduli simultaneously. This research uses an experimental quantitative approach by measuring the execution time of encryption and decryption processes with variations in plaintext length (5, 10, and 15 characters). Implementation was carried out using Python 3 with the time.perf_counter() function for microsecond-precision measurement. The results show that the Dual Modulus RSA algorithm successfully encrypts and decrypts all test plaintexts correctly. Encryption time ranged from 0.0212 ms to 0.0823 ms, while decryption time ranged from 0.0422 ms to 0.0955 ms. There is a positive linear relationship between plaintext length and processing time. Decryption is consistently slower than encryption due to the larger private key exponent (d1=2753, d2=3533) compared to the public exponent (e=17). The main factors affecting performance are exponent size, dual modulus overhead, CPU caching effects, and Python interpretation overhead. This study recommends using Dual Modulus RSA with hybrid encryption for practical implementation to balance security and performance.