Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabestro/jetbrains-academy-encryption-decryption
Privacy is an important matter is the realm of the Internet. When sending a message, you want to be sure that no-one but the addressee with the key can read it. The entirety of the modern Web is encrypted - take https for example! Don’t stay behind: hop on the encryption/decryption train and learn the essential basics while implementing this simple project.
https://github.com/rabestro/jetbrains-academy-encryption-decryption
encryption-decryption factory-pattern hyperskill jetbrains-academy stream student-project
Last synced: 6 days ago
JSON representation
Privacy is an important matter is the realm of the Internet. When sending a message, you want to be sure that no-one but the addressee with the key can read it. The entirety of the modern Web is encrypted - take https for example! Don’t stay behind: hop on the encryption/decryption train and learn the essential basics while implementing this simple project.
- Host: GitHub
- URL: https://github.com/rabestro/jetbrains-academy-encryption-decryption
- Owner: rabestro
- License: mit
- Created: 2020-03-22T10:12:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T17:31:57.000Z (over 4 years ago)
- Last Synced: 2024-11-07T11:52:05.398Z (about 2 months ago)
- Topics: encryption-decryption, factory-pattern, hyperskill, jetbrains-academy, stream, student-project
- Language: Java
- Homepage: https://hyperskill.org/projects/46
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encryption-Decryption
## About
Privacy is an important matter is the realm of the Internet. When sending a message, you want to be sure that no-one but the addressee with the key can read it. The entirety of the modern Web is encrypted - take https for example! Don’t stay behind: hop on the encryption/decryption train and learn the essential basics while implementing this simple project.
[Project description](https://hyperskill.org/projects/46):
- [Stage 1](https://hyperskill.org/projects/46/stages/245/implement)
- [Stage 2](https://hyperskill.org/projects/46/stages/246/implement)
- [Stage 3](https://hyperskill.org/projects/46/stages/247/implement)
- [Stage 4](https://hyperskill.org/projects/46/stages/248/implement)
- [Stage 5](https://hyperskill.org/projects/46/stages/249/implement)
- [Stage 6](https://hyperskill.org/projects/46/stages/250/implement)