https://github.com/icapps/flutter-signed-json
An implementation to read signed jsons
https://github.com/icapps/flutter-signed-json
Last synced: about 2 months ago
JSON representation
An implementation to read signed jsons
- Host: GitHub
- URL: https://github.com/icapps/flutter-signed-json
- Owner: icapps
- License: mit
- Created: 2022-03-23T09:46:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T15:49:46.000Z (about 4 years ago)
- Last Synced: 2025-08-23T04:29:31.136Z (10 months ago)
- Language: Dart
- Size: 188 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# signed_json
An implementation to read signed jsons
## How to use it
This is the library that should be used to verify the files generated [sign_config](https://github.com/jeroentrappers/sign_config)
Example -> config/remote_config_sign.sh
## Verify
### Get the sign key
https://mkjwk.org -> EC
- Key Size:P-512
- Key Use: Signature
- Algorithm: ES512: ECDSA using P-521 and SHA-512
- Key ID: Specify: signed_json
- Show X.509: No
Copy the private key
### Get the verify key
Copy the public key
### Decryption
### Get the encryption key
https://mkjwk.org -> RSA
- Key Size:2024
- Key Use: Signature
- Algorithm: PS512
- Key ID: Specify: signed_json
- Show X.509: No
Remove the use/kid/alg
Copy
### Get the decryption key
Copy the encryption key