Jump to content
We've recently updated our Privacy Statement, available here ×

Password Hash - JDBC


phillip_2
Go to solution Solved by marianol,

Recommended Posts

Hi

As per below, please could someone tell me what type of hash that password is encrypted as. I was under the impression it was SHA1, however when I create a SHA1 password hash and update that password, I am not able to create a connection. Do I have create a SHA1 with CBC and PKCS5Padding ? 

Database changed

mysql> select * from jasperserver.jijdbcdatasource;
+-----+-----------------------+----------------------------------+----------------------------------------+----------+----------+
| id  | driver                | password                         | connectionUrl                          | username | timezone |
+-----+-----------------------+----------------------------------+----------------------------------------+----------+----------+
| 160 | com.mysql.jdbc.Driver | 799722AE61FE207013C9104BC3344B58 | jdbc:mysql://192.168.192.3:3306/accounting | test |          |
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...