Treffer: IMPLEMENTASI CHALLENGE RESPONSE AUTHENTICATION MECHANISM (CRAM) UNTUK KEAMANAN TRANSAKSI PERANGKAT IoT
Title:
IMPLEMENTASI CHALLENGE RESPONSE AUTHENTICATION MECHANISM (CRAM) UNTUK KEAMANAN TRANSAKSI PERANGKAT IoT
Authors:
Source:
Jurnal Media Elektro; Vol 10 No 1 (2021): April 2021; 15 - 21 ; 2715-4963 ; 2252-6692 ; 10.35508/jme.v0i0
Publisher Information:
Universitas Nusa Cendana
Publication Year:
2021
Collection:
E-Journal Undana Universitas Nusa Cendana Kupang
Document Type:
Fachzeitschrift
article in journal/newspaper
File Description:
application/pdf
Language:
Indonesian
Relation:
DOI:
10.35508/jme.v0i0.3836
Availability:
Accession Number:
edsbas.4ADD0CE7
Database:
BASE
Weitere Informationen
This research aims to secure data transaction in Internet of Things (IoT)devices using the challenge-response authentication mechanism (CRAM). The research choose uses ESP 8266 and ESP 32 to develop the system for their ability to run micropython programming language. Using a random challenge to grant authentication protects the system from replay attack from intruders. In each authentication process, the client receives a 10 digit random number to be encrypted using a shared key and sent back to the server. The server then checks if the client posses the correct key by decrypting the encrypted challenge using the same shared key. Access is granted if the decryption result is equal to the original challenge.