WebTolk Joomla Extensions
89 Extensions
11 Categories
391 Versions released
379338 Downloads
Fork of the Sop/CryptoBridge library to support Russian algorithms CP_GOST_R3411_12_256_R3410, CP_GOST_R3411_12_512_R3410, RFC7836. A PHP library that provides cryptography support for various PKCS applications. Packaged to work in Joomla 3 and Joomla 4.
This fork made by Russian Joomla-developer Artem Vasilev.
A PHP library providing cryptography support for various PKCS applications.
Defines an interface with encrypt / decrypt and signature signing / verification methods. Currently only OpenSSL backend is supported.
Key and algorithm information is passed in ASN.1 types implemented in sop/crypto-types
package.
There is code example for Joomla 3 and Joomla 4.
defined('_JEXEC') or die('Restricted access');
// For Joomla 3
JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES);
// OR
// for Joomla 4
JLoader::registerNamespace('Webmasterskaya', JPATH_LIBRARIES. '/Webmasterskaya');