Skip to content

Encryption Algorithm for All Languages. Generates a token in Hindi

License

Notifications You must be signed in to change notification settings

arijitaich/AICH-Encryption

Repository files navigation

AICH-Encryption

Encryption Algorithm for All Languages. Generates a Token In Hindi.

Installation

sudo pip install aich

Usage

from a2 import aich

search_word = input('Enter your encryption phrase:')

encrypted = aich.aichin(search_word)

print (encrypted)

search_word = input('Enter your decryption phrase:')

encrypted = aich.aichout(search_word)

print (encrypted)

Encryption Example

{Inputs: This is freedom ये है आज़ादी , Outputs: षनफदपफदशफखकफयमफदशफखकफयमफददफखयफदषफदषफदनफदगफदतफयमफशयगफशनखफयमफशकशफशनपफयमफशमदफशणटफशकटफशकएफशयदफशनम} {Inputs: AICH , Outputs: नणफनशफनकफनप}

Decryption Example

{Inputs: षनफदपफदशफखकफयमफदशफखकफयमफददफखयफदषफदषफदनफदगफदतफयमफशयगफशनखफयमफशकशफशनपफयमफशमदफशणटफशकटफशकएफशयदफशनम, Outputs: This is freedom ये है आज़ादी} {Inputs: नणफनशफनकफनप , Outputs: AICH}

About

Encryption Algorithm for All Languages. Generates a token in Hindi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages