nemishkor / harbour-bitwarden-manager

GUI SFOS client for Bitwarden password manager
2 stars 0 forks source link

Provide an aarch64 build on OpenRepos #6

Open llewelld opened 2 years ago

llewelld commented 2 years ago

Currently there are only armv7hl builds available on OpenRepos. It would be great if an aarch64 build could be made available.

SolAZDev commented 2 years ago

Double down on this, along with OpenSSL 1.1.1 (or latest) would make this verily much accessible for newer devices.

nemishkor commented 2 years ago

I built the app for aarch64 and armv7hl, but Bitwarden had changed the API. After a few fixes still got a captcha error in responses.

SolAZDev commented 2 years ago

@nemishkor any way we could help?

nemishkor commented 2 years ago

@SolAZDev probably I have to implement captcha resovling via browser by user. I do not understand why I get this error. Requests from the app and cli client provided by bitwarden are the same

nemishkor commented 2 years ago

bitwarden's CLI client does not handle the "captcha required" error properly. It just queries the API key. I found the solution in bitwarden mobile client's code, but it is written on C# with Xamarin Android which I do not know.