mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
000722e5a656deefb2699e9fb133e82d0356ff49
+ fix file magic number check + change marker size 7 -> 8 + set key field when creating-and-unlocking, so Locked becomes false + throw InvalidOperationException in GetRootDirectory when the store is not unlocked + invert Locked property (hahaha) + fix debug logging in OuterEncryptionReader + implement reading the file header from a Stream + PassStoreFileAccessor.Unlock reads and prints out the file header (placeholder for future implementation) + the Create Store button creates an empty file at the selected location + the Open Store button checks the file and calls Unlock
KeyKeeper
Менеджер паролей и ключей
KeyKeeper - личный менеджер паролей и ключей, где пользователь сможет сохранять свои логины, пароли, адреса электронной почты, ключи восстановления с различных веб-сайтов и из приложений и управлять ими. Также будет возможность настраивать генерацию одноразовых кодов (OTP) для входа на веб-сайты и сохранять ключи симметричного/асимметричного шифрования для личного использования. Ключи и пароли будут храниться исключительно локально на компьютере пользователя и всё хранилище целиком можно будет защитить мастер-паролем.
Description
Languages
C#
100%