Base64, Hash & HMAC Encryptor

Introduction

Hash & HMAC generator for encrypting text strings using one of the following encryption methods: Base64, SHA-1,SHA-224,SHA3-224,SHA-256,SHA3-256,SHA-384,SHA3-384,SHA-512,SHA3-512,SHAKE128,SHAKE256

How to Setup

Just place the element on the page. Done. Now you can use the plugin features.

Plugin Elements

HMAC generator

Image without caption

Fields

Title
Description
Encryption method
Choosing an Encryption Method
Input type
Format of String
Secret key type
Format of Secret key
Output type
Format of resulting encrypted data
String
The string to be encrypted
Secret key
Secret key to protect encrypted data

Actions

Generate HMAC
Image without caption
Title
Description
Encryption method
Choosing an Encryption Method
Input type
Format of String
Secret key type
Format of Secret key
Output type
Format of resulting encrypted data
String
The string to be encrypted
Secret key
Secret key to protect encrypted data

Exposed States

Title
Description
Type
Output HMAC
Encripted with Encryption method string
Text

Hash generator

Image without caption

Fields

Title
Description
Encryption method
Choosing an Encryption Method
Input string
The string to be encrypted
Output type
Format of resulting encrypted data

Actions

Generate hash
Return string encoded using Encryption method in HEX format
Image without caption
Title
Description
Encryption method
Choosing an Encryption Method
Input string
The string to be encrypted

Exposed states

Title
Description
Type
Output hash
Encrypted string
Text
Input Hash
Returns value of Input string without any changes
Text

Base64 converter

Image without caption

Fields

Title
Description
String
String to convert
Type
Type of operation

Actions

Encode/decode
Image without caption
Title
Description
String
String to convert
Type
Type of operation

Exposed states

Title
Description
Type
Output value
Converted string
Text
Input value
Initial string
Text

Demo to preview the settings

Changelogs

Update 18.01.18 - Version: 2.0.0

  • Added base64 encryption

Update 14.07.21 - Version: 2.4.0

  • Background Effects

Update 17.12.21 - Version: 2.6.0

  • Added new action for convert any image

Update 12.09.23 - Version: 2.12.0

  • Minor updates

Update 31.10.23 - Version: 2.15.0

  • Upgrade to version 4

Update 17.01.24 - Version: 2.16.0

  • Minor fixes