Skip to main content
Skip table of contents

Authentication

migVisor Credentials

migVisor credentials are used to keep the process of authentication safe and secure.

Credentials are personal and should never be shared between different users.

The same credentials are used to authenticate users to both mConsole and mMC.

Password Requirements

migVisor passwords are required to meet the following criteria:

  1. Contain 8–64 characters.

  2. Include at least one uppercase letter: A-Z.

  3. Include at least one lowercase letter: a-z.

  4. Include at least one number: 0-9.

  5. Include at least one special character: ! @ # $ % ^ & * ( ) - _ = + | [ ] { } ; : / ? . > <.

Credentials Encryption in Transit

To secure authentication credentials in transit, an SSL profile configuration is used.

Security protocols TLS 1.3 and TLS 1.2 are used for protecting the data as it travels over the internet during read and write operations and during communication between the different migVisor services and source database servers.

Credentials Encryption at Rest

At rest, authentication credentials are encrypted by the application layer and stored in the database.

For mConsole, passwords are encrypted using BCrypt strong salted hashing functions.

mMC stores database access authentication credentials as a local configuration in an encrypted form using AES/ECB/PKCS5Padding cipher objects and padding schemes.

All of migVisor’s storage data is encrypted by the cloud service providers' data encryption keys. The CSP keys don’t take part in the credential's encryption process.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.