Encrypted password field

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
james_CK
Posts: 5
Joined: Thu Jan 22, 2015 10:07 pm

Encrypted password field

Post by james_CK »

1. Brekeke Product Name and Version:
Ver 3.4.7.2

2. Java version:
Version 8 Update 51

3. OS type and the version:
Windows Server 2012 R2

4. UA (phone), gateway or other hardware/software involved:

5. Your problem:
I am using MySQL as 3rd party database and I need to insert users in t_userdir table by using encrypted password field from our application. How should I encrypt that field in order to be understandable by Brekeke registration process.

Do I need to use other tool for this purpose? If so, what tool or plugin i would need to use?

Thanks for your help.
Tata
Posts: 223
Joined: Sun Jan 27, 2008 1:03 pm

Post by Tata »

If you set "Encrypt Users Passwords" off in the SIP server's Database settings, you don't have to encrypt a password when you create a user in the database directly.

If you want to keep the database secure, host the MySQL under the secure environment.
james_CK
Posts: 5
Joined: Thu Jan 22, 2015 10:07 pm

Encrypted password field

Post by james_CK »

Thanks Tata for your reply. However, I think I didnt explain very well.

What I mean is that I am going to insert users in t_userdir table directly from our application. The table is in MySql Server as 3rd party database. The t_userdir table has the Password field and usually Brekeke inserts the user's password encrypted.

Now, if the "user" data will be inserted directly from application then how should I encrypt the password if we need to insert it as a encrypted field as Brekeke does.

Thanks!
Mike
Posts: 733
Joined: Mon Mar 07, 2005 2:25 pm
Location: Sunny San Mateo
Contact:

Post by Mike »

We recommend you use the [Encrypt Users Passwords] = off as Tata posted. Also we mentioned it in the document .
Post Reply