PHP Classes

Crypt Put Client: Encrypt or decrypt data using Crypt client API

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 153 All time: 9,054 This week: 455Up
Version License PHP version Categories
cryptputclient 1.0GNU General Publi...5PHP 5, Cryptography
Description 

Author

This package can encrypt or decrypt data using a Crypt Put API server.

It can send HTTP requests to a given Crypt Put server to obtain an access token.

The class can send authenticated requests with the previously obtained authorization to encrypt and decrypt given data.

Picture of andy honeycutt
Name: andy honeycutt <contact>
Classes: 5 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 1x

Example

<?php
require_once('class.cryptput.php');

$a = new CryptPutClient();
$id = $a->put('this is my message');
print_r($id);
$data = $a->get($id);
echo
$data, "\n";
$data = $a->get($id, true);
echo
$data, "\n";


  Files folder image Files (6)  
File Role Description
Files folder imagephp (2 files)
Files folder imagepython (1 file)
Plain text file class.cryptput.php Class Crypt Put client class
Accessible without login Plain text file example.php Example Example usage
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files (6)  /  php  
File Role Description
  Plain text file class.cryptput.php Class Class source
  Accessible without login Plain text file example.php Example Example script

  Files folder image Files (6)  /  python  
File Role Description
  Accessible without login Plain text file crypt_put.py Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 66%
Total:153
This week:0
All time:9,054
This week:455Up