Skip to content

PHP 7.2 port of the triplesec library supporting v4 of the spec

License

Notifications You must be signed in to change notification settings

Katuva/php-triplesec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-triplesec

PHP implementation of Triplesec v4.

Installation

Requirements

  • php >= 7.2
  • ext-scrypt >= 1.4.2

Composer Install

composer install katuva/php-triplesec

Usage

<?php

require __DIR__.'/vendor/autoload.php';

echo \Katuva\TripleSec::encrypt('this is the secret message', 's3cr3tk3y') . "\n";

About

PHP 7.2 port of the triplesec library supporting v4 of the spec

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages