I’m using KeePass currently, since I don’t really want to use anything publicly hosted. But I was curious to see what other people have been using!

  • @duncesplayed
    link
    English
    31 year ago

    Yeah I wrote the code for it. It’s simple enough that I could write it again if needed.

    By “hash” I mean SHA256 (though if I were to do it all again, I would probably use a different hash algorithm these days, but whatever, good enough). “base52” means turning the SHA256 binary code into a sequence of letters/digits. That part I wrote, too, but it’s quite straightforward.