PHPackages                             paulodiff/rainbow-table-index - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. paulodiff/rainbow-table-index

ActiveLibrary[Database &amp; ORM](/categories/database)

paulodiff/rainbow-table-index
=============================

Laravel database data encryption with full text search

126PHP

Since Jan 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/paulodiff/rainbow-table-index)[ Packagist](https://packagist.org/packages/paulodiff/rainbow-table-index)[ RSS](/packages/paulodiff-rainbow-table-index/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel database data encryption with full text search
======================================================

[](#laravel-database-data-encryption-with-full-text-search)

🚨 DO NOT USE IN PRODUCTION! 🚨
=============================

[](#-do-not-use-in-production-)

Disclaimer
----------

[](#disclaimer)

- This library is a proof of concept.

TODO
----

[](#todo)

- prefix table
- config default encrypted
- security customization
- test relationship
- stats

 [ ![](https://camo.githubusercontent.com/2e1998c3de2127e810a6b93cbfcd382818a0acfe93e9d34e1def19fed3e3cc76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e7376673f7374796c653d666c61742d737175617265) ](https://laravel.com) [ ![](https://camo.githubusercontent.com/1ead825ed02472eab47624685b680399a2e4b0bde5c24dff2a751aada1023138/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7061756c6f646966662f7261696e626f772d7461626c652d696e6465782e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/paulodiff/rainbow-table-index) [ ![](https://camo.githubusercontent.com/897d3ea5311d6f73628d97ed247916a07064fdd603f60668225461bbbb2835e4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061756c6f646966662f7261696e626f772d7461626c652d696e6465782e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/paulodiff/rainbow-table-index) [ ![](https://camo.githubusercontent.com/677f874f36e126f28c02f9bbcc324312e968d78b552c0b4a9beb423d160d5229/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061756c6f646966662f7261696e626f772d7461626c652d696e6465782e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/paulodiff/rainbow-table-index)

Introduction
------------

[](#introduction)

Database data encryption is a must-have and it's very simple to encrypt data in database using Laravel Eloquent ORM casts:

```
