Shell Script - Coded Alphabet
by Pinguino99 from LinuxQuestions.org on (#4WCM4)
Hi, everyone. :)
need help, I want to create a coded alphabet with specific values for each letter and character
ex:
# variables
A="@_banana"
a="99_Melon"
B="81_GRAPE"
b="22_strawberry"
@="9_love"
!="251_99"
the script codes the sentence
$ ./Encryptfruits -c "anything"
the script decodes the sentence
$ ./Encryptfruits -d "code"
would anyone have any examples? I searched on google but found nothing
Thank you all


need help, I want to create a coded alphabet with specific values for each letter and character
ex:
# variables
A="@_banana"
a="99_Melon"
B="81_GRAPE"
b="22_strawberry"
@="9_love"
!="251_99"
the script codes the sentence
$ ./Encryptfruits -c "anything"
the script decodes the sentence
$ ./Encryptfruits -d "code"
would anyone have any examples? I searched on google but found nothing
Thank you all