https://github.com/mihnea-radulescu/passwordsecure
Password Secure is a cross-platform, offline password manager, using strong AES-256 encryption.
https://github.com/mihnea-radulescu/passwordsecure
aes aes-256 aes-encryption avalonia avalonia-ui cross-platform csharp desktop desktop-app desktop-application dotnet encryption linux linux-app linux-desktop macos macos-app password-manager windows windows-app
Last synced: 8 months ago
JSON representation
Password Secure is a cross-platform, offline password manager, using strong AES-256 encryption.
- Host: GitHub
- URL: https://github.com/mihnea-radulescu/passwordsecure
- Owner: mihnea-radulescu
- License: gpl-3.0
- Created: 2024-03-04T10:21:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T18:51:12.000Z (over 1 year ago)
- Last Synced: 2025-01-31T07:02:54.134Z (over 1 year ago)
- Topics: aes, aes-256, aes-encryption, avalonia, avalonia-ui, cross-platform, csharp, desktop, desktop-app, desktop-application, dotnet, encryption, linux, linux-app, linux-desktop, macos, macos-app, password-manager, windows, windows-app
- Language: C#
- Homepage: https://flathub.org/apps/io.github.mihnea_radulescu.passwordsecure
- Size: 349 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passwordsecure
Password Secure is a cross-platform, offline password manager, using strong AES-256 encryption.
It is written in C#, and targets .NET 8 on Linux and Windows. It relies on [Avalonia](https://github.com/AvaloniaUI/Avalonia), as its UI framework.
Password Secure encrypts the user's accounts and web sites login data, using a master password.
Features:
* state-of-the-art AES-256 symmetric-key encryption
* offline storage, using portable files
* automatic backup creation, before updating the stored data
* secure copying and editing of passwords, without revealing them
* automatic clipboard clearing on application exit

