Security assessment for your email address {{ email }}
IMPORTANT NOTE
- any data presented here does not contain any actual compromised data
- it makes use of publicly-accessible information
(e.g. data dumps documenting known security breaches of external services)
- it also does not in any way represent a compromise of your SciPost account
- rather, it can point to the existence of information (gathered by web security
professionals) about security breaches which might have affected you, since
they exposed data which can be linked to you (typically through your
email address).
Breaches
{% if breaches_json|length > 0 %}
Your email address is associated to {{ breaches_json|length }}
known breach{{ breaches_json|pluralize:"es" }}
(according to haveibeenpwned.com)
Click on items in the list below to see details.
{% include 'security/_breaches_accordion.html' with breaches=breaches_json %}
What should you do?
- For each of the services listed, you should
ensure that you have changed your password since the date of the breach. If you
have already done that, you can ignore this particular breach from now on.
- For all online services you register for,
choose strong memorable passwords
(though four words is now outdated: go for six at least!)
or go for a strong password manager.
{% else %}
Your email address is not associated to any known breach
(according to haveibeenpwned.com)
{% endif %}
{% if pastes_json|length > 0 %}
Your email address is associated to {{ pastes_json|length }}
known paste{{ pastes_json|pluralize }}
(according to haveibeenpwned.com)
Click on items in the list below to see details.
{% include 'security/_pastes_accordion.html' with pastes=pastes_json %}
What should you do?
- For all online services you register for,
choose strong memorable passwords
(though four words is now outdated: go for six at least!)
or go for a strong password manager.
{% else %}
Your email address is not associated to any known paste
(according to haveibeenpwned.com)
{% endif %}