Skip to main content

Get a base-64 encoded string

In order to use the SendRequest action with Octory PRO, it is required that you provide the credentials to access to your MDM API. Those crendentials are then safely stored in the system kechain.

The base64 command provides a simple way to get this string.

printf "username:password" | iconv -t ISO-8859-1 | base64 -i -

Discover more