Project
Message Decipher
11 completions
~ 8 hours
4.6This project allows you to practice different Node modules such as fs, streams, and path. You will also work with files, read and write and learn about simple cipher techniques.
Provided by
JetBrains Academy
About
You have received a coded message and you need a program to decode it. This is where the Node.js Message Decipher comes into play. This project reads the encrypted messages directly from a file, processes them using a specific decryption algorithm, and subsequently writes the decoded message into another file. At the project's end, you can encode your secret messages and write to a file too!
Training project
This project allows you to practice and strengthen your coding skills, helping you get ready for more advanced tasks ahead.
What you'll learn
Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Read the contents of a text file and log the result.
Decode the secret message with the Atbash cipher and log it.
Write the newly decoded message to a new file.
Take input to shift the cipher, use it to encode a new message file, and write it to a new file.
Reviews
2 years ago
I have learned a lot about reading and writing files using the "fs" module in Node.js by building this fun project.
4.6
Learners who completed this project within the course rated it as follows: