Skip to content

A new version of the message encryption program

Notifications You must be signed in to change notification settings

Damian4Lupa/message-coding-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message Coding

This is a new version of my first program. The application encodes messages based on a key specified each time by the user. You can immediately send the coded message by e-mail to another person; for security reasons, send the key another way. Then, after entering the key and the encoded message, it is possible to decrypt and know its original content.

See like it looks like

https://damian4lupa.github.io/message-coding-2/

How to start

  1. Clone a repository with git clone <repository URL>,
  2. Run npm install and download all packages necessary to run the project,
  3. Run npm start,
  4. See the effect.

Technologies used:

HTML Sass JavaScript React

Releases

No releases published

Packages

No packages published