tornevall / tornelib-php-crypto
Crypto and I/O library for TorneLIB, handling encryption and data.
Installs: 56 747
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- tornevall/tornelib-php-errorhandler: ^6.1.0
- tornevall/tornelib-php-flags: ^6.1.0
- tornevall/tornelib-php-io: ^6.1.0
- tornevall/tornelib-php-utils: ^6.1.0
- dev-master
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.29
- 6.0.28
- 6.0.27
- 6.0.26
- 6.0.25
- 6.0.24
- 6.0.23
- 6.0.22
- 6.0.21
- 6.0.20
- 6.0.19
- 6.0.18
- 6.0.17
- 6.0.16
- 6.0.15
- 6.0.14
- 6.0.13
- 6.0.12
- 6.0.11
- 6.0.10
- 6.0.9
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- dev-develop/6.0
- dev-fixes/PHPCRYPTO-39-42
- dev-PHPCRYPTO-41
- dev-develop/6.1
- dev-CRYO-35
- dev-develop/CRYO-27
This package is auto-updated.
Last update: 2025-01-06 14:40:37 UTC
README
Encryption helper library that helps to standardize encrypted data over (amongst others) http links.
Most of the encrypted data used in this library will be encoded into strings that can be handled over http networks. There are also compression handled through this library that could be used in the same way.
Where is MODULE_IO?
The module that handled unencrypted strings and data has been moved to tornevall/tornelib-php-io - this module have a dependency to it, since "crypto" was the first version that contained both modules. To avoid problems, this module keeps importing it via composer.