Download the PHP package tobento/app-encryption without Composer
On this page you can find all versions of the php package tobento/app-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobento/app-encryption
More information about tobento/app-encryption
Files in tobento/app-encryption
Package app-encryption
Short Description App encryption support.
License MIT
Homepage https://www.tobento.ch
Informations about the package app-encryption
App Encryption
Encryption support for the app.
Table of Contents
- Getting Started
- Requirements
- Documentation
- App
- Encryption Boot
- Encryption Config
- Encryption Usage
- Credits
Getting Started
Add the latest version of the app encryption project running this command.
Requirements
- PHP 8.0 or greater
Documentation
App
Check out the App Skeleton if you are using the skeleton.
You may also check out the App to learn more about the app in general.
Encryption Boot
The encryption boot does the following:
- installs and loads encryption config file
- (re)generates encryption keys for config file
- implements encryption interfaces based on encryption config
You may check out the Encryption Service to learn more about it.
Encryption Config
The configuration for the encryption is located in the file at the default App Skeleton config location where you can specify the encrypters for your application.
Regenerating encryption keys
If you want to regenerate encryption keys, simply replace the existing key with in the file. On the next booting, it will regenerate it automatically.
Encryption Usage
You can access the encrypter(s) in several ways:
Using the app
Using autowiring
You can also request the or in any class resolved by the app.
Using the view boot
You may check out the Encryption Service to learn more about it.
Credits
- Tobias Strub
- All Contributors
All versions of app-encryption with dependencies
tobento/app Version ^1.0
tobento/app-migration Version ^1.0
tobento/service-config Version ^1.0.4
tobento/service-encryption Version ^1.0.1