Beispiel #1
0
<?php 
require_once 'common.php';
//SignUtil::verify("mer_date=20120110&mer_id=9995&order_id=10002417&ret_code=0000&version=4.0","LZRUM0FfsqgcCiwHXghFGKfz0+xWFPGUGNXVaj7kcJPY2iOopiIQXwsc4kIeFIc0nttIx29KCvbuPxJJ0uHU5wJbRAzxH8H8cHGMVahTny4joll9zSXatep3jSAa4RE2BovMkIxYzif6tTCf7DMAlD+dDMZ6oRJDGW7rFxJh4G0=");
$data = RSACryptUtil::decrypt("j89aEJ00lS6CfTGLjQhpZTEzobUUtFEQerqC/GfsTlPDkls8f3jlX00F/4iFckY6WI3R3ckkktiYTXiiFmc/gJ5YzfHY9EgCra0DAsp44kOd15hQ4aaENUMzWqxQUoqGQtcHDCril/litPVpOm0RD1uuGreW+UPg3VYv9QQ0G8s=", "6374");
die($data);
?>

Beispiel #2
0
<script language="javascript"
	src="../common/syntaxHighlighter/js/shCore.js"></script>
<script language="javascript"
	src="../common/syntaxHighlighter/js/shBrushPhp.js"></script>

</head>
<?php 
require_once 'common.php';
require_once 'mer2Plat.php';
$mer_id = $_REQUEST['mer_id'];
$data1 = $_REQUEST['data1'];
$map = new HashMap();
$map->put("mer_id", $mer_id);
$map->put("data1", $data1);
$data2 = "";
$data2 = RSACryptUtil::decrypt($data1, $mer_id);
?>

  <body>
	<div id="HEADA"><?php 
include "./head.php";
?>
</div>
	<div id="MAINA">
		<div class="mindexa">
			<div class="mleft">
          <?php 
include "./left.php";
?>
        </div>
			<div class="mright">
Beispiel #3
0
  <head>
    <title>商户私钥数据解密</title>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link rel="stylesheet" href="../common/css/public_css_ussys.css" type="text/css">
    <link type="text/css" rel="stylesheet" href="../common/syntaxHighlighter/css/SyntaxHighlighter.css"></link>
    <script language="javascript" src="../common/syntaxHighlighter/js/shCore.js"></script>
    <script language="javascript" src="../common/syntaxHighlighter/js/shBrushPhp.js"></script>
  </head>

  <?php 
require_once '../api/mer2Plat.php';
$mer_id = $_REQUEST['mer_id'];
$data1 = $_REQUEST['data1'];
$data2 = RSACryptUtil::decrypt(urldecode($data1), $mer_id);
?>

  <body>
    <div id="HEADA"><?php 
include "./head.php";
?>
</div>
    <div id="MAINA">
      <div class="mindexa">
        <div class="mleft">
          <?php 
include "./left.php";
?>
        </div>
        <div class="mright">