Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.07 KB

About

This is the Steganography and Cryptography project I made myself while studying at JetBrains Academy

You can use encryption to send secret messages, but if you want to be even more subtle, you can hide them in plain sight: in an image. This kind of encryption is called steganography. The message will be hiding in a picture on some web site, and only those who know will understand it. For maximum security, the message itself can be encrypted, as well.

This project is a part of the following tracks:

Here's the link to the project: https://hyperskill.org/projects/160
Check out my profile: https://hyperskill.org/profile/391060831

Learning outcomes

While creating a program for encrypting and concealing a message within an image, you will learn about files, image handling, lists, and logical functions. In addition, you will learn basic yet strong encryption.