Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #616: Add a note on built-in keys to the list of used keys #617

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix table formatting
  • Loading branch information
petrdvorak committed Jun 7, 2024
commit 75c02580a72b257f42ccc596d723f3bdc0bf1912
1 change: 1 addition & 0 deletions docs/List-of-used-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following keys are used in the PowerAuth cryptography scheme.
## Application Scoped Keys

| name | created as | purpose |
petrdvorak marked this conversation as resolved.
Show resolved Hide resolved
|-----------------------------|------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `KEY_SERVER_MASTER_PRIVATE` | ECDH - private key | Embedded on server, used to assure authenticity of data during the transfer from server to client during application scoped use-cases (i.e., device activation). |
| `KEY_SERVER_MASTER_PUBLIC` | ECDH - public key | Embedded in client app, used to verify authenticity of data while transferring from server to client during application scoped use-cases (i.e., device activation). |
| `APP_KEY` | Application version key | Shared random ID between the server and client app, used to identify specific application version. The value travels in plain form over HTTPS channel. |
Expand Down