forked from OpenSPP/openspp-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 956 Bytes
/
Copy path__manifest__.py
File metadata and controls
21 lines (21 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "OpenSPP Encryption Module",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"depends": ["g2p_encryption"],
"external_dependencies": {"python": ["jwcrypto>=1.5.6"]},
"data": ["views/encryption_provider.xml"],
"assets": {},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
"summary": "Implements advanced cryptographic services for OpenSPP, enabling data encryption, decryption, digital signing, and signature verification for sensitive program information. It securely manages cryptographic keys in JWK format and distributes public keys via JWKS, facilitating secure inter-system verification and data integrity.",
}