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.
-
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.
-
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
-
Encrypt:
Enter message to encrypt: SECRET Encrypted message (base64): <base64-encoded-string>
-
Decrypt:
Enter encrypted message to decrypt: <base64-encoded-string> Decrypted message: SECRET
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 | ----. |