"4012", "VK_VERSION" => "008", "VK_SND_ID" => "uid100036", "VK_REC_ID" => "EYP", "VK_NONCE" => "2", "VK_RETURN" => "http://127.0.0.1:54225/auth/complete/", "VK_DATETIME" => "2020-12-29T13:44:46+0000", "VK_ENCODING" => "UTF-8", ); // STEP 3. Generate data to be signed // ================================== // Data to be signed is in the form of XXXYYYYY where XXX is 3 char // zero padded length of the value and YYY the value itself // NB! SEB expects symbol count, not byte count with UTF-8, // so use `mb_strlen` instead of `strlen` to detect the length of a string $data = str_pad (mb_strlen($fields["VK_SERVICE"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_SERVICE"] . /* 4012 */ str_pad (mb_strlen($fields["VK_VERSION"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_VERSION"] . /* 008 */ str_pad (mb_strlen($fields["VK_SND_ID"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_SND_ID"] . /* uid100036 */ str_pad (mb_strlen($fields["VK_REC_ID"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_REC_ID"] . /* EYP */ str_pad (mb_strlen($fields["VK_NONCE"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_NONCE"] . /* 2 */ str_pad (mb_strlen($fields["VK_RETURN"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_RETURN"] . /* http://127.0.0.1:54225/auth/complete/ */ str_pad (mb_strlen($fields["VK_DATETIME"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_DATETIME"] . /* 2020-12-29T13:44:46+0000 */ str_pad (mb_strlen($fields["VK_RID"], "UTF-8"), 3, "0", STR_PAD_LEFT) . $fields["VK_RID"]; /* */ /* $data = "0044012003008009uid100036003EYP0012037http://127.0.0.1:54225/auth/complete/0242020-12-29T13:44:46+0000000"; */ // STEP 4. Sign the data with RSA-SHA1 to generate MAC code // ======================================================== openssl_sign ($data, $signature, $private_key, OPENSSL_ALGO_SHA1); /* y6TTzQffiyGZocthKrtPirVVCFkFpPh+Ek2nOxpBbOjz7GWJxYac7jzmJeuU61bGorI6Yu13entyzetT9rBKuPHfCOHZ+elM84bR/KuP9wPswdA+1PGNwTVlGI5Mj7Qo3TFZrXxF2OvfV0+rnWP9dS+n8sY+GdEnnVljvK/Hq9DlQqgDVufxmgk341k+VMWQ06/VUcCFMA4bed7oxFQMZ7M9e9+P6S9p9ucLxQR1m2md2DB7UxVsyZ1IknTOSIeJWG3AoGPBwnZH0ttjMwVmYKKMOpcqKf4LAdryHC+H0R7rJXJ7Tz24DJb+mvJiKk+XOxKAofW5ZWYrvZeBdd5ohA== */ $fields["VK_MAC"] = base64_encode($signature); // STEP 5. Generate POST form with payment data that will be sent to the bank // ========================================================================== ?>

Pangalink-net | Thorgate

Autentimise näidisrakendus "SEB"

$val):?> $val):?>