cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
505
Views
0
Helpful
3
Replies

Unity user PIN, Is it encrypted and where is it stored

shane.carnahan
Level 1
Level 1

Trying to find out where the users PIN is stored for Unity and if it is encrypted. This is Unity 5.0 VM only with Exchange off box message store. Any help with this answer would be greatly appreciated. Thank you.

1 Accepted Solution

Accepted Solutions

Chad Stachowicz
Level 6
Level 6

It is unencrypted, and it is stored in the SQL Table 'Subscriber' in the table 'PwDtmf'.

HTH, please rate helpful posts!

Chad

View solution in original post

3 Replies 3

Chad Stachowicz
Level 6
Level 6

It is unencrypted, and it is stored in the SQL Table 'Subscriber' in the table 'PwDtmf'.

HTH, please rate helpful posts!

Chad

Thank you Chad!

Christopher McAlpin
Community Manager
Community Manager

Yes, the teleophone user interface (TUI)password is stored as an MD5 hash value in the SQL database "UnityDb". The value is stored in the subscriber table under the "PwDtmf" property. In Unity 7.0, the password is stored as an SHA-1 hash instead of MD5.