Wladimir Palant

Results 48 issues of Wladimir Palant

*Note*: I am aware that modal mode is currently disabled, I had to change extension settings manually in order to enable it. It could be re-enabled at some point in...

There is a bunch of unrelated minor changes here: fixed various JavaScript strict warnings (in at least one case the warning actually indicated a bug), added a Python script for...

Converting a database hanged up for me. It seems that the following code was the culprit: https://github.com/dumblob/mysql2sqlite/blob/d14d22ad7029cdf4d11825ee3c96922e8fbb0122/mysql2sqlite#L129-L133 This will hang up if the input contains two hex numbers, such as...

The generated Ghidra Python output contains the following line: with open(os.path.join(GetScriptDirectory(), ".\\metadata.json"), "r") as jsonFile: When running Ghidra on Linux, the script fails because this doesn’t result in a valid...

bug

The content script response on fill-in action is sometimes swallowed: the message is sent but doesn’t arrive at the background page. As a result, there is no error message and...

bug

`sync.authorize()` can fail if remoteStorage is used as sync storage provider and the user address doesn't resolve using WebFinger. However, we close the pop-up immediately after calling `sync.authorize()`, so if...

bug

As mentioned in #86, broken remote data might cause sync to be stuck - uploads always result in an error. The recommended solution is removing remote data, an option that...

enhancement

It should be possible to separate your private and work passwords for example. In some cases it might also be necessary for multiple people to use the same PfP instance....

enhancement

Most password managers use RSA to share passwords. This approach has a critical weakness: you have no way of knowing that the public key you share the passwords with belongs...

enhancement

Our importers will currently silently ignore some entries: any entries with unknown type for PfP backups, entries without site or username for LastPass backups. We could tell the user about...

enhancement