mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
How do I know what password is being used in the Electron.NET default #249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.