Claim Missing Document
Check
Articles

Found 2 Documents
Search

Klasifikasi Jenis Bunga Iris Menggunakan Algoritma Klasifikasi Tradisional Alwi Syahputra; Rusma Riansyah; Dimas Aqila Aptanta; Muhammad Farhan; Mhd. Furqan
Jurnal ilmiah Sistem Informasi dan Ilmu Komputer Vol. 5 No. 2 (2025): Juli : Jurnal ilmiah Sistem Informasi dan Ilmu Komputer
Publisher : Lembaga Pengembangan Kinerja Dosen

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.55606/juisik.v5i2.1228

Abstract

This study aims to implement and compare the performance of two traditional classification algorithms, namely K-Nearest Neighbor (K-NN) and Naive Bayes to classify Iris flower types. The dataset used is the Iris Dataset which is a classic dataset in machine learning consisting of 150 samples with four features (sepal length, sepal width, petal length, and petal width) and three target classes (Iris Setosa, Iris Versicolor, and Iris Virginica). The research methodology includes data preprocessing, algorithm implementation, model evaluation using accuracy, precision, recall, and F1-score metrics, and comparative performance analysis. The results showed that the K-NN algorithm with k = 3 achieved an accuracy of 96.67%, while Naive Bayes achieved an accuracy of 93.33%. Both algorithms showed good performance in classifying Iris flower types, with K-NN slightly superior in terms of accuracy. This study proves that traditional classification algorithms are still relevant and effective for classification problems with less complex datasets.
Implementasi Website Deteksi Phishing Link Menggunakan SSL Validation dan URL Scoring Rusma Riansyah; Dimas Aqila Aptanta; Hafiz Aryanda; Muhammad Farhan; Ibnu Rusydi
Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi Vol. 4 No. 1 (2026): Februari: Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi
Publisher : Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.61132/neptunus.v4i1.1439

Abstract

The rapid expansion of internet usage has led to a significant increase in cybersecurity threats, particularly phishing attacks delivered through malicious links. Phishing links are designed to imitate legitimate websites in order to deceive users and steal sensitive information. This study presents the implementation of a phishing link detection website based on SSL validation and URL scoring mechanisms. The proposed system integrates heuristic-based URL analysis with real-time SSL certificate validation obtained through the SSL handshake process. Digital certificates are verified using RSA-based digital signature verification issued by trusted Certificate Authorities (CAs). In addition, the SHA-256 hash algorithm is employed to generate certificate fingerprints and URL hashes to ensure data integrity and uniqueness. The system also evaluates HTTPS usage, domain and certificate consistency, certificate validity period, and RSA public key strength. All validation results are processed using a URL scoring system to generate a security score ranging from 0 to 100, which classifies links into safe, suspicious, or dangerous categories. Experimental results demonstrate that the proposed website is capable of effectively identifying phishing indicators and providing transparent cryptographic evidence in real time. This approach can assist users in making informed decisions and improving protection against phishing threats in web environments.