What hashing is used on the automatic user source passwords?

I’ve seen an old post from 2015 that says SHA1 but also some hinting at MD5? What is being used to hash passwords in Ignition 7.9.9?

1 Like

Hi @salbrechtsen -

Looks like we have a mix of things going on:

Internal User Source:
SHA-256 (with support for MD5, which is likely what some user passwords were hashed with in the past before we started using SHA-256)

DB Automatic User Source:
SHA-1

2 Likes

Thank you!

Is this still what's being used for Ignition 8.1.3?

Yes.

1 Like