Skip to content

srinivas-skr/MorseCrypto-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MorseCrypto Tool

MorseCrypto Tool is a Python-based application that combines Morse code conversion with AES encryption and decryption functionalities. This tool is designed to provide users with a practical means of secure text handling and encoding.

Features

  • Morse Code Conversion:

    • Convert text to Morse code.
    • Convert Morse code back to text.
  • AES Encryption/Decryption:

    • Encrypt and decrypt text using AES (Advanced Encryption Standard).
    • Base64 encoding is used for displaying encrypted messages.

Example

Morse Code Conversion

  • Text to Morse Code:

    Enter text to convert to Morse code: HELLO
    Morse Code: .... . .-.. .-.. ---
    
  • Morse Code to Text:

    Enter Morse code to convert to text: .... . .-.. .-.. ---
    Text: HELLO
    

AES Encryption/Decryption

  • Encrypt:

    Enter message to encrypt: SECRET
    Encrypted message (base64): <base64-encoded-string>
    
  • Decrypt:

    Enter encrypted message to decrypt: <base64-encoded-string>
    Decrypted message: SECRET
    

Morse Code Table

Here's a easy-to-copy table of Morse code for each letter and digit:

Character Morse Code
A .-
B -...
C -.-.
D -..
E .
F ..-.
G --.
H ....
I ..
J .---
K -.-
L .-..
M --
N -.
O ---
P .--.
Q --.-
R .-.
S ...
T -
U ..-
V ...-
W .--
X -..-
Y -.--
Z --..
0 -----
1 .----
2 ..---
3 ...--
4 ....-
5 .....
6 -....
7 --...
8 ---..
9 ----.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published