---
title: "CryptoBridge PHP library for Russian Cryptographic algorithms for Joomla - WebTolk websites development, Joomla Extensions"
description: "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."
url: "https://web-tolk.ru/en/dev/biblioteki/webmasterskaya-cryptobridge-library"
date: "2026-06-02T15:10:29+00:00"
language: "en-GB"
---

# Webmasterskaya / CryptoBridge Library

- **Categories:** [Libraries](https://web-tolk.ru/en/dev/biblioteki), [Joomla 4 - Joomla 6extensions](https://web-tolk.ru/en/dev/rasshireniya-dlya-joomla-4)
- **Version:** 0.3.1
- **Date:** 18 March 2022

3865 4794 CTR 81% Lib Free

[Download](https://web-tolk.ru/en/get?element=webmasterskaya_crypto_bridge)[Versions](https://web-tolk.ru/en/dev/biblioteki/webmasterskaya-cryptobridge-library/versions)[GitHub](https://github.com/webmasterskaya/crypto-bridge)

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.

![Webmasterskaya / CryptoBridge Library](https://web-tolk.ru/images/swjprojects/projects/40/en-GB/icon.jpg)

## Description

[This fork made by Russian Joomla-developer Artem Vasilev](https://webmasterskaya.xyz/).

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`](https://packagist.org/packages/webmasterskaya/crypto-types) package.

## Including Webmasterskaya/CryptoBridge php library in Joomla

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');
```

## Joomla

 **Extension type:** Library **Joomla version:** 4.0

## What's new

 2022-03-18 10:09:34

### Webmasterskaya / CryptoBridge Library v.0.3.1

Version from 23.05.2019

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/biblioteki",
                "name": "Libraries"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "Webmasterskaya / CryptoBridge Library"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/biblioteki/webmasterskaya-cryptobridge-library",
            "name": "CryptoBridge PHP library for Russian Cryptographic algorithms for Joomla - WebTolk websites development, Joomla Extensions",
            "description": "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.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "Webmasterskaya / CryptoBridge Library",
            "url": "https://web-tolk.ru/en/dev/biblioteki/webmasterskaya-cryptobridge-library",
            "description": "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.",
            "applicationCategory": "Libraries",
            "softwareVersion": "0.3.1",
            "downloadUrl": "https://web-tolk.ru/en/get?element=webmasterskaya_crypto_bridge",
            "image": "https://web-tolk.ru/images/swjprojects/projects/40/en-GB/icon.jpg",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 3865
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 4795
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/biblioteki/webmasterskaya-cryptobridge-library"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "Libraries, Joomla 4 - Joomla 6extensions",
            "isAccessibleForFree": true
        }
    ]
}
```
