Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 519 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 519 Bytes

Steganography and Cryptography

Steganography and Cryptography project for Kotlin developer certificate. More info

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.