Skip to content

syifafatma/Securing-messages-using-Fernet-Cryptography-Hash-MD5-and-LSB-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Steganography is an art of hiding messages into cover object (in this case we used image) without drawing attacker’s attention. Before the messages embedded to image, messages are encypted with Fernet Cipher method and the fernet key hashed using MD5 encoder. Combination of cryptography (Fernet Cipher method), Hash MD5 function, and steganography (LSB method) increasing security level of messages.

Initial Display

There are two main menu in this this program:

1. Embedding Menu

Screenshot (1317)

2. 'Ekstraksi' Menu

Screenshot (1318)

Embedding Process

In this Embedding menu, messages are embedded to an image. Input that are required in this process are 'Teks' (text) and 'Kunci' (fernet key). Screenshot (1320)

Extraction Process

In 'Ekstraksi' menu, stego-image (image that have been embedded with messages) is exctracted to get the messages. Extraction process requires fernet key so that only authorized user can do it. Screenshot (1323)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages