HN user

tejado

311 karma

https://github.com/tejado

Posts9
Comments43
View on HN

Sure the IP is PII because you are not allowed to publish it as others could relate the IP to the identity.

But as others already said: if you don’t store the IP (eg in logs) it should be fine.

I developed Authorizer to have a cross-platform solution without any server/cloud-service. It is an offline hardware password manager based on PasswdSafe for Android. The concept is to use an old Android phone as your password manager. It can type the password over USB and Bluetooth on your target device. Supports OTP.

Smartcard and WebAuthn support are on the roadmap. Doing also a lot of modernization on the next weeks. https://github.com/tejado/Authorizer

I’m happy to collaborate on Authorizer - a hardware password manager based on old Android phones.

Next milestone: smartcard integration over USB.

I would like to build a lib to abstract USB Gadgets on Linux. This is necessary for adding smartcard support (e.g., to store your GPG keys in Authorizer). I already did a lot of research about it, but more on an amateur level as I’m not a kernel dev.

One further milestone on Authorizer is finding a next device (cheap, not too old Android, smaller, …) to base the development on.

Project: https://github.com/tejado/Authorizer

Yes I know. This is what I meant with „so I changed the colors“.

But anyway: I wonder why most themes are so badly colored so that I need to fix it myself....

Most vscode themes for me are hard to use as they don‘t highlight the areas enough. Example: I’m not able to see where the line starts as the code collapse arrow background color is the same as the editor... or the left menu is not highlighting enough the current one.

So I notice that I need more/better visual color differentiators so I changed a lot of colors. Has anyone the same issue?