Closed OmegaZero closed 6 years ago
I think you're in the wrong repository. But Halite does all of that behind-the-scenes. https://github.com/paragonie/halite/blob/cbda59b8e39bfb02924cc6e2ee1c63accfda5da3/src/Symmetric/Crypto.php#L262-L270
Ah yes, my apologies! And thanks for the help again! :)
Happy to help :)
Is there a way to provide a salt value with the encryption for Halite? Or do I even need to (perhaps the salt is included in the encrypted value)? I see you can use a salt to derive a password but I don't see anything about doing symmetric encryption with a salt.
Thanks!