public function test_21()
    {
        _class('encryption')->set_cipher('cast128');

        $encrypted = _class('encryption')->_safe_encrypt_with_base64(self::$to_encode, self::$secret);