Rossignol is a mobile app for password management. Find our wiki there.
Rossignol is a mobile application available on booth IOS and Android. It's main goal is to provide to they users the ability to securly store and generate their passwords.
This is a quick look of the HomePage & MainPage page of the application (while been connected with an online account).
| LoginPage | MainPage |
|---|---|
*with an online account
with the newest versions of our IDataManager this procedure is no longer required to use this project, as the code veries that the database already exists or creates it whenever needed. This is applicable for :memory: and sqlite databases. The sqlite database file is created at the root of the temporary windows system folder.
This project does not yet support server style databases like mysql.
./Rossignol/Sources/EF_Model/Migrations./Rossignol/Sources/EF_Model path, run the dotnet ef migrations add <whatever> command.
dotnet tool install --global dotnet-efdotnet ef database update --startup-project ..TestsTestEntitiesTestEntities.csproj command, which will apply the migration to the project.Note that the EF_Model project needs the EntityFrameworkCore + EntityFrameworkCore.Sqlite + EntityFrameworkCore.Tools nugget package to work.
Also note that the TestEntities project needs the EntityFrameworkCore.Design nugget package to work.
You can find the documentation & the Postman test collection under ./Documentation/webservices.