Authentication options for mntner objects
Authentication methods currently supported by the database are described below.
Authentication keyword | Description |
---|---|
BCRYPT-PW |
Stored in the auth attribute as a fixed hashed password in BCRYPT-PW format. Advantages of this method include:
Disadvantages of this method include:
To update your maintainer object to use BCRYPT-PW, please go to MyAPNIC.
Note: WHOIS currently also supports CRYPT-PW and MD5, but they will be deprecated soon. |
PGPKEY | Stored in the auth attribute as a signature identity pointing to a public key certificate. The public key certificate is stored in a separate key-cert object. To authenticate changes to objects protected by maintainers using this method, the submission must be signed by the corresponding private key.
Advantages of this method:
Disadvantages of this method include:
To update your authentication method to PGPKEY, see: |