Adam Kopeć
Adam Kopeć
Looks like the issue is now also present in the iOS app. SQLite 3 Database (Size: 41KB) Tested on macOS Builds 296 & 301 & 306 and iOS build 3.3.0...
The issue appears to only occur when authenticating with ssh keys when password field isn't left blank. When password field is left empty the connection succeeds and the database loads...
Currently I'm not planning to add anything new to this project, simply due to the lack of time. However, if you have some features or fixes which you'd like to...
Possibly Argon2 might be a better choice here, but due to its lack of support in both CommonCrypto and BoringSSL, I decided to implement PBKDF2 instead. Please let me know...
@TheeMattOliver, I believe you might have a bug in your fix, as now the `package.json` file has two entries for **peerDependencies** (one at line 26 – added by you, and...
I'll start moving the implementation over to `_CryptoExtras` and will take a look at `scrypt`. But as for the better alternative, I'd still vote for `Argon2` over `scrypt` to be...
@Lukasa I've implemented the changes you suggested. Please verify if this is an acceptable solution.
@nerzh Yes, sorry for the delay, a more urgent thing came up on my side. I'll implement the necessary changes as soon as I get a chance to get back...
Version 0.8.14 introduced a bug where such a model does no longer compile due to presence of `Int?` and `Double?`, as well as a Set of Codable structs. Compilation Error:...
Added a PR #37 which aims to improve the `@objc` tagging and fix bugs introduced in 0.8.14