Advertisement
garethdaine

Crypter Seed

Apr 19th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. $password = Crypter::encrypt('password');
  2.  
  3. return array(
  4.     array(
  5.         'username'  => 'admin',
  6.         'password'  => $password
  7.     ),
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement