You are here

function aes_perm in AES encryption 5

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

File

./aes.module, line 37

Code

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