Create password

Here you can generate encrypted passwords with different algorithms. This is a general tool. If a certain type of encryption is permitted in an area, it is explicitly indicated there.

images/download/attachments/164334819/Admin-Konsole_13_EN-version-1-modificationdate-1705304401340-api-v2.png


(1) Selection of the encryption method. The AuthenticationService procedure only appears if it is set up in the system.


Obfuscation

The password is encrypted by an internal algorithm of the Integration Server. Decryption is possible. See also sections Obfuscation and Masked and encrypted passwords in configuration files.

Unix Crypt

The password is encrypted using a random bit sequence (salt as a simple string). Decryption is not possible.

BASE64

The password is encrypted using the Base64 encoding method. Decryption is possible.

MD5

Is a widely used cryptographic hash function that generates a 128-bit hash value. A delimiter separates the hash values. Decryption is not possible.

SHA1

Also a widely used hash function. A delimiter separates the hash values. Decryption is not possible. See also section Admin Console (administration).

AuthenticationService

Passwords (and other data) of the partner management in the database are encrypted (by an algorithm of the AuthenticationService). This option offers the possibility to encrypt and decrypt data with the selected service.


(2) Input field for the unencrypted password.

(3) Field for displaying the encrypted password.

(4) Using the arrow keys, a password can be encrypted or an encrypted password can be decrypted, if the encryption procedure allows this.

(5) Both unencrypted and encrypted passwords can be downloaded as a ZIP file.

(6) Here a random password can be generated. The parameters for the generation are the length of the password and the selection of whether lowercase and uppercase letters, numbers and special characters may be used.