Skip to content

Commit

Permalink
update readme for php5 only branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Jan 27, 2020
1 parent eb98244 commit 76aadec
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 76aadec

Please sign in to comment.