Skip to content

Simple console app that encode/decode given string (in future encoding content in .txt file). App is using simple ciphers, cipher list below.

Notifications You must be signed in to change notification settings

psp515/SimpleEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Encryption

Is it really simple?


About The Project

Simple console app that encode/decode given string. User will be able to attach encoded/decoded file. Application wil be creating 2 files after encode (one with encoded message and one with full info) and 1 after decode ( file will contain decoded message). App is using simple ciphers, cipher list below.

Built With

Getting Started

In order to use program download the repository and run it in VS or VSC.

Enocde

User writes the message in console or throws file to "ToEncode" folder and writes only file name Then app is randomly selecting 3 ciphers and encoding the message. Then application shows route to your encoded files and basic informations (Encoded folder).

  • Input: Message
  • Output: EncodedMessage, PublicKey, PrivateKey

Deccode

User writes writes the DecodeKey in console and after that user writes the message or throws file to "ToDecode" folder and writes its name in console. After that app is Decoding Message with given key. After decoding application writes the message in console and creates file (Decoded folder)

  • Input: EncodedMessage, PublicKey/PrivateKey
  • Output: Message

Usage

Repository shows how some simple ciphers works.

Roadmap

Planning refreshing repository in future

Contact

About

Simple console app that encode/decode given string (in future encoding content in .txt file). App is using simple ciphers, cipher list below.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages