How To Store Encrypted Data Collected By Your Web Application With PHP7 and LibSodium

Written by simone-ricci | Published 2019/11/08
Tech Story Tags: security | php7 | sodium | cryptography | latest-tech-stories | privacy | password-security | password

TLDR This article shows how to build a simple landing page that encrypts private data. It uses Sodium crypto libraries, which are included as PHP extensions in 7.1, 7.2 and 7.3. We will build a very basic admin panel (for testing purposes only) with a feature that allows us to search for an email or a phone in the database, even if they are encrypted. The encryption keys should be stored at least on the web server, never on the database. The main problem is to check or search for those data, once they have been encrypted.via the TL;DR App

no story

Written by simone-ricci | lamorbidamacchina.com
Published by HackerNoon on 2019/11/08