Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

nikolaydubina/ARIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARIA Encryption Algorithm

Specification

ARIA is a general-purpose block cipher algorithm developed by Korean cryptographers in 2003. It is an iterated block cipher with 128-, 192-, and 256-bit keys and encrypts 128-bit blocks in 12, 14, and 16 rounds, depending on the key size. It is secure and suitable for most software and hardware implementations on 32-bit and 8-bit processors. It was established as a Korean standard block cipher algorithm in 2004 [ARIAKS] and has been widely used in Korea, especially for government-to-public services. It was included in PKCS #11 in 2007 [ARIAPKCS]. -- Specification

This implementation written for CS448 Introduction to Information Security course at KAIST in 2015 by Nikolay Dubina.

Refer to specification for Copyright Notice and Licence of ARIA algorithm.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages