/uvuyo/api/v1.0/encode

The rest call is used to encode a password using the uvuyo encoder. Use this rest api call if you want to change the default password of the rest api and the GUI. See Configuration parameters for more details.

Query Parameters:

ParamterDescription
passwordThe password that should be encoded

Example:

http://localhost:8443/uvuyo/api/v1.0/encode?password=mySecret

Result:

Description
Encrypted Password

Example:

4HAQZBg3nr7jGNpT/hM4PVKZNrJCNkLHwT47CmsF7V8=
Nach oben