Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
herzhenr committed May 13, 2023
1 parent a8f1e25 commit 947af45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Simple Play Integrity Checker Server Component

# SPIC - Simple Play Integrity Checker
<p align="center">
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg"></a>
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?&logo=javascript&logoColor=black">
<a href="https://github.com/herzhenr/spic-server/releases"><img src="https://img.shields.io/github/release/herzhenr/spic-server.svg?logo=github&color=blue"></a>
</p>

Server component for SPIC - Simple Play Integrity Checker which receives the encrypted json verdicts, decrypts and verifies them locally on the server or sends them to a Google API for decryption and verification and sends the response back to the client. It is also used for nonce generation as the initial step of attestation.

# Disclaimer
Expand Down

0 comments on commit 947af45

Please sign in to comment.