[GH-ISSUE #1520] authentication password with the api #328

Closed
opened 2026-03-07 20:47:47 +03:00 by kerem · 2 comments
Owner

Originally created by @Geronium on GitHub (Mar 2, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1520

Hello, apparently the password that is presented to cloudbeaver is encrypted (with a hash?). How can reproduce it? how do you switch from clear password to encrypted password? thanks

Originally created by @Geronium on GitHub (Mar 2, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/1520 Hello, apparently the password that is presented to cloudbeaver is encrypted (with a hash?). How can reproduce it? how do you switch from clear password to encrypted password? thanks
kerem closed this issue 2026-03-07 20:47:48 +03:00
Author
Owner

@Wroud commented on GitHub (Mar 2, 2023):

Thank you for a question, you can find encryption mechanism used in the application here.

<!-- gh-comment-id:1452022106 --> @Wroud commented on GitHub (Mar 2, 2023): Thank you for a question, you can find encryption mechanism used in the application [here](https://github.com/dbeaver/cloudbeaver/blob/29b4e816545729cb15daac8bf5bc395f225a2187/webapp/packages/core-authentication/src/AuthProviderService.ts#L66).
Author
Owner

@Geronium commented on GitHub (Mar 2, 2023):

it's perfect, juste a simple md5sum, i tried but without the -n , to have the right hash we have to make a

echo -n "passord" | md5sum

Thank you very much for your answer.

<!-- gh-comment-id:1452075217 --> @Geronium commented on GitHub (Mar 2, 2023): it's perfect, juste a simple md5sum, i tried but without the -n , to have the right hash we have to make a echo -n "passord" | md5sum Thank you very much for your answer.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#328
No description provided.