Skip to content

tanish265/ARIA-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARIA-Cipher

A python implementation of ARIA 128 bit Cipher.

2 inputs are required by the program.First is key and second is message to be encrypted.Input can be given in the input section of the code which is at the end.

There are 3 ways you can input key-1.in string format 2.in decimal integer list format 3. in hexadecimal list format.You can see instructions for these inputs in the comments there.

Input of plaintext in string format only.

Screenshot of output with default key="this is key" and message-"hello" is shown below.

Aria Output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages