Hash calculation
The Hash consists of the identity (username) and password. These are separated by a colon.
%username%:%password%
The SHA256 algorithm is used for Hash calculation.
Example:
Identity (username): BeckhoffOCPP
Password: 1234abc$
Calculated Hash: 30206a1e174ac04ea140234f2c1edd854d8dbca1d664b92d763cb5ef78c8e8dc
Any SHA256 calculator can be used at this point. These can be found online or as functions in various libraries, for example.