Nurbon

Security, and what this service cannot do

The most useful security property here is not a clever piece of cryptography. It is an absence: this service has no connection to your brokerage account, and no way to get one.

We never ask for, receive, or store

  • Your brokerage API keys
  • Your brokerage login, password, or 2FA codes
  • Your account number, balance, or holdings
  • Any bank details, card, or payment method — the service is free
  • Your name, address, phone number, or date of birth

All we hold is an email address, a hashed password, your two-factor secret and backup-code hashes if you turned that on, and whatever positions you choose to type in for tracking. You place every trade yourself, in your own brokerage, with your own hands. Nothing here can move a cent of your money, because nothing here is connected to it.

Why we built it this way

An earlier design would have let you connect an API key so the service could rebalance automatically. It would have worked. We removed it deliberately, because to trade while you are asleep the server must be able to decrypt your key without you — so no matter how good the encryption, you would have to trust that we, and everyone who ever gets access to our servers, behave. That is a large thing to ask for a free tool.

Handing an API key to any third-party service means trusting them with access to your account. The safest version of this product is the one that never asks. Typing ten orders yourself takes about three minutes a week.

What a breach of our database would expose

What we hold What an attacker would get
Your email address Your email address. Real, but limited.
Your password Argon2id hash — memory-hard, individually salted, impractical to crack in bulk.
Sessions Hashes only. A stolen row cannot be replayed as a login.
Your two-factor secret Stored unencrypted, so it would yield valid codes — but not a login without your password. Backup codes are Argon2id hashes. See known gaps.
Your recorded positions Which tickers you said you bought and how much. Self-reported, and not linked to any account anywhere.
Anything that could touch your money Nothing. It does not exist in our systems.

Worst realistic case: someone learns your email address and that you were tracking a handful of stocks. Unpleasant, not catastrophic. Use a password you use nowhere else and even the first part stays contained.

How your account itself is protected

What we track about you

Deliberately little, and never sold:

Full detail in the Privacy Policy. Delete your account any time by emailing hello@nurbon.com and everything above goes with it.

Protecting yourself, generally

Nobody from this service will ever ask for an API key, a password, or a 2FA code. There is no feature that needs one. If you receive such a request — by email, chat, or a site that looks like this one — it is a phishing attempt. The real service has no field to put them in.

Known gaps, stated plainly

Two-factor authentication, email confirmation, and password reset all exist now — turn 2FA on from your account page. What follows is what is still missing, or weaker than it sounds.

None of these can move your money, because nothing here can. They are listed because a security page that names only its strengths is advertising.