HackerTrans
TopNewTrendsCommentsPastAskShowJobs

balu_

no profile record

Submissions

[untitled]

1 points·by balu_·2 tahun yang lalu·0 comments

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

4 points·by balu_·3 tahun yang lalu·4 comments

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

github.com
4 points·by balu_·3 tahun yang lalu·0 comments

Show HN: A-Pass – small little password manager

github.com
9 points·by balu_·3 tahun yang lalu·1 comments

comments

balu_
·2 tahun yang lalu·discuss
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 tahun yang lalu·discuss
i would also be interested
balu_
·3 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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 tahun yang lalu·discuss
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