/MorseCypher

First attempt at creating something resembling encryption

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Just aiming for a .txt prototype at this stage but the conversion sequence should go as follows:

raw text > string

string > char

char > ascii decimal

ascii decimal > morse

morse > binary

binary > ascii hex

ascii hex > new .txt file

will this work? probably not

will it be secure? also probably not

will it be a fun project? yes.