Download the PHP package oat-sa/extension-tao-encryption without Composer

On this page you can find all versions of the php package oat-sa/extension-tao-encryption. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package extension-tao-encryption

Tao Encryption

This article describes the functioning of tao encryption, focusing of encryption of sensitive data information on a database level.

Installation

You can add the Tao Encryption as a standard TAO extension to your current TAO instance.

Encrypted services supported

1. Results Encryption

Encrypt

Note:

This command will generate two keys (public and private) and save them on the filesystem.

Note:

On Client Tao instance. You have to copy the public key.

Note:

On Server Tao instance. You need both keys

Decrypt

In order to decrypt your results use the following script by passing a delivery id.

Or by passing the -all argument

Note:

This command will decrypt results and store in the delivery result storage setup.

2. Test State data encryption

In order to use the encrypted state test service you have to run the following command on tao client instance:

This service it's using the symmetric algorithm in order to encrypt information.

3. User Encryption

Note:

You should ran this command on client tao instance

4. Setup Encrypted File Systems

Note:

Extra You can make TAO file systems encrypted. The following command line enables encryption for the private file system, using the service registered with ID taoEncryption/symmetricEncryptionService for data encryption/decryption.


All versions of extension-tao-encryption with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
phpseclib/phpseclib Version ~2.0.0
oat-sa/generis Version >=14.0.0
oat-sa/tao-core Version >=47.0.0
oat-sa/extension-tao-delivery Version >=15.0.0
oat-sa/extension-tao-delivery-rdf Version >=14.0.0
oat-sa/extension-tao-lti Version >=12.0.0
oat-sa/extension-tao-outcome Version >=13.0.0
oat-sa/extension-tao-sync Version >=8.0.0
oat-sa/extension-tao-proctoring Version >=20.0.0
oat-sa/extension-tao-oauth Version >=6.0.0
oat-sa/extension-tao-testtaker Version >=8.0.0
oat-sa/extension-tao-testqti Version >=41.0.0
oat-sa/extension-tao-testcenter Version >=10.0.0
oat-sa/extension-tao-publishing Version >=6.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oat-sa/extension-tao-encryption contains the following files

Loading the files please wait ....