Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maslick authored Sep 13, 2023
1 parent 176f227 commit 0a29aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ QR/bar code scanner as a Service
* **On-Device Scanning**: Scanning happens securely on your users' devices
* **Data Encryption**: Results never leave users' devices unencrypted. RSA-OAEP encryption is used with the `public_key` your provide
* **Secure Retrieval**: Encrypted data is sent back to your web app via the specified `redirect_url`
* **Client-Side Decoding**: Ciphertext is decode using your `private_key`, which stays safely on your users' devices
* **Client-Side Decoding**: Ciphertext is decoded using your `private_key`, which stays safely on your users' devices
* **Key Rotation**: Customize key rotation periods for enhanced security


Expand Down

0 comments on commit 0a29aed

Please sign in to comment.