public static function getLocalKey()
 {
     if (!self::$localkey) {
         // get the main key
         self::$localkey = md5(JComponentHelper::getParams('com_componentbuilder')->get('basic_key', 'localKey34fdWEkl'));
     }
     return self::$localkey;
 }