Orderly is a secure and user-friendly password management program designed to simplify and enhance the way users organize and protect their sensitive credentials. It allows credentials insertion by simulating low level keyboard input making it useful in games, desktop applications and web pages!
Orderly excels in ensuring the secure management of passwords, employing robust top-tier encryption measures. All you need is a master password which will allow you to access your entire catalog of credentials.
Everything is ran locally, reducing to basically 0 the possibility of a breach on your main credentials database.
Set up backup routines, locally or remotely (Google Drive and Mega coming soon...) to add another layer of security that your passwords will never be lost!
Generate secure and customizable passwords for your applications that no one will be able to crack. Turns out you don't need creativity to make your passwords water tight.
- Highly customizable
- Works completly offline, no installations or remote connections needed
- Complete control over your credentials
- Sorting based on groups and pinned status
And many more!
If you want to run Orderly you are highly encouraged to build your own program and run it with your own config encryption key! Don't worry though, your actual password encryption key is generated using your master password.
Building the project requires you to have Visual Studio 2022 installed on your system as well as the latest .NET SDK (Target SDK is .NET 8).
Next you'll need to provide your credentials for Google OAuth authentication and a new encryption key
- Open the solution (Orderly.sln)
- Create a new file in
DaVault
and call itDaVault.json
- Set its build action to Embedded resource
- Fill the document with the following:
{
"ConfigEncryptionKey": "<YOUR ENCRYPTION KEY>",
"DriveClientId": "<YOUR DRIVE CLIENT IT>",
"DriveClientSecret": "<YOUR DRIVE CLIENT SECRET>"
}
You can generate a 8 byte encryption key here.
- Build!
As usual, donations are not required, the software is free for everyone, but they are greatly appreciated as they help me keep the project alive!