encrypt($data, $key); } function read($data, $key) { $sha1crypt = new SHA1Crypt(); return $sha1crypt->decrypt($data, $key); } } return 1;