Using Halite for Public Key Crypto with PHP
Date: August 26, 2020
Categories: coding
This post is a follow on from Public Key Encryption with PHP which concluded with two unanswered questions: 1. What exactly is the algorithm used with Halite and how do you encrypt and decrypt messages that use a different algorithm? 2. Practical implementation of having separate keys for signing and encrypting. The algorithm used by […]