halite icon indicating copy to clipboard operation
halite copied to clipboard

High-level cryptography interface powered by libsodium

Results 23 halite issues
Sort by recently updated
recently updated
newest added

Can I trust that it will always be like this? The idea is to send the broken 'encrypted token', **removing 'MUIFA'** from the beginning and when I receive the token...

When reading cookies that were encrypted using v4.8 in v5.1 I'm seeing exceptions with the message 'Expected hexadecimal character'. RangeException: Expected hexadecimal character in vendor/paragonie/constant_time_encoding/src/Hex.php:132 Stack trace: #0 vendor/paragonie/halite/src/Cookie.php(139): ParagonIE\ConstantTime\Hex::decode()...

For a project it's a requirement to implement data encryption on top of TLS. So the data send by the client needs to be signed + encrypted, and be able...