reasonableframework/storage/config/security.ini.php

12 lines
560 B
PHP

<?php
return <<<EOF
[security]
masterkey=ZVScK4o3DTQsQjyr
masteriv=qcLHsW6g11E1JEAF
salt=H6hclwzFplRQw39C
adjectives=warty,hoary,breezy,dapper,edgy,feisty,gutsy,hardy,intrepid,jaunty,karmic,lucid,maverick,natty,oneiric,precise,quantal,raring,saucy,trusty,utopic,vivid,wliy,xeniel,yakkety,zesty
animals=warthog,hedgehog,badger,drake,eft,fawn,gibbon,heron,ibex,jackalope,koala,lynx,meerkat,narwhal,ocelot,pangolin,quetzal,ringtail,salamander,tahr,unicorn,vervet,werewolf,xerus,yak,zapus
httpencrypt=auto
hashalgos=md5,sha1,crypt,crc32,base64,mysql_password
EOF;