[PR #76] [MERGED] Update README.md #95

Closed
opened 2025-11-06 09:08:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/76
Author: @liesware
Created: 1/3/2019
Status: Merged
Merged: 1/3/2019
Merged by: @sobolevn

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Coherence is a cryptographic server for modern web apps (a kind of alternative to HSM). It provides a TCP server with an json interface to perform cryptographic operations.

Additional info:

  • Offload, you have an specialized software dedicated entirely for cryptographic operations. Cryptographic operations like encrypting and decrypting is a very CPU-intensive task for webapps, so offload alleviates CPU-intensive encryption and decryption tasks from your webapp, boosting application performance.
  • Interoperability, it doesn’t depend on a language programming, it depends on standards tcp and json, so you can integrate with homogeneous and heterogeneous systems.
  • Flexibility, So it gives you all that you need to create your own cryptographic protocol.
    *Open source, you can inspect, modify, and enhance.
  • Free of charges, you don’t have to pay.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/76 **Author:** [@liesware](https://github.com/liesware) **Created:** 1/3/2019 **Status:** ✅ Merged **Merged:** 1/3/2019 **Merged by:** [@sobolevn](https://github.com/sobolevn) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`4bb38e4`](https://github.com/sobolevn/awesome-cryptography/commit/4bb38e462d28e40f6cdcb0bf9cf3c1843a20f0e3) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Coherence is a cryptographic server for modern web apps (a kind of alternative to HSM). It provides a TCP server with an json interface to perform cryptographic operations. Additional info: * Offload, you have an specialized software dedicated entirely for cryptographic operations. Cryptographic operations like encrypting and decrypting is a very CPU-intensive task for webapps, so offload alleviates CPU-intensive encryption and decryption tasks from your webapp, boosting application performance. * Interoperability, it doesn’t depend on a language programming, it depends on standards tcp and json, so you can integrate with homogeneous and heterogeneous systems. * Flexibility, So it gives you all that you need to create your own cryptographic protocol. *Open source, you can inspect, modify, and enhance. * Free of charges, you don’t have to pay. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 09:08:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#95