Ease Pass is a straightforward yet powerful password manager that makes managing your passwords easy and intuitive. With Ease Pass, you can securely store, edit, and organize all your passwords in one place. The app focuses on ease of use while keeping your data safe and accessible whenever you need it. Whether you're generating strong passwords, organizing your existing ones, or importing them from other sources, Ease Pass has you covered.
- Offline and Secure
- Simple but intuitive and clean-looking design
- Generate Secure Passwords
- Generate 2FA tokens
- Fast search
- Print your database as PDF or on Paper
- Export and Import your passwords encrypted
- Sort and order your passwords
- Plugin support to extend the functionality.
- Import your passwords from the Browser
- Import your wifi passwords from Windows
- Code Contributions: Fork, enhance and submit pull requests on GitHub.
- Bug Reports: Help us by reporting glitches or bugs on our GitHub repository.
- Feature Requests: Share your ideas for new features.
- Translations: Contribute to making EasePass more inclusive.
- camelCase for variables and function parameters.
- PascalCase for classes, functions, and properties.
- Use comments for complex or hard-to-understand code.
- Avoid duplicating code; create functions to handle repeated logic.
- Always use brackets around loops, conditionals, and other control structures for clarity.
- Place return statements on a new line for better readability.
- Use the new single-line namespace feature (remove brackets and add a semicolon).
- Limit nesting to a maximum of 3 levels for better readability.
- Clone the repository.
- Make sure you have the correct dependencies for Winui3 development installed in Visual Studio
- Open the .sln file in the root folder
- in Visual Studio start the EasePass package and wait for it to build.