Wijaya, Daniel Surya
Unknown Affiliation

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

Found 1 Documents
Search

Implementasi SHA-256 dalam Program Verifikasi Originalitas Video Sebelum dan Sesudah Proses Kriptografi Wijaya, Daniel Surya; Suhartana, I Ketut Gede
Jurnal Nasional Teknologi Informasi dan Aplikasnya Vol 2 No 4 (2024): JNATIA Vol. 2, No. 4, Agustus 2024
Publisher : Informatics Study Program, Faculty of Mathematics and Natural Sciences, Udayana University

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24843/JNATIA.2024.v02.i04.p10

Abstract

This research aims to develop a computer program utilizing the SHA-256 algorithm to compare the authenticity between the original video and the video that has undergone cryptographic processes, particularly during the decryption phase. The program is designed to provide additional verification regarding the success of the decryption process in restoring the video to its original condition. The program development is conducted using the Python programming language. The SHA-256 algorithm is employed to generate hash values for both the original video and the decrypted video. The resulting hash values of the two videos are then compared to evaluate their similarity. The developed program successfully compares the authenticity between the original video and the decrypted video. Through the analysis of hash values using SHA-256, the program concludes whether the decryption process successfully restores the video to its original state or not. Keywords: SHA-256, Cryptography,Video,Hash,Python