search
HomeWeb Front-endJS TutorialHow to implement simple and easy encryption of folders with JavaScript_javascript skills

So, today I am going to tell you a good way: encrypt Windows 9x/2000 folders. By encrypting a folder, all files in the folder can be protected. Its working effect is that when you double-click to enter the folder, the system prompts you to enter the password. If it is correct, you will enter, if it is wrong, it will automatically return to the root directory of the hard disk - very easy to use!

1. Enter the folder you want to encrypt and protect, right-click in the blank space and select the "Custom Folder..." option;

2. Click "Next" "Select "Customize" and select "Select or edit the Html template of this folder" in the sub-select box, click "Next" (Figure 1);
How to implement simple and easy encryption of folders with JavaScript_javascript skills
3. Select the template Select "Standard" as the type, select the "Edit this template" option, and click "Next" (Figure 2);

How to implement simple and easy encryption of folders with JavaScript_javascript skills
4. Find

  var pass = prompt("Please enter password")

The “Please enter password” here is the system prompt

  if(pass != "123")

Replace “123” with your own password

{window.location="c:"}

5. After saving the "Folder" file, select Done. The folder encryption is completed and you can test it (Figure 3)!
How to implement simple and easy encryption of folders with JavaScript_javascript skills
Since many of the steps just now are Windows script programming, it has been verified that this method is applicable to all Windows systems. If you need to remove the protection, just modify the "Folder" file back to its original state!

Snowbird Tips: Due to different Windows versions, subtle differences will occur. For example, in Windows Me, there is no

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.