Files
Web-NibblePoker/data/strings/en/excel-password-remover.yml
Herwin Bozet 65db2dea5a Implemented file drop inputs, Preparing more tools
Update app.py, excel-password-remover.yml, and 30 more files...
2025-02-25 23:53:43 +01:00

47 lines
2.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# EN - Excel Password Remover
meta.title: Excel Worksheet Password Remover
meta.description: >-
Small web page from which you can easily remove a password from an Excel
worksheet. It works by leaving the task of editing the XML files on an Excel
document to your browser instead to keep everything local.
article.subtitle: >-
<a
href="https://github.com/aziascreations/Excel-Worksheet-Password-Remover"><i
class="fab fa-github"></i> View on GitHub</a>
intro.title: Introduction
intro.p1: >-
This project aims to simplify the removal of passwords on Excel's Worksheet by
leaving the task of editing the XML files on an Excel document to your
browser.
working.title: Security & Internal workings
working.p1: >-
In terms of security, your browser handles all the data without sending any of
it to a central server like many web apps do.<br>This makes it, and your data,
as safe as your browser can be since it is the only potential point of failure
here.
working.p2: >-
As for the internal workings, the only thing this tool does is extract the
content of the <code>.xlsx</code> file you gave it and removes the passwords
on any worksheets and makes a new file with all the changes.<br>Once all of
that is done, the file is downloaded via a <a
href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs">data
URL</a>.
usage.title: Usage
usage.p1: >-
To use this tool you can either visit "<a
href="https://aziascreations.github.io/Excel-Worksheet-Password-Remover">aziascreations.github.io/Excel-Worksheet-Password-Remover</a>"
or download the repository and host the web page yourself.
demo.title: Demonstration video
links.title: Links
content.link.demo: Demo hosted on GitHub
eula.1: "This tool is for use only with files you have permission to unlock.<br>
If you dont have authorization, contact the appropriate authority.<br>
You are responsible for how you use this tool."
eula.2: "No data is sent online, as everything happens in your browser with JavaScript.<br>
However, do not use this tool for sensitive files unless you have permission from the relevant authorities to avoid legal issues."
eula.3: "The tool doesn't reveal the original password, as its secure and not stored in plain text; it simply removes it."
eula.4: "By using this tool, you accept full responsibility, and it is provided “as is”, without any warranty."