lepiaf/sapient-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony bundle that wrap sapient library

Installs: 77

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:symfony-bundle

0.3.0 2018-09-25 15:46 UTC

This package is auto-updated.

Last update: 2023-02-19 22:35:58 UTC


README

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Sapient is a toolkit to secure API exchange.

HTTPS encrypts the transmission channel and its content indirectly. But there is one weak link in this process: the certification authority. This organization, in charge of providing certificates, can be attacked, and fake certificates can be generated to divert traffic to the attacker's server.

Sapient allows you to quickly and easily add application-layer cryptography to your API requests and responses.

Full use case

This bundle wrap this toolkit and integrate it in Symfony in an easy way.

Main abilities are:

  • Sign and verify response
  • Seal and unseal response
  • Sign and verify request
  • Seal and unseal request

Demo

You can check out this project and run demo locally sapient-bundle-demo

Documentation

Follow documentation http://sapient-bundle.readthedocs.io/en/latest/ or src/Resources/doc/index.rst

References