Ir al contenido

Security

Esta página aún no está disponible en tu idioma.

How AuthPlus protects accounts and codes, and what is expected of you.

MeasureDetail
Password storagePasswords are never stored, and cannot be recovered by anyone including administrators. Only a modern, deliberately slow one-way hash is kept, so a stolen database does not yield usable passwords.
Password rulesMinimum 8 characters. No further complexity is imposed — strength is your responsibility.
One-time codes6 digits, valid for 10 minutes, at most 5 attempts, single use. Requesting a new code cancels the previous one.
Automated-abuse protectionSign-in, sign-up, password reset and every public scan carry an invisible proof-of-work check that makes bulk automated attempts expensive (The invisible anti-bot check).
Role separationOrdinary users cannot reach administrative functions, and administrators cannot alter the superadministrator account.

Signing in creates a session that is renewed silently while you work, so you are not interrupted. Sessions are long-lived by design, so that field staff are not asked to sign in repeatedly.

ActionEffect on sessions
Sign outEnds the session on that device only.
Password reset (from the sign-in page)Ends every session, on every device.
Password change (from your profile)Other devices stay signed in.
Email changeSessions are unaffected.
  • Unguessable. Codes are random, drawn from a 32-character alphabet that excludes easily confused glyphs, and are 12 to 20 characters long. They are not sequential, so knowing one tells an attacker nothing about another.
  • Verified centrally. A code is meaningless on its own — authenticity is decided by the server, not by anything printed on the label.
  • Signed for assets and documents. Certificates carry a cryptographic signature over the record’s identity; altering the record breaks the signature and the verdict becomes Verification failed.
  • Fingerprinted for files. A certified document is bound to a fingerprint of its exact contents, so any modification is detectable.
  • Copy-detection. Because copying a genuine code onto many fakes cannot be prevented physically, AuthPlus detects it statistically through verification ceilings and custody conflicts (Authentic, with a warning).

Before a sign-in, a sign-up, a password reset or a public scan is accepted, your device performs a small computation that proves a real client is present. There is no puzzle, no checkbox and nothing to read.

What you may noticeExplanation
A brief delay before the button respondsNormal, particularly on older devices.
Challenge verification failedThe check expired — usually a page left open a long time. Reload and try again.
Could not fetch verification challengeThe device could not reach the server. Check connectivity.
  • Give each person their own account and their own verifier profile; never share credentials.
  • Keep the number of administrators to a minimum and review the list regularly (User management).
  • Archive accounts and verifier profiles the day someone leaves.
  • Change any initial password set for you by an administrator at first sign-in.
  • Sign out on shared or public computers — closing the tab is not enough.
  • Treat the CSV of issued codes as confidential: it lists valid codes in bulk.
  • Review Warnings and Operations on a regular schedule; nobody is emailed when something suspicious happens (Notifications).