@xiboplayer/crypto 0.7.12 → 0.7.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @xiboplayer/crypto
|
|
2
2
|
|
|
3
|
-
RSA key management for
|
|
3
|
+
RSA key management for xiboplayer XMR registration.
|
|
4
4
|
|
|
5
5
|
Generates RSA-1024 key pairs via the Web Crypto API for display registration with Xibo CMS. The public key is sent during `RegisterDisplay` so the CMS can associate it with the display record.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiboplayer/crypto",
|
|
3
|
-
"version": "0.7.
|
|
4
|
-
"description": "RSA key management for
|
|
3
|
+
"version": "0.7.14",
|
|
4
|
+
"description": "RSA key management for xiboplayer XMR registration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"exports": {
|