Ariva Syam Mursalat
School of Computing, Telkom University

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Column-Level Database Encryption Using Rijndael Algorithm and Dynamic Key on Learning Management System Ariva Syam Mursalat; Ari Moesriami Barmawi; Prasti Eko Yunanto
Indonesia Journal on Computing (Indo-JC) Vol. 7 No. 1 (2022): April, 2022
Publisher : School of Computing, Telkom University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34818/INDOJC.2022.7.1.609

Abstract

The course management system’s goal is to help learning activities. The system helps tomanage tasks, the grading process, and user communications. To avoid unauthorized dataaccess, the course management system needs a mechanism to protect the password that isused in the system’s login process. Database encryption using Rijndael algorithm is proposedby Francis Onodueze et al. to protect the data. A key is needed for the encryption process,and the key has to be kept secret. Thus, when the key is static, it is vulnerable against keyguessing attacks. To overcome the static key’s drawback, a dynamic key generation usingHash Messages Authentication Code - Deterministic Random Bit Generator (HMAC-DRBG)is proposed because it can generate keys periodically. Based on the evaluation, the probabilityof success key guessing attack using the proposed method is less than using the previousmethod, while the time complexity of those methods is similar.