HackerTrans
トップ新着トレンドコメント過去質問紹介求人

balu_

no profile record

投稿

[untitled]

1 ポイント·投稿者 balu_·2 年前·0 コメント

Ask HN: What are your top goto Websites that you surf to on a daily base

4 ポイント·投稿者 balu_·3 年前·4 コメント

Show HN: A-Pass Firefox Companion – Autofill Your Passwords from A-Pass

github.com
4 ポイント·投稿者 balu_·3 年前·0 コメント

Show HN: A-Pass – small little password manager

github.com
9 ポイント·投稿者 balu_·3 年前·1 コメント

コメント

balu_
·2 年前·議論
Nice Idea, tryed to use the source and build a quick example myself... Now i'm reminded of me disliking latex (it just doesn't work)
balu_
·3 年前·議論
i would also be interested
balu_
·3 年前·議論
further more, does anyone see the source anywhere? -edit it seems parts of it are on github https://github.com/orgs/protonpass/repositories
balu_
·3 年前·議論
None of the existing password managers filled my need, so i started to write my own (not the crypto ofcourse). Here it is :)

Why did I do it? I'm totaly dependend on my password managing software, all my passwords are generated by random so non of them are rememberable. During the last years I felt that my expectations and the traits of the password manager I was using grew appart. I dislike subscription based software (especialy if i might need it to extract/recover my secrets out of an old file). I dislike Web-UIs in native Apps. So i was looking around but when I had an incident where a licensed password vault just forgot that it was licenced and denied access I had enough. I wanted something that had a UI but also a data format that enables recovery with very little tools. So thats what I started to create.

A-Pass saves its secrets as json content encrypted by age[1] (so no hasseling with gpg). No information is visible without decrypting the files (no names / no urls). The file structure should be easy to sync, but its not implemented yet.

Looking forward to input & comments :)

[1] https://github.com/FiloSottile/age
balu_
·3 年前·議論
unfortunately not anymore, in the early days of firefox sync back when it was called wave it was easy to selfhost. Just throw some[1] php files to a host and it worked. Then mozilla changed it to use multiple services (auth, ...) it got difficult and the documentation wasn't easy to access.

At that time i stoped selfhosting & using it :(

[1]: https://github.com/balu-/FSyncMS