Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


The following hashing algorithms are used in Axxon PSIM:

  1. To hash passwords, the following algorithms are used:
    1. MD5 (hash length is 16 bytes).
    2. SHA-256 (hash length is 32 bytes).
    3. SHA-512 (hash length is 64 bytes).
    4. SHA-512-256 (hash length is 32 bytes).
    5. SHA3-512 (hash length is 64 bytes).
      Example.
      {
      "hashes": {
      "MD5": "60698d1e34cf4acab5a51f2b49b5282e",
      "SHA-256": "4bdcb0f7f80e1a0d1a4febe35c3e93bd5f346eb6c6fd023e3b3d2d0a6c93bdc2",
      "SHA-512": "64562f144f233d5118a196c00361e790d9831313c93bd64157da55867c915c2663dd7ad8aab2518afd2644734406154e1c21c68e8526eecf84c137a134f6d00b",
      "SHA-512-256": "2e034daf521992ae439e113c7d2a0bcdc5dcb4080e3505dcb13e6ae34497773f",
      "SHA3-512": "efeda67fd02d62c91c630bc9b25fe1fa26fac4bcdd60dc3727e19579c5a463f8eef41a05c2f722e1382352d7650c1fdf2452049644f617011b005336f64e20d7"
      }
      }
  2. For archive digital signing, the following are used:
    1. RSA-256 encryption (key is 256 bits).
    2. SHA1 hashing (hash length is 20 bytes).

  • No labels