You are here

function aes_perm in AES encryption 6

Same name and namespace in other branches
  1. 5 aes.module \aes_perm()

File

./aes.module, line 39

Code

function aes_perm() {
  return array(
    'administer aes',
    'view passwords',
  );
}