ARIA (cipher): Difference between revisions
Jump to navigation
Jump to search
imported>Sandy Harris (stubbish new page) |
imported>Sandy Harris m (format fiddle) |
||
Line 3: | Line 3: | ||
The structure of ARIA is a [[substitution-permutation network]]. The permutation multiplies a 128-bit vector by a 16x16 Boolean matrix to get another 128-bit vector. | The structure of ARIA is a [[substitution-permutation network]]. The permutation multiplies a 128-bit vector by a 16x16 Boolean matrix to get another 128-bit vector. | ||
There is a | There is a [http://210.104.33.10/ARIA/index-e.html home page] for the cipher. Internet RFC 5794 gives a specification of the algorithm for Internet use and RFC 6209 discusses its applications. |
Revision as of 20:14, 7 June 2012
ARIA is a block cipher developed in South Korea, and an official standard (KS X 1213) there. It uses 128-bit blocks and supports keys of 128, 192 or 256 bits; these numbers are identical to those for AES, so ARIA can be used as a drop-in replacement for AES in all applications.
The structure of ARIA is a substitution-permutation network. The permutation multiplies a 128-bit vector by a 16x16 Boolean matrix to get another 128-bit vector.
There is a home page for the cipher. Internet RFC 5794 gives a specification of the algorithm for Internet use and RFC 6209 discusses its applications.