Claim Missing Document
Check
Articles

Found 34 Documents
Search

QUESTION BANK SECURITY USING RIVEST SHAMIR ADLEMAN ALGORITHM AND ADVANCED ENCRYPTION STANDARD Monica, Taris; Hadiana, Asep Id; Melina, Melina
JIKO (Jurnal Informatika dan Komputer) Vol 7, No 3 (2024)
Publisher : Universitas Khairun

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33387/jiko.v7i3.8654

Abstract

Data security is essential. Educational question banks at vocational high schools (SMK) contain confidential information that could be misused if not properly secured. This research aims to ensure students question bank data and develop a responsive web platform for Pusdikhubad Cimahi Vocational School by implementing the integration of the Advanced Encryption Standard (AES) and Rivest Shamir Adleman (RSA) cryptographic algorithms through the encryption and decryption process. AES is a symmetric key cryptography algorithm, while RSA is an encryption algorithm based on using public keys to encrypt the keys required by AES-256. The integration of these two algorithms aims to ensure data confidentiality, prevent manipulation, and facilitate access to exam materials by authorized parties. This research shows that the process of encrypting and decrypting question data using a combination of RSA and AES was successfully carried out on the question bank system. Avalanche Effect testing shows that the RSA and AES 256-bit encryption has an Avalanche Effect level of 49.99%. Apart from that, the system feasibility test using black box testing results shows that the SIFILE system has a percentage level of 100%. It is hoped that the results of this research can serve as a data security system at Pusdikhubad Cimahi Vocational School and other educational institutions to secure the question bank from unauthorized access
Prediksi Curah Hujan Menggunakan Metode Bi-LSTM dan GRU Berbasis Data Iklim Abdillah, Fajrul; Hadiana, Asep Id; Melina, Melina
Jurnal Algoritma Vol 22 No 2 (2025): Jurnal Algoritma
Publisher : Institut Teknologi Garut

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33364/algoritma/v.22-2.2305

Abstract

As a tropical country, Indonesia faces great challenges in predicting rainfall due to increasingly dynamic climate change. This study aims to predict rainfall in an urban area in West Java with tropical climate characteristics using deep learning methods, namely Bidirectional Long Short-Term Memory (Bi-LSTM) and Gated Recurrent Unit (GRU) based on climate data collected from local meteorological stations. The results show that the Bi-LSTM method provides more stable prediction performance with a Mean Absolute Error (MAE) value of 0.0108 and a Root Mean Squared Error (RMSE) of 0.0158. In contrast, the GRU method produced variable performance with higher MAE and RMSE values in some test scenarios. The main findings of this study indicate that the BiLSTM model has a higher level of accuracy, making it an effective information technology solution to support disaster mitigation and agricultural sector planning in climatically complex regions.
Klasifikasi Penyakit Monkeypox dengan XGBoost dan SMOTE untuk Penanganan Data Tidak Seimbang Illawati, Adinda Rahma; Hadiana, Asep Id; Melina, Melina
Jurnal Algoritma Vol 22 No 2 (2025): Jurnal Algoritma
Publisher : Institut Teknologi Garut

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33364/algoritma/v.22-2.2349

Abstract

Monkeypox merupakan penyakit menular yang penyebarannya cepat dan memerlukan sistem deteksi dini yang akurat. Penelitian ini bertujuan mengembangkan model klasifikasi penyakit monkeypox dengan mengatasi permasalahan ketidakseimbangan data. Metode yang digunakan adalah Extreme Gradient Boosting (XGBoost) yang dikombinasikan dengan teknik Synthetic Minority Over-sampling Technique (SMOTE). Evaluasi model menggunakan Confusion Matrix dengan hasil akurasi 69%, presisi sebesar 0.69, recall sebesar 0.93, dan F1-score sebesar 0.79. Selain itu, nilai Area Under Curve - Receiver Operating Characteristic (AUC-ROC) mencapai 0.68. Penelitian ini menunjukkan bahwa kombinasi SMOTE dan XGBoost dapat mengatasi ketidakseimbangan data dan meningkatkan deteksi kelas minoritas, sehingga memberikan kontribusi dalam pengembangan sistem deteksi dini penyakit menular secara lebih akurat dan efisien.
Evaluasi Kualitas Klaster Wilayah Rawan Bencana Menggunakan K-Means dengan Silhouette dan Elbow Method Sudrajat, Risqi; Hadiana, Asep Id; Melina, Melina
Jurnal Algoritma Vol 22 No 2 (2025): Jurnal Algoritma
Publisher : Institut Teknologi Garut

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33364/algoritma/v.22-2.2379

Abstract

Natural disasters such as floods, earthquakes, and landslides are recurring threats in Cirebon City, West Java. This study aims to classify disaster-prone areas using the K-Means algorithm based on 1,144 incident data from Open Data Jabar. The data were grouped into three clusters, namely safe, moderate, and dangerous. Cluster quality was evaluated using the Silhouette Score and Elbow Method. The results of this study show that the model without normalization produced a score of 0.6804, reflecting good cluster separation. Conversely, the application of MinMaxScaler normalization significantly reduced the model's performance, with a score of 0.3900. The main contribution of this study is to show that data normalization can disrupt the natural pattern of risk distribution, thereby reducing the quality of clustering. Therefore, the selection of pre-processing techniques needs to be adjusted to the characteristics of local data. It is hoped that this study can be the basis for the development of a more adaptive and data-driven disaster mitigation decision support system.