How do I know what password is being used in the Electron.NET default #249

Open
opened 2026-01-29 16:34:52 +00:00 by claunia · 0 comments
Owner

Originally created by @jack-harry-631 on GitHub (Jan 11, 2019).

Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub.

I am trying out Electron.NET and I am totally noob to Electron.NET

A colleague who have left the company, have passed me a project on Electron.NET with little documentation.

I do not know the password algorithm for Electron.NET interface.

All I can see is a database that have the following information:
Password Hashed: nWRmPrxvoNXRaqJ7l2wDhF5d6K4=
PasswordSalt: 6pKn4Fqtpp+DgSoULvYyGFjzI9PRag==K5wZdukJ

Both PasswordHashed and PasswordSalt is the column header for the database. The database looks like a sqlite file.

Another colleague inform me that the password may be P@ss0rd#123 and the colleague mention that the default password for Electron.NET is that password.

Now, the problem is that I do not know how to create a account for Electron.NET.

Neither do I know what is the algorithm to convert the password to a hashed password into the sqlite database for Electron.NET.

Also, I do now know the Password Salt for Electron.NET come from where and how to generate it.

Can anyone please enlighten me and thank you in advance.

Electron.NET noob.

Originally created by @jack-harry-631 on GitHub (Jan 11, 2019). Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub. I am trying out Electron.NET and I am totally noob to Electron.NET A colleague who have left the company, have passed me a project on Electron.NET with little documentation. I do not know the password algorithm for Electron.NET interface. All I can see is a database that have the following information: Password Hashed: nWRmPrxvoNXRaqJ7l2wDhF5d6K4= PasswordSalt: 6pKn4Fqtpp+DgSoULvYyGFjzI9PRag==K5wZdukJ Both PasswordHashed and PasswordSalt is the column header for the database. The database looks like a sqlite file. Another colleague inform me that the password may be P@ss0rd#123 and the colleague mention that the default password for Electron.NET is that password. Now, the problem is that I do not know how to create a account for Electron.NET. Neither do I know what is the algorithm to convert the password to a hashed password into the sqlite database for Electron.NET. Also, I do now know the Password Salt for Electron.NET come from where and how to generate it. Can anyone please enlighten me and thank you in advance. Electron.NET noob.
claunia added the question label 2026-01-29 16:34:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#249