Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kceh/steganography-and-cryptography
Steganography and Cryptography project for Kotlin developer certificate
https://github.com/kceh/steganography-and-cryptography
cryptography kotlin steganography
Last synced: about 21 hours ago
JSON representation
Steganography and Cryptography project for Kotlin developer certificate
- Host: GitHub
- URL: https://github.com/kceh/steganography-and-cryptography
- Owner: KCeh
- Created: 2021-11-18T09:56:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T12:15:56.000Z (about 3 years ago)
- Last Synced: 2024-12-09T10:13:10.881Z (about 2 months ago)
- Topics: cryptography, kotlin, steganography
- Language: Kotlin
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steganography and Cryptography
Steganography and Cryptography project for Kotlin developer certificate. [More info](https://hyperskill.org/projects/160?track=18)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.