SSA.tools

https://ssa.tools/

Privacy & Security

SSA.tools is designed with privacy as a core principle. Your Social Security earnings record contains sensitive financial information, and this calculator is built to ensure your data stays completely private.

Your Data Never Leaves Your Computer

When you paste your earnings record into SSA.tools, the data is processed entirely within your web browser using JavaScript. No data is ever sent to any server. There is no database storing your information, no account to create, and no way for anyone to access your earnings data.

This is fundamentally different from many other financial calculators that require you to create an account or upload your data to their servers.

How It Works Technically

When you paste data into the calculator:

  1. Your browser's JavaScript parses the text you pasted
  2. All Social Security benefit calculations run locally in your browser
  3. Results are displayed without any network requests containing your data
  4. If you close the browser tab, the data is gone (nothing is stored)

You can verify this yourself by opening your browser's developer tools (F12) and watching the Network tab while using the calculator. You'll see that no requests containing your earnings data are made.

What Data Does the Site Collect?

SSA.tools uses privacy-focused analytics to understand how people use the site (which pages are visited, which features are used). This helps improve the calculator. However:

  • Your earnings data is never collected (it stays in your browser)
  • Your birthdate is never collected (entered locally only)
  • No personally identifiable information is collected

Analytics data includes only general usage patterns: page views, button clicks, and similar interaction data that contains no personal financial information.

Open Source Transparency

SSA.tools is completely open source. You can inspect every line of code on GitHub. This transparency means:

  • Anyone can verify these privacy claims by reading the code
  • Security researchers can audit the application
  • The community can contribute improvements

Key Privacy-Related Code

Here are direct links to specific files that implement the privacy features:

  • ssa-parse.ts: The client-side parser that processes your pasted earnings data entirely in the browser
  • +layout.ts: Analytics configuration showing privacy settings: autocapture: false, disable_session_recording: true, and mask_all_text: true
  • recipient.ts: The data model that stores your information only in browser memory

No Account Required

Unlike many financial tools, SSA.tools doesn't require you to create an account, provide an email address, or sign up for anything. You can use the full calculator immediately and anonymously.

Comparison to Other Calculators

Many Social Security calculators require you to:

  • Create an account with your email
  • Upload documents to their servers
  • Trust their data handling practices
  • Hope they don't suffer a data breach

With SSA.tools, none of these concerns apply because your data never leaves your device in the first place.

Questions?

If you have any questions about how SSA.tools handles data, please get in touch. You're also welcome to review the source code directly.