Giter Site home page Giter Site logo

wismna / modernkeepass Goto Github PK

View Code? Open in Web Editor NEW
37.0 3.0 2.0 19.95 MB

KDBX password manager for the Windows Store

License: GNU General Public License v3.0

C# 98.86% PowerShell 1.14%
password-manager keepass uwp xaml winrt windows-8 windows-10 clean-architecture mvvm csharp

modernkeepass's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

modernkeepass's Issues

{"Buffer cannot be null. (Parameter 'buffer')"} exception when opening DB

Using the code example below, I get exception when opening the DB

of course I changed the path and masterpw.. ;)


var dbpath = @"C:\path\to\passwords.kdbx";
var masterpw = "Your$uper$tr0ngMst3rP@ssw0rd";

var ioConnInfo = new IOConnectionInfo { Path = dbpath };
var compKey = new CompositeKey();
compKey.AddUserKey(new KcpPassword(masterpw));

var db = new KeePassLib.PwDatabase();
db.Open(ioConnInfo, compKey, null);

var kpdata = from entry in db.RootGroup.GetEntries(true)
select new
{
Group = entry.ParentGroup.Name,
Title = entry.Strings.ReadSafe("Title"),
Username = entry.Strings.ReadSafe("UserName"),
Password = entry.Strings.ReadSafe("Password"),
URL = entry.Strings.ReadSafe("URL"),
Notes = entry.Strings.ReadSafe("Notes")

            };                                                                                  

kpdata.Dump(); // this is how Linqpad outputs stuff
db.Close();

Unable to use ModernKeePassLib from net472 assembly

Getting the following error when trying to open a db with your .NET library.
Is there any way we can remove the WindowsRuntime dependencies inside ModernKeePassLib?

Could not load file or assembly 'System.Runtime.WindowsRuntime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.

The error is thrown in this block when reading the KeyFile. I printed the error out after debugging to that point.
See:
ModernKeePassLib\Serialization\IOConnection.cs : 843

Is there any Windows Store alternative to download ModernKeePass?

Good morning
for very good reasons, our IT department have blocked the Windows Store because they can't control it:
The Microsoft Store does not support automatic SW-deployment / controlled SW-Updates and certainly no company wide black/white list. Therefore, it's a nightmare for companies with many hundred users.

Therefore the question: Is it possible to download the software somewhere else?

Thanks a lot, kind regards,
Thomas

I have found a problem with ModernKeePass ...

Hi:

  When I try to create a new KeePass file with ModernKeePass and after I enter the new password, ModernKeePass fail and closes.

  So I try to open the new KeePass file created by me with ModernKeePass and 0 KB of occupied space and ModernKeePass tells me "Wrong Password"

  That's why I think ModernKeePass has a problem creating new KeePass database files.

  I installed ModernKeePass from the Microsoft Store under Windows 11.

Log in not working

Password not working. Used it all day and then this evening password nor working.

We use Dropbox with Sookasa encryption.

Please help. All our passwords are in there and needed.

After saving master password has changed

I opened the database previously saved by the desktop KeePass 2, after hibernation, the database was automatically saved and the application was closed. After restarting the application informs me about the input error of the master password.

  • Database file encryption algorithm: AES / Rijndael (256-bit key, FIPS 197)
  • Key derivation function: AES-KDF
  • Compression: GZip

What do i do?

Log in Not working

I can't log into my ModernKeePass with my password. It's the exact same one I always use and now I get an Error: wrong password.

System.NullReferenceException

When I compile and run in debug mode, if I try to create a new Database I get
System.NullReferenceException: 'Object reference not set to an instance of an object.' on Line 118 of the CompositeKeyUserControl?

Cannot save database without StorageFile

I am trying to create a new database file without providing the Storage File. I am getting an object null reference exception.

        this.KeePassDatabase.New(connectionInfo, compositeKey);
        this.KeePassDatabase.Save(new StatusLogger());

I think this StorageFile is never created if I call new with the information provided above.

Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.