diff --git a/README.md b/README.md index 992ba4f..970b4bc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Deterministic one-way encryption of unique sensitive data [![License: MIT][license-mit]](LICENSE) -[![Build Status][build-status-master]][travis-ci] -[![Maintainability][maintainability-badge]][maintainability] -[![Test Coverage][coverage-badge]][coverage] +[![Build Status][build-status-php5]][travis-ci] The goal of this class is to encrypt unique sensitive information, like social security numbers, without the possibility to decrypt it afterwards but still be able to search for it using `equals` and `not equals` operators. @@ -128,9 +126,5 @@ SOFTWARE. [se59580]: https://security.stackexchange.com/questions/59580/how-to-safely-store-sensitive-data-like-a-social-security-number#61004 "'How to safely store sensitive data like a social security number?', Retrieved 2018-05-24 09:00" [license-mit]: https://img.shields.io/badge/license-MIT-blue.svg -[build-status-master]: https://travis-ci.org/the-kbA-team/data-protection.svg?branch=master +[build-status-php5]: https://travis-ci.org/the-kbA-team/data-protection.svg?branch=php5 [travis-ci]: https://travis-ci.org/the-kbA-team/data-protection -[maintainability-badge]: https://api.codeclimate.com/v1/badges/85b521bf4ee9c8b22c01/maintainability -[maintainability]: https://codeclimate.com/github/the-kbA-team/data-protection/maintainability -[coverage-badge]: https://api.codeclimate.com/v1/badges/85b521bf4ee9c8b22c01/test_coverage -[coverage]: https://codeclimate.com/github/the-kbA-team/data-protection/test_coverage