UNPKG
@tsmx/object-hmac
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Create and verify HMAC's for JSON objects
github.com/tsmx/object-hmac
tsmx/object-hmac
@tsmx/object-hmac
/
test
/
testobject.json
10 lines
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"title"
:
"Test-Object"
,
"numbers"
:
[
1
,
12
,
123
]
,
"subObject"
:
{
"name"
:
"Max"
,
"age"
:
32
,
"hobbies"
:
[
"sports"
,
"travelling"
]
}
,
"__hmac"
:
"d5d182ef5b153107defbe4f96583c03ec3bd154ba38ca7ac41d0975eb15215c7"
}