devinsit | 4 years ago | on: Canada calls screen scraping ‘unsecure,’ sets Open Banking target for 2023
devinsit's comments
devinsit | 4 years ago | on: Show HN: Connect your bank account to Google Sheets
devinsit | 4 years ago | on: I won a month-long hackathon in 3 hours
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
I'm sure my customers who signed up with ProtonMail and Fastmail addresses can attest to that fact.
And for those who do fall all the way to the self-hosting side, well, there's plenty of other options on the market! Of course, there's nothing stopping us from being one of those options, it's just not our priority at this very moment.
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
But I also made the bet that there would be people just like me who value entering things manually. Certainly far fewer people, but hopefully still people.
In any case, I also hope that the app you described eventually gets built; certainly never hurts to have more privacy-friendly options available!
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
In any case, I agree that we could do better as far as showing examples/features altogether, but I figured (at least for the time being), just letting people use the app without an account (https://ufincs.com/noaccount) is as good a demo as any.
Definitely useful feedback, thanks!
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
And yeah, the pricing section could definitely be made clearer on that. Thanks for the feedback.
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
Anyways, I definitely understand where you're coming from. Plenty of other products that do have bank integrations though, so at least of there's lots of options for you!
And thanks for the design feedback :)
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
But I like to think that, at least when put in contrast with other products on the market, choosing to do these privacy/security related things is better than not.
I elaborate on this further in our security doc (https://ufincs.com/policies/security#the-catch) and the FAQ (https://ufincs.com/faq#is-a-ufincs-a-trustless-system).
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
And yep, we have plans for dedicated mobile/desktop apps for sometime this year. Android will almost certainly come before iOS though.
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
I made a deliberate choice to not support any bank integrations for privacy reasons (although simplicity is also a big factor).
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
devinsit | 4 years ago | on: Show HN: I built uFincs – a privacy-first, encrypted personal finance app
Yes, it's another personal finance app. Yes, there sure are a lot of them. But when I got tired of using GnuCash a couple years ago, I figured I should try something a little different and throw my hat in the ring.
The result? No banks, no budgets, no data collecting. Just a clean UI, a privacy-first attitude, and good old double-entry accounting.
The main thing that makes us so 'privacy-first' is the fact that we do client-side encryption: all of the financial data that you enter is encrypted before it leaves your browser and hits our servers. That way, you maintain sole ownership of your data. Want more of the juicy technical details? Check out our security overview: https://ufincs.com/policies/security
If you want to skip past all of the marketing fluff, feel free to drop into using the app right away: https://ufincs.com/noaccount. Since uFincs is offline-first and a PWA, we can offer the ability to use the app completely without an account, for free! Of course, if you want to easily access your data on all your devices, that's where a paid account comes in handy :)
And if you're getting some mad déjà vu from all this, it's because I commented about uFincs a couple weeks ago: https://news.ycombinator.com/item?id=26970716
Finally, since I know some people were hesitant about the pricing, I decided to throw together a special coupon just for you guys: "HN15". It's 15% off, forever, on any of the plans, for the first 100 new sign-ups.
If you have any questions, feel free to check out out the FAQ (https://ufincs.com/faq), but I'll be here all day to respond to any comments!
devinsit | 4 years ago | on: Show HN: I made a simulator for personal finance
'We' have 'access' to your DEK at all times — if you define 'we' as the 'client-facing portion of the app'. All of the encryption/decryption, key management, etc happens on the client-side (i.e. in-browser). Remember, as part of signing in to the app, the EDEK is transmitted from our servers and decrypted client-side so that the client can then use that DEK to decrypt your data.
If we instead redefine 'we' to be the backend servers, database, or even myself personally, then 'we' never have access to your keys nor data.
The fact is, there's nothing special about the password change process itself. It's essentially the same as the sign-up process. Nothing is especially exposed during the password change process that isn't exposed during the sign-up process (again, the DEK is present on the client-side the moment you sign up or sign in, although the KEK is slightly more ephemeral than that).
However, I do understand the implication you're making here, and here's the darker side of it: 'we' (uFincs) could change the client-facing portion of the app to steal your DEK (or your password, or even your data) and send it off elsewhere. This is... just true of any piece of software. It just so happens that, since web apps can be arbitrarily updated, it's a lot easier for us to act maliciously if we so chose (although, at least with web apps, inspecting network requests is quite easy).
So indeed, there is an element of trust here. You trust that I (or the entity known as 'uFincs') won't change the code in such a way that the security of the app is compromised. You also have to trust that we have such security measures in place that make it harder for some third-party malicious actor to forcefully change the operation of the app.
uFincs is not a trust-less system. Unfortunately, due to the nature of web apps (or even most apps for that matter), it simply cannot be. Anytime the code can be updated (and can't be audited), there is effectively zero security (for those who are particularly security-conscious). So if your (the general 'your') financial data is so sensitive that any chance of a leak would be utterly catastrophic, then don't even think of using uFincs.
But I like to think that putting these measures in place (particularly, using client-side encryption, not connecting to banks, not using any in-app analytics beyond our own, etc) is at least a step better — in terms of security and privacy — than what most other services do. And I like to think that, even if it's not perfect, it was still worth doing. Otherwise, I wouldn't have 'wasted' 2+ years of my life building uFincs :)
devinsit | 4 years ago | on: Show HN: I made a simulator for personal finance
Not quite. See, we make use of a scheme called envelope encryption. That means we have two separate keys: one to encrypt your data (the 'data encryption key' or DEK) and one to encrypt the DEK (the 'key encryption key' or KEK). We use the KEK to encrypt your DEK to get something called the 'EDEK' (or 'encrypted data encryption key'). The EDEK is what we store in our database.
Something that never changes after you sign up is your DEK. This is completely random and not dependent on your password.
What is dependent on your password is your KEK. So when you change your password, all that actually changes is your KEK. With your new KEK, we just re-encrypt your DEK to get a new EDEK, and we store that new EDEK in our database. Again, the Security doc (https://ufincs.com/policies/security) outlines the basic process.
So no, all your data isn't passed back to the browser to be decrypted and re-encrypted when you change your password, but thanks for the question!
devinsit | 4 years ago | on: Show HN: I made a simulator for personal finance
But yeah, there's definitely some pricing psychology at play there. Thanks for taking the time to leave some feedback!
Although, knowing how these things usually go, I'm sure the "2023" target is a little optimistic...