Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741016
XHubSignatureConstants.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
471 B
Referenced Files
None
Subscribers
None
XHubSignatureConstants.php
View Options
<?php
define
(
'SECRET'
,
'secret123'
);
define
(
'TIGER_ALGO'
,
'tiger192,4'
);
define
(
'TIGER_PAYLOAD'
,
'lorem ipsum dolor'
);
define
(
'TIGER_SIGNATURE'
,
'7081ac97e50ad97e13b2fb9364b9df376c26b920080245ce'
);
// Current default algo is sha-1.
define
(
'DEFAULT_PAYLOAD'
,
file_get_contents
(
__DIR__
.
'/payload.json'
));
define
(
'DEFAULT_SIGNATURE'
,
'ab05a3aef13696b60a60a8064b9fda31a8c77582'
);
define
(
'EMPTY_DEFAULT_HASH_ALGO_SIGNATURE'
,
'fbdb1d1b18aa6c08324b7d64b71fb76370690e1d'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:15 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3148773
Default Alt Text
XHubSignatureConstants.php (471 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment